Haven't posted in a while, got tired of taking 4-6 hours to crack the gallery codes on my 4090 only for the devs to change them 20 minutes later. I also feel like the devs using "
outplayed" as a gallery code was a jab at those of us who work to get around the gallery codes so that others can enjoy the scenes, like they think they won this fight or something.
So anyway, I threw together a couple scripts that will allow you to run a local server which pretends to be the gallery code server and tricks the game so you can just use "boobs" as your code (without quotes) to unlock the gallery.
You need 7zip to extract the attached files. There is a readme and 3 other script files, all of which can be opened and inspected with notepad if you don't trust some random guy on the internet
Basically, all you have to do is put the 3 files (other than the readme file) in the same directory with LittleMan.exe and double click on the runme.bat file to get started. *NOTE* It WILL prompt you for administrator if you didn't run the script as admin, because Windows requires admin to edit the hosts file. We have to edit the hosts file to trick the game into thinking we're the real server. No worries, we remove the entry from the hosts file when the server.py script is shutdown.
I tried to make it as simple as possible so it would "just work" without having to install anything else, but since 1 of the 66 companies on VirusTotal thought the normal .zip file of my scripts was a "Potentially Unwanted Program", I switched to 7-zip and the warning went away. Again, once you extract the files, you can open each and every one of them with good ol' notepad and check out what's going on.
There's a more detailed technical nerdy breakdown in the readme file, and if you're interested there's quite a few comments in runme.bat explaining what it's doing.
Your move, Devs. <3
Edit: Fixed a bunch of typos, clarified some explanation of what the scripts do.