here are some of the files that I'm using for this (quick message files in attatchment).
If anyone can help, it would be appreciated

Mod.CSV
Code: Select all
rawfile,maps/mp/gametypes/dm.gsc
menufile,ui_mp/scriptmenus/quickcmdlist.menu
menufile,ui_mp/wm_quickmessage.menu
Code: Select all
@set /p choice= Mod Folder Name:
del %choice%.iwd
del mod.ff
xcopy fx ..\..\raw\fx /SY
xcopy vision ..\..\raw\vision /SY
xcopy character ..\..\raw\character /SY
xcopy animtrees ..\..\raw\animtrees /SY
xcopy weapons ..\..\raw\weapons /SY
xcopy shock ..\..\raw\shock /SY
xcopy sound ..\..\raw\sound /SY
xcopy soundaliases ..\..\raw\soundaliases /SY
xcopy ui_mp ..\..\raw\ui_mp /SY
xcopy ui ..\..\raw\ui /SY
xcopy sun ..\..\raw\sun /SY
xcopy maps ..\..\raw\maps /SY
xcopy mp ..\..\raw\maps\mp /SY
xcopy mp ..\..\raw\mp /SY
xcopy gametypes ..\..\raw\maps\mp\gametypes /SY
xcopy source ..\..\raw\source /SY
copy /Y mod.csv ..\..\zone_source
cd ..\..\bin
linker_pc.exe -language english -compress -cleanup mod
cd ..\mods\%choice%
copy ..\..\zone\english\mod.ff
7za a -r -tzip %choice%.iwd sound
7za a -r -tzip %choice%.iwd images
7za a -r -tzip %choice%.iwd weapons
pause