TBH, I'm not actually sure. I wasn't thinking about armor upgrades when I did it. If the upgrades add armour points to the unit, then for sure it should work. If they replace the unit's base armour amount with that of the given piece of armour (which I rather expect), then for sure they will mess up the fix. Anyone know for sure what happens? And what we might be able to do (if anything) to work around it if it's the latter case?Originally Posted by Point_Blank
Understood, and appreciated. It even took me a while to spot this one, and I was running fairly large numbers of custom battles and playing with unit variables at the time. It's so much harder when you have to worry about the whole project at once, especially when the problem is something that only causes unintended behavior instead of compiler errors or game crashes.Originally Posted by JeromeGrasdyke
If the fix is as easy as I believe it to be in the code, I think there's a very good chance we can expect them to get to it for the second patch. Data inversions, which is what I speculate to be the cause, are among the easiest fixes, often just requiring changing an incorrect minus to a plus, or vice versa. Yeah, amazing that it could be so simple, yet leave us no perfect way to mod a fix. Ahh, the power of real actual code...
Bookmarks