Page 1 of 1
? "Sidedata.tdf" editor ?
Posted: 16 Jul 2006, 08:25
by Buggi
Has anyone created a tool that will scan "directory x" for units and "directory y" for buildpics and allow you to create the menu in a GUI like interface?
Or is a tool like this needed?
Is one even desired? It seems that a lot of tools are needed!
Granted, anything I create will be in C#
:D
Posted: 16 Jul 2006, 08:31
by smoth
no there isn't but then again, the current gui does not allow us to really do more the show our little shots of the units.
Posted: 16 Jul 2006, 14:14
by AF
The GUI ordering is based on the order the untis where loaded not the order the user defines.
And any new tools should be linux compatible.
Posted: 16 Jul 2006, 14:34
by FLOZi
AF wrote:The GUI ordering is based on the order the untis where loaded not the order the user defines.
And any new tools should be linux compatible.
No they aren't.
Posted: 16 Jul 2006, 15:02
by AF
arent they? That was my understanding of the code, it must be in order of their listing in the tdf then
Posted: 16 Jul 2006, 17:09
by unpossible
AF wrote:arent they? That was my understanding of the code, it must be in order of their listing in the tdf then
it's decided in the tdf:
[CANBUILD]
{
[CCOM]
{
canbuild1=CMEX;
canbuild2=CENERGY;
canbuild3=CFAC1;
canbuild4=CPAD1;
canbuild5=CRAD;
canbuild6=CLASERTOW1;
}
[CCON1]
{
canbuild1=CMEX;
canbuild2=CENERGY;
canbuild3=CFAC1;
canbuild4=CFAC2;
canbuild5=CPAD1;
canbuild6=CRAD;
canbuild7=CLASERTOW1;
}
etc etc
Posted: 16 Jul 2006, 19:37
by Buggi
Exactly, theres no tool to create that TDF file is there? *sigh*
AF wrote:And any new tools should be linux compatible.
Ummmmmmmmmm no. Well, there's always Mono. :D
Posted: 16 Jul 2006, 19:43
by NOiZE
i think notepad is fine?
Posted: 17 Jul 2006, 08:59
by Maelstrom
I had made one, but i seem to have lost it. It wasnt anything that special, and it didnt have any pictures or anything for the units, but it was alright. I could always make a PHP based one. It shouldnt be to hard, and then i could have pictures and stuff with it. I will see what i can do.
Posted: 17 Jul 2006, 19:42
by Neuralize
I always wanted one of these. :X
Posted: 17 Jul 2006, 20:46
by Buggi
I've also spotted the need to create something that ensures the content exists across the board.
Say you have 360 units, now each of those units can/may have weapons, sounds, corpse, textures, et cetera.
Now, add in one more unit, or 10, do you have the sounds it references? Or the textures it needs? Is there a way to merge the weapons it may have?
We have to stop considering the content for Spring "MODS" as they are the only content for Spring. Consider it the job of a content engineer for any game company.
What I'm suggesting is we approach the issue with a little more profesionalism and not "hack" our solutions together.
Posted: 18 Jul 2006, 08:13
by Maelstrom
Someone had made a complete mod making pakage of PHP scripts a while ago, but i never heard anything about it on the forums, and i forgot who it was that made it.
After my current project (tis secret project) i might have a go at making something like this.