:: SMAC ModManager v1.06 by #endgame
:: Stub to go to the end of any called
:: Smacmod.bat to allow the extraction
:: of useful mod data.

echo @echo off>temp.bat
echo set moddir=%moddira%.%moddirb%>>temp.bat
echo set exefile=%exefile%>>temp.bat

echo set swaps=.>>temp.bat
if "%r_fac%"=="TRUE" echo set swaps=facs %%swaps%%>>temp.bat
if "%r_sfx%"=="TRUE" echo set swaps=fx %%swaps%%>>temp.bat
if "%r_mov%"=="TRUE" echo set swaps=movies %%swaps%%>>temp.bat
if "%r_sps%"=="TRUE" echo set swaps=projs %%swaps%%>>temp.bat
if "%r_tec%"=="TRUE" echo set swaps=techs %%swaps%%>>temp.bat
if "%r_voi%"=="TRUE" echo set swaps=voices %%swaps%%>>temp.bat
