Re: Balance Mod Available for SE:V
as I was looking in the vehicule sizes file, I noticed a possible error in every carrier types:
While text is "30% must be filled with fighter bay or drone launcher" the formula is
Requirement 7 Formula := Get_Design_Ability_Percentage_Of_Hull_Space("Units - Launch", "Fighter") >= 30 or Get_Design_Ability_Percentage_Of_Hull_Space("Units - Launch", "Drone")
instead of something like
Requirement 7 Formula := (Get_Design_Ability_Percentage_Of_Hull_Space("Units - Launch", "Fighter") + Get_Design_Ability_Percentage_Of_Hull_Space("Units - Launch", "Drone") ) >= 30
__________________
What ever can be the question, 42 is the answer!
|