Recent content by Psi-hate

  1. Psi-hate

    Pokemon Platinum PC port gets a surprise release

    Just know there won't likely be any fluff or added features to this pc port with most developers refusing to touch this with a 10-foot poll. You might get some vibe-coded garbage released on sketchy websites though, so cheers to that lol
  2. Psi-hate

    Pokemon Platinum PC port gets a surprise release

    Making PC ports like this via leaked source is a real dumb move for the sake of the community. Makes modding and contributions basically impossible to do in a clean way. Unverifiable mods with questionable security risks are very easy to distribute when there's no clean-room way to develop or...
  3. Psi-hate

    Ocarina of Time Expansion: The Playable Triforce Quest

    this dude entered my zelda64 modding discord pitching the same thing. pretty much most people all said the same thing: learn to do everything yourself, make a proof of concept, and ask for support once there's substantial development made. seeking out several different communities trying to...
  4. Psi-hate

    Homebrew So that tiicu thread has been deleted?

    Returning from my slumber to say, try not to trip on your way out.
  5. Psi-hate

    Saying NO to fascists/nazis - if you are one of those, you are not welcome here

    been far and away from this place for years but if the bigotry and extremism is finally having action taken then i really appreciate it. hope you've been well all these years aurora.
  6. Psi-hate

    New static recompiler tool N64Recomp aims to seamlessly modernize N64 games

    for this to work, you need to locate all of the code and fixup pseudo-c mistakes not covered in the video, but basically any code that is loaded after runtime needs to be considered when using this tool. it generates compilable c code and hopes that it behaves correctly. this is different from...
  7. Psi-hate

    Homebrew GBA Oldies Homebrew game [RELEASE] MOTHER Demake (GBC)

    GB-Studio if I recall spits out 4mb ROMs by default, I imagine a considerable amount of space is just padding, I haven't looked. Of course Z80 assembly is more efficient, an engine like GB-Studio is going to have a lot of redundancy and bloat since it's so modular. As for difficulty, I think...
  8. Psi-hate

    Homebrew GBA Oldies Homebrew game [RELEASE] MOTHER Demake (GBC)

    Because they were made by programmers with full control over the engine, they can do whatever they wanted. GB Studio is by no means the same thing, and without learning C or Z80 assembly and programming your own custom engine, there are limits to what you can do with the tools GB Studio...
  9. Psi-hate

    Homebrew GBA Oldies Homebrew game [RELEASE] MOTHER Demake (GBC)

    GB Studio, while powerful, it is oriented towards people who have little-to-none programming experience. There becomes a point where something you'll want to do just can't happen or needs to be done a different way than the original idea, as is the case with a lot of features here. All the maps...
  10. Psi-hate

    Homebrew GBA Oldies Homebrew game [RELEASE] MOTHER Demake (GBC)

    Congrats on the release Crooked!! So exciting to see this out! MOTHER is one of my favorite games of all time and being able to see this project finally out there is incredible. I've played through this a few times in testing and it's been a blast, a very faithful "demake" despite the...
  11. Psi-hate

    Gender posting!

    maybe my gbatemp return era will finally commence ;)
  12. Psi-hate

    Gender posting!

    Catgirl Trans Girl
  13. Psi-hate

    Homebrew Discussion SM3DAS: Research and Development

    I got my home situation temporarily sorted. I'll be seeing what else can be done, will join the discord too.
  14. Psi-hate

    Homebrew Discussion SM3DAS: Research and Development

    Quite the timing for me to suddenly lose my living space. I'll be working things out, so I'll be on and off. I only got as far as getting the game to attempt to boot. Next step is configuring the main code file in exefs to not load external data.
  15. Psi-hate

    Homebrew Discussion SM3DAS: Research and Development

    the 'main' file in exefs needs to be edited at least, I can see some code in there relating to loading the external files.