Found both the Hero Death and the AI getting out of vehicles.How I did this: I attached the CE debugger to the reinforcement counts. I had to check every code that accessed them (only about 10-12 I think), and NOP them one by one, reactivating code that didn't affect my tests (except the 25 reinforcements - it tipped me off by the direct reference to 25)Code: [Select]Battlefront.exe+17CEAB - Disables check for hero - I and hero don't respawn at/under 20 reinforcements -->Line 17CEA0 - Change 8B 48 14 to 90 90 90 (NOP)Code: [Select]Battlefront.exe+1396C6 - Disables check for 25 reinforcements (get out of vehicles) -->Line 1396C0 - Change 83 7A 14 19 to 83 7A 14 00 (changes check from 25 to 0)These should both work by hex editing your exe.
Battlefront.exe+17CEAB - Disables check for hero - I and hero don't respawn at/under 20 reinforcements -->Line 17CEA0 - Change 8B 48 14 to 90 90 90 (NOP)
Battlefront.exe+1396C6 - Disables check for 25 reinforcements (get out of vehicles) -->Line 1396C0 - Change 83 7A 14 19 to 83 7A 14 00 (changes check from 25 to 0)
'Please, tell me more about the logistics of the design of laser swords being wielded by space wizards' - Some guy on the internet.
oh ok thanks for all the help if you ever figure out how to add extra stuff such as adding extra local factions so that the game can differentiate between team 3 and 4 let me know.
Don't believe everything you read on the internet