That's hilarious that you give the villagers thought and the first thing they want to do is overthrow Tom Nook. If this works in Gamecube on an emulator, surely it'd be possible to make it work on the Switch emulators as well?
Would require decompilation of the Animal Crossing game code for the Switch. I believe DRM has gotten a lot better since the Gamecube days as well. Hypothetically possible maybe but good luck haha
I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
11–20 of 198 posts
Re: I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
#12Re: I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
#13It always felt both "a cheap shot" and "valid" to express dismay that characters in video games don't react when you do things like jump up and down on their table. While it's impossible for game developers to write code to cover every situation, AI could make general reactions possible. It's surprising that really simple things like this haven't been tried yet (AFAIK!). Like, even if it's just the dialogue, it can s…
Re: I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
#14Depending on how well we assume an LLM would do at this task, it’s an interesting way to see what “real people” would think about a very hypothetical situation.
Re: I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
#15Re: I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
#16Re: I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
#17But also, why couldn't you look at the code to find the addresses used for dialogue? If it's already disassembled I would think you could just look at the addresses used by the relevant functions/set a breakpoint etc.,?
Re: I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
#18Re: I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
#19This is awesome. LLM-powered NPCs is one thing I'm most excited about in the future of gaming. Characters repeating the same scripted dialog over and over again is one of the biggest immersion breakers.
Re: I replaced Animal Crossing's dialogue with a live LLM by hacking GameCube memory
#20This is awesome. LLM-powered NPCs is one thing I'm most excited about in the future of gaming. Characters repeating the same scripted dialog over and over again is one of the biggest immersion breakers.
I wouldn't ever want a game to use it for the core story writing, because it's pretty important that it is consistent and unable to be derailed. But for less serious NPC interactions or like an RPG scenario it is such a great fit.
I also wouldn't want a single player game to rely on remote inference, because that will get turned off eventually and then your game doesn't work.