Search results

  1. Pre-orders open for the XBOX 25th Anniversary Collection

    You accidentally colored this paragraph and it is hard to read in light mode. Yes, discs are digital. The DRM is on the console, it doesn't matter. You can't copy the game either way.
  2. How we cover AI-assisted projects - GBAtemp community check-in

    This is literally the definition of "not my problem". All of these are economic side effects of a bubble. Rich people will always chase big fish no matter where they lead and sometimes it gets to this point. AI, something that has quietly existed in some form for decades and only now been...
  3. Homebrew WiiCompiled lets you play Mario Kart Wii natively on PC

    Huh... Sometimes xenforo likes to force the font color, sorry. I'll try to fix it
  4. How we cover AI-assisted projects - GBAtemp community check-in

    If you two scrolled up, there was infact quite a lot of value in my posts, and it didn't take me dropping a metric ton of bullshit on everyone else's screen to accomplish that. But I don't expect you to understand. Since you seem to think this is an ad-homming thread. Might I suggest Edge of the...
  5. How we cover AI-assisted projects - GBAtemp community check-in

    That's a swift ignore from me, and I am confident many will follow, with an additude like that. Level 1 account with no forum etiquette should stay out of forums. Nice tough-guy bio btw. I lol'd.
  6. How we cover AI-assisted projects - GBAtemp community check-in

    Holy fucking double post. This is a forum, not a Discord channel. Get to the point concisely and leave room for others to talk, please, I'm asking nicely.
  7. How we cover AI-assisted projects - GBAtemp community check-in

    I already posted most of my thoughts on AI projects in another thread, so look there. But more related to your question: I do think it would be to the benefit of everyone if projects were transparent about their development history and this was reported on. The witch hunting thing is not our...
  8. Homebrew WiiCompiled lets you play Mario Kart Wii natively on PC

    Regarding the AI shit, have my 2 cents. If you don't know what you are doing, don't write networked software in a native programming language without help or the correct tools and research first. You will miss bugs and those bugs will hurt people. You are not ready for that kind of...
  9. Homebrew WiiCompiled lets you play Mario Kart Wii natively on PC

    This is not referring to frame generation. The in-game motion is interpolated at the source. It is equivalent to running a game at 144 Hz and only polling inputs every 60 Hz.
  10. Xbox to offer digital licences with physical disc purchases

    Crazy table turn right there.
  11. Xbox to offer digital licences with physical disc purchases

    Sounds cool on paper, but I take great issue with the "commitment to game preservation", that is guaranteed to be an empty promise. If I cannot copy the game, I cannot keep it forever. Period. This directly contradicts Xbox's business model. Not taking up space in my house for a storage...
  12. Homebrew The Minish Cap gets a native 3DS port with dual/widescreen support

    bf has been begging me to play this, guess i don't have an excuse now
  13. Feasablity of PSX emulation on N64?

    This is one of the only things they got right. There are hard-coded exemptions to work around bugs in popular software that became a problem as Windows changed, and the system APIs are completely backwards compatible at least as far back as Windows 3.x. The problem is that so, so many games...
  14. Feasablity of PSX emulation on N64?

    What are we talking about? What is "the game"? EDIT: oh megaman 64. wasn't quoted
  15. Gaming What games are you currently playing?

    still addicted to raycrisis, I think it is my GOTY
  16. Support GBAtemp and browse ad-free + 🏖️ Summer sale - get 3 years ad-free for $109.99

    Shaun i'll always donate. But these rewards are only good if they work.
  17. Homebrew Homebrew app CTGP-7 Mod Manager - A Mod Manager For CTGP-7 On 3DS

    Okay nevermind. Any gltf or glb model that I export causes vertex exploding or UB. This is taking an embarrassing amount of time just getting pycgfx to even cooperate. My guess is either I've been using the wrong Python version (how typical...) or a Blender update broke something. It would be...
  18. Feasablity of PSX emulation on N64?

    These aren't modern home computers. Also that is not the job of a BIOS, syscalls and driver calls are what an operating system is for. What you are trying to suggest is a compatibility layer. What you are actually describing is a libdragon library substitution. Which requires knowing the...
  19. VR Section is needed now than ever

    It's not really "delusional" in this case when we're talking about something that has niche application, since you need games designed for VR, which will play fundamentally differently. And you have to deal with all of the tradeoffs that VR has. Therein lies the problem and why I don't think we...
  20. Gaming smilebasic interpreter for pc?

    Necroposting to share an update on this. That interpreter will no longer build with a modern D toolchain. I've made some minor changes to get it working again. https://git.canithesis.org/bonkmaykr/otyaSMILEBASIC/ It is quite confusing, there is literally zero documentation on how it wants...