a bit of modding help needed with the quick chat menu :s.
Posted: April 16th, 2009, 3:53 am
I just began modding (yesterday) and have had Dan helping me a lot through it. With a lot of his help, I began to make a jumping mod as a beginning mod to make. now, I got the position save mod to work correctly and I wanted to edit the quick chat menu to use commands such as fullbright and thirdperson. Now, my problem is that when I open up the chat menu, my new section comes up as #4 and it's called FPS Settings but when i hit 4 nothing else comes up and I have no clue as to why.
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
makeMod.bat
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