View Single Post
  #3  
Old October 30th, 2006, 06:36 PM

Devnullicus Devnullicus is offline
Sergeant
 
Join Date: Feb 2001
Location: Belmont, CA USA
Posts: 285
Thanks: 0
Thanked 0 Times in 0 Posts
Devnullicus is on a distinguished road
Default Re: Space Empires V Editor 1.0 released

Actually, it does look like your base facilities.txt has been modified.

The line
Ability 1 Amount 1 Formula := trunc(([%Level%] / 10) 1)

should be (and is in my version):
Ability 1 Amount 1 Formula := trunc(([%Level%] / 10) + 1)

Somehow, your version lost a "+" sign...

That will definitely cause the formula parser to flag it as a bad formula, but shouldn't cause the exception that you posted. Let me figure out why the program isn't catching the error correctly as it does seem like this is a problem on my end.

Thanks for helping with this, Elsemeravin!
__________________
How's my Programming? Call 1-800-DEV-NULL
Get the Space Empires V Editor and DevnullMod at http://www.devnullsoftware.com/se5
Reply With Quote