Recent content by Lonestreamers

  1. Lonestreamers

    ROM Hack Animal Crossing New Horizons Cheat Database

    This should be correct: public const uint DodoAddress = 0x0AC1A164; public const uint OnlineSessionAddress = 0x0A29F9EA; Edited to correct.
  2. Lonestreamers

    ROM Hack Animal Crossing New Horizons Cheat Database

    I believe these are right public const ulong VillagerAddress = 0xB104B4E0; public const ulong VillagerHouseAddress = 0xB14CD0E0; public const ulong FieldItemStart = VillagerAddress - 0x10 + 0x22F3F0;
  3. Lonestreamers

    Why dont people use newsgroups anymore

    I use newgroups as well. I find they have the most retention for the files I"m looking for.
  4. Lonestreamers

    Is there a way to get a list of available languages for retro games?

    So for psp a quick python script extracts me info like this from libretro .dat files. The best way to go about this is to have a database of games you'd like to search and just use that to find ALL releases, you'd have to change japan to english and maybe examine a bit more dat files to get...
  5. Lonestreamers

    Is there a way to get a list of available languages for retro games?

    From doing my nintendo wii the best bet I found is to use libretro dat files. Their db contains things such as clrmamepro ( name "Nintendo - Nintendo Entertainment System" description "Nintendo - Nintendo Entertainment System" ) game ( comment "'89 Dennou Kyuusei Uranai (Japan)"...
  6. Lonestreamers

    ROM Hack Discussion Animal Crossing: New Horizons -- Reverse Engineering, Glitches, Bugs, etc. thread!

    Not sure if this is the right place to ask but I'm tinkering with python scripts trying to extract data from a decrypted save. I've been trying various things to extract villager data, dropped item data (items on island) but can't seem to find the proper offsets it seems. Any insight? I've...
  7. Lonestreamers

    ROM Hack Discussion Animal Crossing: New Horizons -- NHSE Map Sharing Thread

    Forgive my sillyness. I was testing early and froze my map. Nothing was taking affect due to this. Thank you for the update.
  8. Lonestreamers

    Hacking Project Wiiflow Themes - 20 in one pack + Extras for V 5.5.4

    Thanks for all your hard work. I'm eager to get this setup and running nicely. So what I did was got a little powershell script going to do this for me while utilizing the dat files from libretro. I've only done nes as I've been at setting up this wii theme for a couple days. However here is...