View Single Post
  #7  
Old November 2nd, 2006, 06:29 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.1 Released

Quote:
Phoenix-D said:
Couple of points on the component editor:
-There's no way to make Damage Type a forumla.
-A few of the fields that should be text boxs are lists (Weapon Delivery Type, Explosion, Sound, etc). Having the list works nicely for selecting a common type, but it makes it impossible to enter a custom type.
-It screams when adding a custom unit type, component type, or General Group. Not a problem except it won't let you save with these "errors"!
1) Damage Types are read from "DamageTypes.txt". If you want to add a damage type, you need to edit that file. The field name ending in "Formula" is actually misleading and got me for a while too. In reality, this field is not a formula, but instead a value that references another file.

2) All fields that are combo boxes get their values from other files or seem to be hardcoded values in the game. If a field in the file would allow arbitrary user input, I had the combo box allow it as well. Most do not.

3) Please elaborate (and give an example) of the third problem?
__________________
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