View Single Post
  #24  
Old November 2nd, 2006, 09:53 PM

Phoenix-D Phoenix-D is offline
National Security Advisor
 
Join Date: Nov 2000
Posts: 5,085
Thanks: 0
Thanked 0 Times in 0 Posts
Phoenix-D is on a distinguished road
Default Re: Space Empires V Editor 1.1 Released

Components editor: would it be possible to add a "Save anyway" box to the list of errors when saving? Also, the error list pops up twice when you try to save when errors are present.

Weapon Damage Type formulas aren't working properly. The editor can't, for example, handle the stock Plague Bomb damage type forumla.

Weapon Min/Max Damage formula isn't handling some forumlas right. For the Flak cannon, the forumla is:

iif([%Range%] <= 100, (50 + (([%Level%] - 1) * 5)) - ([%Range%] * 0.8), 0)

which is correct. The parser doesn't read it correctly, however, and says "Invalid parameter count. The function iif requires 3 parameter(s)."

The first parameter is 100, the second is (([%Level%] - 1) * 5)) - ([%Range%] * 0.8), the third is 0.
__________________
Phoenix-D

I am not senile. I just talk to myself because the rest of you don't provide adequate conversation.
-Digger
Reply With Quote