Space Empires V Editor 1.0 Released |

I've been working on an editor for the data files in SEV and I have an initial version ready for release. Currently, it only allows editing of facilities, but more is on the way. Currently working on the component editor.
Anyway, feel free to check it out. I would appreciate feedback, good or bad, so that I can improve the program.
I get a .NET exception
I get a .NET exception window when entering facilities window. Window still shows, but not all facilities do.
Exception message comes from localized .NET so it's in Polish, still, it might be of some help:
************** Tekst wyjątku **************
System.FormatException: Nieprawidłowy format ciągu wejściowego.
at System.Number.ParseDouble(String s, NumberStyles style, NumberFormatInfo info)
at System.Double.Parse(String s, NumberStyles style, IFormatProvider provider)
at System.Convert.ToDouble(String value)
at dotMath.EqCompiler.Paren()
at dotMath.EqCompiler.Sign()
at dotMath.EqCompiler.Power()
at dotMath.EqCompiler.MultDiv()
at dotMath.EqCompiler.AddSub()
at dotMath.EqCompiler.Relational()
at dotMath.EqCompiler.Compile()
at Se5Editor.MainForm.IsValidFormula(String formula)
at Se5Editor.Facility.Validate(Int32 sections)
at Se5Editor.Facility.Read(StringCollection lines, Int32 fileOrder, Int32& currentLine)
at Se5Editor.FacilitiesForm.ReadFacilitiesFile(String filePath)
at Se5Editor.FacilitiesForm.FacilitiesForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
-------------------
My guess is that it might be related to Windows decimal separator settings or something in that department.

.Net Version?
What version of .Net are you using?
-----
Shazbot!

Great little program.
Will the editor work on SEV v1.17? by the way, good job on making this. It's work like this that spurs the mod community on to make great things!
Cool. Thanks for the
Cool. Thanks for the editor. This will make trying to track all of the files a bit easier, I imagine.

Any Plans to add other
Any Plans to add other features? For instance a quadrant/system type editor, or a real map editor?

Don't count on it
The problem with that was discussed in the chat. The problem is that after the map is created, it is encrypted so that players can't open up and view the map outside of the game. If MM could create a public/private key pair, then you could probably develop a map editor that only the game could open, but until then, meh don't count on it.
Dragagon
Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.
-- Robert Heinlein




).
I really liked your mod for
I really liked your mod for SE IV. Will you be making one for SE V too?