.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

BCT Commander- Save $8.00
winSPWW2- Save $5.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
Old November 20th, 2006, 04:28 AM

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 Space Empires V Editor 1.4 Released

Version 1.4 is finally ready!
  • Added View Menu
  • Add Weapon Comparison Viewer
  • Moved Tech Tree Viewer to it's own window (accessed via View Menu)
  • Added Save-To-File button in Tech Tree Viewer (saves to XML format)
  • Added a data-visualization graph function to the Formula Wizard with 2d graphs for 1-var equations and "surface graphs" (actually 3d-spline graphs) for 2 var equations. I'm using a trial version of Super2d3dGraphLibrary from http://www.softwaresigloXXI.com as it allowed me to put a really nice set of graphs in to the tool without taking the time to write my own. If you want graphs without ads, you must purchase your own licensed version, but the trial version included here will work.
  • Added menu option to use graphing formula wizard or not (in case you want the old style (which can be a little speedier)).
  • Added Vehicle Unit Types editor
  • fixed a couple of minor problems when reading older data files (allows some backwards compatibility for the editor since the game seems to do so)
  • More descriptive messages when tech tree finds problems. Also caught some errors that were causing the editor to crash and now handle them more gracefully.
  • Fixed crash where the tech areas editor and tech tree viewer would crash when trying to load a tech tree that has errors. Now it will simply report the errors and continue rather than crashing (it still won't show the tech tree though since it's an invalid tech tree)
  • Editor no longer complains if more than 168 tech area images are used if the underlying image has been expanded to have room for them
  • If a file has read errors, the editors will now still allow editing of the items that it did read correctly. Beware though, saving after this will only write back to the file the parts that the editor understood and is thus NOT recommended.

There's probably a few other things as well that I've forgotten

This will probably be the last update for a bit as I need to concentrate on work for the next few weeks. If there are issues, I'll try to fix them quickly, so please let me know, but I don't expect to be adding more features for a bit.
__________________
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
  #2  
Old November 20th, 2006, 03:15 PM

Elsemeravin Elsemeravin is offline
Corporal
 
Join Date: Nov 2001
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
Elsemeravin is on a distinguished road
Default Re: Space Empires V Editor 1.4 Released

Great !
Reply With Quote
  #3  
Old November 20th, 2006, 03:37 PM
Kana's Avatar

Kana Kana is offline
Captain
 
Join Date: Apr 2004
Location: Texas
Posts: 962
Thanks: 0
Thanked 3 Times in 3 Posts
Kana is on a distinguished road
Default Re: Space Empires V Editor 1.4 Released

Good work as usual...

You added a Vehicle Unit editor...Are you planning on adding a Vehicle Editor as well...?
Reply With Quote
  #4  
Old November 20th, 2006, 03:40 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: Space Empires V Editor 1.4 Released

Devnullicus said:
If you want graphs without ads, you must purchase your own licensed version, but the trial version included here will work.


That's rather disconcerting...
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #5  
Old November 20th, 2006, 04:28 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.4 Released

Quote:
Kana said:
Good work as usual...

You added a Vehicle Unit editor...Are you planning on adding a Vehicle Editor as well...?
VehicleSizes.txt editor will probably be in the next version. Not sure when that will be though - I suspect it will be at least a few weeks as I need to concentrate on work for a while.
__________________
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
  #6  
Old November 20th, 2006, 04:33 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.4 Released

Quote:
Imperator Fyron said:
Devnullicus said:
If you want graphs without ads, you must purchase your own licensed version, but the trial version included here will work.


That's rather disconcerting...
Well, I had 2 choices:
1) use the trial version with ads and get things up and running within a day (which is about how long it took)
2) create my own graphs. Originally, I was going to do exactly that and I have a DirectX9 version that mostly works. But it wasn't quite working correctly and it would have taken more time than I wanted to spend to get a graph that was only mediocre anyway.

So, after dinking around for a bit with option 2, I decided to go with option 1 and get a very nice graphing system at the small cost of some ads in the graph itself.

If you're worried about spyware, etc, I can tell you that the installer doesn't do ANYTHING special for the library. All I do is put the dll into the editor's directory - there's no extra registry settings or .NET install stuff I do for the DLL.

As far as I can tell, and also after some long discussions with the graph library's author, there is nothing funky about the dll - no spyware, etc. It's just a normal DLL
__________________
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
  #7  
Old November 20th, 2006, 04:45 PM

Elsemeravin Elsemeravin is offline
Corporal
 
Join Date: Nov 2001
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
Elsemeravin is on a distinguished road
Default Re: Space Empires V Editor 1.4 Released

Good you go back to work and come back with many new ideas
Reply With Quote
  #8  
Old November 22nd, 2006, 10:59 PM

Thy_Reaper Thy_Reaper is offline
Private
 
Join Date: Oct 2006
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Thy_Reaper is on a distinguished road
Default Re: Space Empires V Editor 1.4 Released

I like the editor so far, but it has decided that any changes to the Weapon Reload Rate MS Formula should get stored in the Seeker Speed Formula instead, which causes errors, etc.
Reply With Quote
  #9  
Old November 23rd, 2006, 12:16 AM

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.4 Released

Quote:
Thy_Reaper said:
I like the editor so far, but it has decided that any changes to the Weapon Reload Rate MS Formula should get stored in the Seeker Speed Formula instead, which causes errors, etc.
doh...that sounds kind of bad I'll look into it tonight.
__________________
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
  #10  
Old November 23rd, 2006, 12:29 AM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: Space Empires V Editor 1.4 Released

Devnullicus said:
If you're worried about spyware, etc, I can tell you that the installer doesn't do ANYTHING special for the library.


I'm just worried about the fact that a simple data file editor is now, in essence, adware... And we as the users have to purchase our own individual licenses of the graphing dll to get rid of the ads.
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 07:06 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.