Staredit Network

Staredit Network -> Modding Assistance -> StarEdit unit lists
Report, edit, etc...Posted by O)FaRTy1billion on 2005-06-12 at 13:50:10
Is it possable to change where the units go in the Unit selection list?
I am making a StarEdit mod, and its annoying having all 3 races ground units in the Ground folder, etc. Also I want to fix where it placed a few things like the powerups and stuff.

Or does any one except me make StarEdit mods?
Report, edit, etc...Posted by StealthyDeath on 2005-06-12 at 18:17:24
You'll need to edit the stat_txt.tbl and the units.dat.

Units.dat determines which race and type it goes under. In Arsenal III, you'll need to edit the units "Staredit" tab. Check the first tree groups flags to match what race you want.

The next 3: Unit, Building, or Factory is used for triggers in determining if it is one of those. Changing this doesn't matter unless you have the same changes to the game.

Neutral is used for anything else that isn't grouped into a race. e.g. Powerups.

Stat_txt.tbl edits the subfolders. For example, "Terran Marine<0>*<0>Ground Units<0>". It is listed as "Ground Units".

The asterisk can be replaced also. For hero units, it's used to show what type of unit it is. e.g. Jim Raynor<0>Vulture<0>Heroes<0>

You also can't have two or more subfolders like Ground Units > Marine > Terran Marine.
Report, edit, etc...Posted by O)FaRTy1billion on 2005-06-13 at 02:42:03
QUOTE(StealthyDeath @ Jun 12 2005, 03:17 PM)
Stat_txt.tbl edits the subfolders.  For example, "Terran Marine<0>*<0>Ground Units<0>".  It is listed as "Ground Units".

The asterisk can be replaced also.  For hero units, it's used to show what type of unit it is.  e.g. Jim Raynor<0>Vulture<0>Heroes<0>

You also can't have two or more subfolders like Ground Units > Marine > Terran Marine.

That is what I needed, Thank you.
I have all the Aresenal III done; but when I ran the editor, everything was all messed up. Like ALL ground units were in Player _ > Ground Units and stuff...
Next Page (1)