Thread: SE 5 Editor
View Single Post
  #10  
Old October 26th, 2006, 02:05 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: SE 5 Editor

For facilities, the "Facility Group" seems to control the order within the game. Within a particular Facility Group, I would guess the order to be the same as in the file, but I haven't verified that.

For components, I would guess that the "General Group" field works similarly to "Facility Group", but again, haven't verified that.

As for how I'm doing the sorting, it can currently be sorted in ascending or descending order by name or by facility group. I'm using some slightly modified code I found on Microsoft http://support.microsoft.com/kb/319401

But yes, now that I think about it, alphabetical sorting doesn't make as much sense. I think I'll modify it so you can drag the facilities to whatever order you wish and get rid of the alpha-sorting.

Or maybe I'll just add some info to make it know what order to put it in the file, because the alpha-sorting by name or facility group is actually kind of useful as well. Will have to think a bit more on this one.

Thanks for the suggestions!
__________________
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