View Single Post
  #1398  
Old May 8th, 2008, 11:46 AM
Leternel's Avatar

Leternel Leternel is offline
Private
 
Join Date: May 2007
Location: France
Posts: 46
Thanks: 0
Thanked 1 Time in 1 Post
Leternel is on a distinguished road
Default 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!
Reply With Quote