I just noticed this......that means I have to redo all I have done. (or atleast go through it and make the corrections) Do you plan to find a fix for this soon?
::Author - Trovaner::Description - Makes a list of RA2 component names, files, and weights::What To Do - :: 1. Put this in the same folder as the RA2 component text files:: 2. Double click this batch file:: 3. Save the file or copy/paste it into something else:: 4. Complete the formatting listed here: https://gametechmods.com/forums/showthread.php?t=2714:: 5. Reply to the above thread with your resultsfor %%a in (*.txt) do (set file=%%a & call :CreateList "%%a")if exist styles (for %%b in (styles/*.txt) do (set file=styles\%%b & call :CreateList "%%b"))goto Complete:CreateListfindstr mass %file%if errorlevel 1 (echo %file% >> Problems.tmpgoto :EOF)for /F "tokens=*" %%c in (%file%) do set %%cset file=%file:styles\=%echo %name :~1%, %file:~0,-1%,%mass % >> TextFileList.tmpgoto :EOF:Completeif exist Problems.tmp (START /w NOTEPAD.EXE Problems.tmpdel Problems.tmp)START /w NOTEPAD.EXE TextFileList.tmpdel TextFileList.tmp
This version prints out a separate file for all text files that cause errors or are missing values. It will also automatically add the styles folder to the main list.
A component data base on gametechmods would be nice, but all I can do is fill it and host it. Do we have a volunteer?
has it got a .cfz. if it has decompile it.
it would be cool if after the bot exchange tells you the components, go through a database and click on each individual component and it downloads it
it will.