Krevios wrote: ↑Mon Jan 29, 2018 11:58 am
Always activate the scripts after you load your save. The two character scripts will not activate in the main menu. First thing I would do is restart the game.
If it still wont activate, copy this line - Legrand.War:CommandState:PreparePlayerUI+d6
With mono activated, open Memory View, right click on the disassembler>Go to address, paste it and hit ok. Scroll up a couple lines to let the addresses fix themselves. Now just look for that same instruction in the script - movsxd rax,dword ptr [rax+000000D0] - and take note of the address. For example it has changed from Legrand.War:CommandState:PreparePlayerUI
+d6 to
+d5. All you need to do is change lines 9, 10, 26 and 35 accordingly. It will activate after that.