Hi all
I'm the creator of the Ferengi-Dominion Alliance mod, and after a long time away have been working on improving it recently. What I want to do now is add the Gorn and Orion's in place of the Chalnoth and Ktarians.
The problem is, the game doesn't seem to go by the alphabet when listing minor races.
I know UE can change the order of ships in the game but that option doesn't appear to exist for minor races.
So to my question - is it possible to change the order, and if so, how would I go about doing it?
Thanks in advance!
Changing order of Minor Races in UE
Moderator: thunderchero
Forum rules
Please search before starting new topic.
There is a good chance it has already been asked.
There is a good chance it has already been asked.
- Captainobviousau
- Cadet 2nd Year

- Posts: 5
- Joined: Wed Apr 08, 2026 12:34 am
- Flocke
- BORG Trouble Maker

- Posts: 3680
- Joined: Sun Apr 27, 2008 2:00 am
- Location: Hamburg, Germany
- Contact:
Re: Changing order of Minor Races in UE
Welcome back!
While I havn't tested this, what you definitely need to edit to move one race to another slot, is:
Good luck!
UE I fear doesn't help you much in that regard. But that's a feature worthy to add indeed!Captainobviousau wrote: ↑Wed Apr 08, 2026 12:38 am The problem is, the game doesn't seem to go by the alphabet when listing minor races.
I know UE can change the order of ships in the game but that option doesn't appear to exist for minor races.
So to my question - is it possible to change the order, and if so, how would I go about doing it?
While I havn't tested this, what you definitely need to edit to move one race to another slot, is:
- race.rst for the names, which you can either edit in UE one by one or use some hex editor. ( With other files in the past, I used HxD to copy and align lines so each entry has exactly one line, then copied the written hex values to VSCode or some other text editor, moved lines and copied it back )
Note that moving the hex value entries should not be messing with the race description texts, because when moving the lines, the stored description text offsets remain in place. And the file race.rst file itself luckily has no file offsets stored to mess around with. - aiminor.wtf for the race behaviour, which might be done the same way
That file is a bit trickier to hex edit, because it is structured in 3 sections: settings, race names & AI values. But you can leave settings alone, copy the latter two sections and then edit these separately. The values there are just a list of 8 byte double values of num minor races (30) * num settings (7) = 30 * 56 bytes = 1680 bytes = 0x690 in hex.
Given it doesn't have any offsets stored, that should actually be easy to hex edit as well.
- edifice.bst for the required local system population of all the building structures, which has a messy file structure and therefore I think best is done either one by one in UE or by import/export with latest yet unreleased UE, which can be built from the source
:
https://gitlab.com/stbotf/ultimate-edit ... gfx_export - shiprace.sst, shiptech.sst & shiplist.sst for the ships, which I think you do best one by one in UE after having edited the other files, but luckily in vanilla there aren't that many minor race ships
Good luck!
- thunderchero
- Site Administrator aka Fleet Admiral

- Posts: 8537
- Joined: Fri Apr 25, 2008 2:00 am
- Location: On a three month training mission, in command of the USS Valiant.
Re: Changing order of Minor Races in UE
If so you need to recover your original account you developed your mod with "Darth_Windu"Captainobviousau wrote: ↑Wed Apr 08, 2026 12:38 am I'm the creator of the Ferengi-Dominion Alliance mod
other than issues/edits Flocke listedCaptainobviousau wrote: ↑Wed Apr 08, 2026 12:38 am The problem is, the game doesn't seem to go by the alphabet when listing minor races.
changing minor race id is not suggested, there are too many unknown locations that some races use special minor*.tdb files.
example;
minor5.tdb is used by Anticans
minor6.tdb is used by Pakleds
minor7.tdb is used by Selay
minor8.tdb is used by Sheliak
minor9.tdb is used by Tamarians
so if you change any of these races or any id's of of minors, the edited minors will use wrong tdb files.
EDIT; if you have not seen them already, I collected a complete set of improved textures for FDA mod.
they can be found in this topic collecting 512 textures in the "new 512 gifs.zip" download link
- Captainobviousau
- Cadet 2nd Year

- Posts: 5
- Joined: Wed Apr 08, 2026 12:34 am
Re: Changing order of Minor Races in UE
Ah thanks Thunder! I did try the reset my password options however none received an email, so I wonder if my Darth_Windu account is linked to an email address I no longer have access to.
Thanks for the info re the minors, will just have to figure out another way.
I'll take a look at the textures, I appreciate the link!
Thanks for the info re the minors, will just have to figure out another way.
I'll take a look at the textures, I appreciate the link!
