Page 1 of 1

[Request: Iron Marines Invasion

Posted: Sat Nov 04, 2023 4:19 am
by jfowler11
Game Name: Iron Marines Invasion
Game Engine: Unity
Game Version: Nov 3, 2023
Options Requested: Health, Resources, Coins, Tech Points,
Steam Website:

Re: [Request: Iron Marines Invasion

Posted: Sat Nov 04, 2023 9:36 am
by krmit
Actually, only HP option is needed.
Credits/techpoints/specials/hero level & abilities are very easy add/edit in savefile (plain text).

Re: [Request: Iron Marines Invasion

Posted: Sat Nov 04, 2023 3:06 pm
by BabyGroot

Code: Select all

Game Name: 				Iron Marines Invasion
Game Process: 				IronMarinesInvasion.exe
Game Release date: 			3 Nov 2023
CE Version: 				7.4 (White)
Build Game / Build Id / Date Patch:  	v0.18.18 / 12575108 / 3 November 2023
Check build Id / Date Patches : [Link]


Notes
1. After the game is open, click directly on [Activate] on the cheat table.
Table will auto attach to process Game.
Options Table
Image


If you like my table, don’t forget to click the Image button.

Re: [Request: Iron Marines Invasion

Posted: Sun Nov 05, 2023 1:55 pm
by chefez
krmit wrote:
Sat Nov 04, 2023 9:36 am
Actually, only HP option is needed.
Credits/techpoints/specials/hero level & abilities are very easy add/edit in savefile (plain text).
Hello mate im new to editing save files.

I did found my save in Appdata/LocalLow now what i need to do to edit my save?

Thank you in advance

Re: [Request: Iron Marines Invasion

Posted: Sun Nov 05, 2023 2:24 pm
by BabyGroot
chefez wrote:
Sun Nov 05, 2023 1:55 pm
krmit wrote:
Sat Nov 04, 2023 9:36 am
Open chrome browser and write "save editor online"
drag the save file into the line "upload"
Now you can edit what you are looking for in the save file.

example :
You can press CTRL+F and type Currency

Code: Select all

      },
      "currency": {
        "credits": 600, <---- (Replace as desired)
        "creditsCollected": 60
      },
I hope this helps