I wonder if it’s a real leak or just an agent recreation of the source from machine code.<p>I’ve been having fun lately with agents and decompilation. You can literally point them at any game and ask them to decompile the game and structure and format as if it was the original source code. Asking them to ensure it compiles works fine.<p>Some proof: i made online save game editors for jagged alliance 3; grandcheaten.com and news tower; thedailycheat.com (.com domains are only $10 so i figured why not).<p>You can do this with any game i’ve found. Older games work best due to the forced simplicity of the source code though.
There is no way you could recreate a convincing enough 90s era codebase of a japanese videogame + its associated tools + scripts and commented out codepaths with current ai tools.
It’s the real code there is code for known removed content (tanker escape scene and the 9/11 removed cutscene). Also AI can’t do what you’re theorizing yet.<p>>and ask them to decompile the game and structure and format as if it was the original source code. Asking them to ensure it compiles works fine<p>lot of people claiming this the end result is the AI downloading an emulator and rom
>Also AI can’t do what you’re theorizing yet.<p>Did you try the above links? I haven’t shared the full source but all game mechanics listed in the ja3 guide including code snippets where helpful.
> It’s the real code there is code for known removed content (tanker escape scene and the 9/11 removed cutscene). Also AI can’t do what you’re theorizing yet.<p>There are lots of decompilation community efforts for N64 games, etc.<p>Someone should train a model on this. Giving the decompiled symbols good names, etc.<p>De-minification and de-obfuscation while we're at it.<p>It should be easy to generate a ton of "synthetic" (actually real) training data for this by simply compiling sources and using that as (input, output) pairs.
Whoa, since when is there a Jagged Alliance 3? Is it any good? JA2 is one of my favorite games of all time
How do you verify that everything is correct?
It's (probably) a real leak. There are original comments in Japanese describing cut content and game logic that was scrapped in the final release.