This is a memory editor for the game Europa 1400 The Guild.
You need to have a 32 bit (x86) C++ compiler.
If you have the Command Line Tools for Visual Studio, you can run x86 Native Tools Command Prompt.
build.bat will build the out/kimo.dll with the editor inside
You need to inject the .dll into the game. There are atleast 3 options:
- Use a tool like LordPE (don't forget to create a backup)
- Use Cheat Engine to inject dll at runtime
- If you understand how import tables work you can implement your own solution ;)