Cheat for Project Zomboid
📝 Unknowncheats 🎥 Youtube Demo
PS: You may not need to do any of this! Try downloading the project and try to build it first!
First ensure that Configuration is set to All Configurations and Platform is set to x64
Adjust the JDK with the version you have and paste this into VC++ Directories -> Include Directories
$(VC_IncludePath);$(WindowsSDK_IncludePath);C:\Program Files\Java\jdk-22\include\win32;C:\Program Files\Java\jdk-22\include;$(ProjectDir)\Resources\json_cpp_format;$(ProjectDir)\Resources\libraries\json;$(ProjectDir)\Resources\libraries\imgui;$(ProjectDir)\Resources\libraries\opengl\x64;$(ProjectDir)\Resources\libraries\minhook\;$(ProjectDir)\Resources\libraries\stb;$(IncludePath)
Paste this into Library Directories
$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(ProjectDir)\Resources\libraries\minhook\x64\debug;$(ProjectDir)\Resources\libraries\opengl\x64;$(LibraryPath)
Paste this into Linker->Input
$(CoreLibraryDependencies);%(AdditionalDependencies);libMinHook.x64.lib;glew32s.lib;Shell32.lib;Comdlg32.lib;%(AdditionalDependencies)
Also ensure that all files & resources are included in the project! You can do this by creating a filter and dragging everything into that.
Additionally ensure that _CRT_SECURE_NO_WARNINGS is placed in C/C++ -> Preprocessor -> Preprocessor Definitions
Additionally ensure that Configuration Properties -> Advanced -> Character Set is set to Use Multi-Byte Character Set
Additionally ensure that Configuration Properties -> General -> C++ Language Standard is set to ISO C++20 Standard
