As you may or may not know, I've been very slowly working on v1.4 and am now finally starting to pick up the pace a bit. There's a life event coming up next month which may or may not completely halt my SWBF2 modding, so we'll see... (not trying to get everyone's hope up or kill it, just telling you where I stand). As it is now, v1.4 is around 50% functional (basically all the v1.3 stuff I had to redo).
---------- ---------- ----------
I'm reworking the Fake Console to make more use of the prompt popup. Things like Set Reinforcements 1 and Set Reinforcements 2 will be made more generic and thus more useful. The FC list will hopefully be easier to scroll through as it will be shorter.
Set ?? Teams to ? Reinforcements will mean type a list of teams and their new reinforcement count. Example: 1 3 2 56 will end up doing
Code: Select all
SetReinforcementCount(1, 56)
SetReinforcementCount(3, 56)
SetReinforcementCount(2, 56)Code: Select all
SetUnitCount(2, GetUnitCount(2)+7)
SetUnitCount(1, GetUnitCount(1)+7)Any other FC changes people want or additional FC command ideas?









