Page 1 of 1

Where to find new tags?

Posted: 22 Jul 2005, 16:22
by zwzsg
Quite a few new FBI tags that where not existing in TA have been added to Spring. Where can I find a list of them?

Where can I find the list of new .bos command?

Where can I find the list of all .smd tags including the latest ones?

Etc....

It's useless to program new possiblities if it's so undocumented that one cannot find back how to use them once the forum thread has fell down.

For all TA tags I have this very good list. For Spring tags.... I don't where to look. Using the search button over the forum is terribly inefficient. I don't know how to navigate in the wiki so I miss most pages. I have no idea where to start looking on the sourceforge CVS. Please tell me where to find a list of all FBI tags Spring support that is and wil be regularly updated. (And some lists for .smd, .bos, etc... too)

Posted: 22 Jul 2005, 17:47
by AF
Look at UnitDef.h in the cvs under the rts folder. Any tag in the unit FBI files gets into there if the engine uses it.

Posted: 22 Jul 2005, 18:50
by zwzsg
Inside http://cvs.sourceforge.net/viewcvs.py/s ... iew=markup
there is nowhere the words the "BuildPic" nor "repulse", which are amongst the new FBI tags.

Posted: 22 Jul 2005, 18:59
by AF
I could ahve sworn i saw repulse in there

bool leaveTracks;
float trackWidth;
float trackPos;
float trackStrength;
int trackType;

but there are new tags there. Maybe not for those that affect the GUI.

Posted: 23 Jul 2005, 01:31
by Archangel of Death
Well, repulse is a weaopn .tdf tag. I'll just put it here incase someone decides to come along and compile some file containing all the tags (or somesuch).

Code: Select all

repulseenergy=x; 
repulseforce=x; 
repulserange=x; 
repulsespeed=x;

example values:
repulseenergy=20; 
repulseforce=10; 
repulserange=120; 
repulsespeed=10;
You may want to find more "standard" values, those particular ones are quite high to stop flakk cannons.

Posted: 24 Jul 2005, 01:41
by zwzsg
I suggest anyone who know about new Spring possibilities to add them at the end of http://spring.clan-sy.com/wiki/Create_u ... _in_Spring which is one of the two wiki page I can find easily.

Posted: 30 Jul 2005, 20:50
by Snooky
The high trajectory tag options need to be added...

Posted: 10 Aug 2005, 06:32
by bobthedinosaur
umm, still where are the new bos functions listed?

Posted: 10 Aug 2005, 21:08
by zwzsg
Maybe there isn't any new bos function yet?

Does Dragon45's set HEALTH and Gnome's get VETERANCY_LEVEL have been included into the main build? That's the only two I can remember.