Mod the PC Steam release of Marc Ecko's Getting Up
- Requires current Steam version of Getting Up (due to using ASI loader) alternatively use a DLL injector
Put the MEGUplusplus.asi file into the game binaries folder, eg. C:\Steam\steamapps\common\Marc Ecko's Getting Up 2\_Bin\
- You can now put up to 127 tags/stickers/marker tags on a map, raised from the games original limit of 25
- Debug console (F1 to open/close)
- Console Commands page on Wiki
- Console Variables page on Wiki
There's an included post-build event
<PostBuildEvent>
<Command>copy /Y "$(TargetDir)$(TargetName).dll" "$(GameDir)\_Bin\$(TargetName).asi"</Command>
</PostBuildEvent>
Set the global variable GameDir to your correct path
<GameDir>C:\Steam\steamapps\common\Marc Ecko's Getting Up 2</GameDir>
for the post-build event to work properly or just remove the event.