1.convert wz txt to new format txt
2.convert new format txt to wz txt
3.supports the following txt's:
weapons.txt,templates.txt,structures.txt,bodypropimd.txt,
assignweapons.txt,structureweapons.txt,research.txt,pre_research.txt,researchfunctions.txt,researchstructures.txt,resultcomponent.txt,resultstructure.txt
sample:(old template for python medium cannon tracks)
PythonMedCnTrks,472,Body11ABT,ZNULLBRAIN,ZNULLCONSTRUCT,ZNULLECM,6,tracked01,ZNULLREPAIR,ZNULLREARM,DROID,DefaultSensor1Mk1,1
sample:(new template data for python medium cannon tracks)
[PythonMedCnTrks]
templateID = 472; compBody = "Body11ABT"; compBrain = "ZNULLBRAIN"; compConstruct = "ZNULLCONSTRUCT"; compECM = "ZNULLECM";
playerId = 6; compPropulsion = "tracked01"; compRepair = "ZNULLREPAIR"; compRearm = "ZNULLREARM"; type = "DROID";
compSensor = "DefaultSensor1Mk1"; numWeapons = 1;
note:it only works with the weapons.txt and templates.txt included,because I added new fields such as 'compRearm' to those 2 files recently.
source code is available on mailinglist,it's written in C with ANSI 'main()' so linux user shouldnt have any problems compiling it(my linux installation is still unfinished due to borked internet d/l speed...)
Feel free to post any suggestion or feedback

