Only for education purposes
Youtube channel where I do streams: https://www.youtube.com/c/h0x91B
Discord: https://discord.gg/dUCcccp
Install fresh GTA 2 11.44 (I am recommend https://gtamp.com/gta2/)
Go to Releases
Install it into the GTA2
folder
Run the game using the desktop icon or by running gta2-resurected.exe
Only windowed mode currently supported
Ghidra project file: gta2-resurected.exe.gzf
Cheat engine table that I use on streams: gta2-resurected.ct
git clone --recurse-submodules https://github.com/h0x91b/gta2-resurection.git
Open in Visual studio developer command prompt
directory deps\detours\
and run nmake
Open in Visual studio developer command prompt
directory deps\LuaJIT\src\
and run msvcbuild
Open in Visual studio 2019
- Install GTA2 into
D:\games\gta2\
- Or go to
View->Other windows->Property manager
openPropertySheet
, go toUser macros
and changeGTA2Folder
to correct path.
Now you should be able to debug it by pressing F5.
Install Inno setup 6.2
- Build release
- Go to installer folder and open
installer.iss