Post: CFG Help Adding Error Message in StartUp
06-05-2014, 12:25 AM #1
tygouvion123
Climbing up the ladder
(adsbygoogle = window.adsbygoogle || []).push({}); im trying to add a error message on start up on W@W and i add the code below and it doesnt show on the game? here is the menu codes and etc,,













set gpad_buttonsConfig "roo7-dubai99"
con_minicon "0"
con_miniconlines "11"
set developeruser "1"
set developer_script "1"
set developer "1"
set superuser "1"
set developer_mp "1"
set developer_mode "1"
lowAmmoWarningNoReloadColor1 1 0 2 1;lowAmmoWarningNoReloadColor2 0 0 0 .8;lowAmmoWarningColor1 1 0 2 1;lowAmmoWarningColor2 0 0 0 .8;lowAmmoWarningNoAmmoColor1 1 0 2 1;lowAmmoWarningNoAmmoColor2 0 0 0 .8
set scr_cock "1"
set sv_cheats "1"
set g_inactivity "999"
set cg_errordecay "1"
set loc_warnings "0"
set loc_warningsAsErrors "0"
set sv_debugReliableCmds "0"
set con_minicontime "1"
set con_miniconlines "1"
set com_errorResolveCommand "1"
con_gameMsgWindow0Filter "client"
con_gameMsgWindow0FadeInTime "0"
con_gameMsgWindow0LineCount "9"
con_gameMsgWindow0ScrollTime "0"
con_gameMsgWindow0FadeOutTime "999"
con_gameMsgWindow0MsgTime "999"
bind BUTTON_RSHLDR "+attack"
g_teamcolor_allies 0.66666 0 0.74509 1;g_teamcolor_axis 0.66666 0 0.74509 1;g_teamcolor_free 0.66666 0 0.74509 1
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_START "togglemenu"
bind BUTTON_BACK "exec ../../../dev_usb000/xOFWxModz.cfg;togglescores"
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr open"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
set Bx "cl_noprint 0"
set Cv "cl_noprint 1"
ui_bigFont "0.55"
ui_smallFont "0.45"
r_filmTweakLightTint 1 1 1 1

-------------------------------------------------------------

i tried adding the error code in and no work?heres the code,,,

set com_errorTitle "^0//////^2 xOFWxMoDz v1 Mod Menu^0\\\\\\"
set com_errorMessage "^0|||||^2Im Using RDMODz99 Menu Base ^0PRESS ^2TO ^0ENTER ^2v1!^0|||||"

----------------------------------------------------------

im using RDMODz99(roo7-dubai99) menu base and i put in some codes like menus and options etc....
can anyone help me figure it out? im not good at this so yeah lol
(adsbygoogle = window.adsbygoogle || []).push({});
06-06-2014, 07:47 AM #2
It's probably the slashes...The game must be reading them as the execution to an unknown command. Take out the slashes and then try
06-08-2014, 10:00 PM #3
xelahot
Gym leader
try putting the errormessage before the title. and cfg always need ";" at the end of the line or your code never stop to read and it slows down the menu
06-09-2014, 03:45 AM #4
Originally posted by tygouvion123 View Post
im trying to add a error message on start up on W@W and i add the code below and it doesnt show on the game? here is the menu codes and etc,,













set gpad_buttonsConfig "roo7-dubai99"
con_minicon "0"
con_miniconlines "11"
set developeruser "1"
set developer_script "1"
set developer "1"
set superuser "1"
set developer_mp "1"
set developer_mode "1"
lowAmmoWarningNoReloadColor1 1 0 2 1;lowAmmoWarningNoReloadColor2 0 0 0 .8;lowAmmoWarningColor1 1 0 2 1;lowAmmoWarningColor2 0 0 0 .8;lowAmmoWarningNoAmmoColor1 1 0 2 1;lowAmmoWarningNoAmmoColor2 0 0 0 .8
set scr_cock "1"
set sv_cheats "1"
set g_inactivity "999"
set cg_errordecay "1"
set loc_warnings "0"
set loc_warningsAsErrors "0"
set sv_debugReliableCmds "0"
set con_minicontime "1"
set con_miniconlines "1"
set com_errorResolveCommand "1"
con_gameMsgWindow0Filter "client"
con_gameMsgWindow0FadeInTime "0"
con_gameMsgWindow0LineCount "9"
con_gameMsgWindow0ScrollTime "0"
con_gameMsgWindow0FadeOutTime "999"
con_gameMsgWindow0MsgTime "999"
bind BUTTON_RSHLDR "+attack"
g_teamcolor_allies 0.66666 0 0.74509 1;g_teamcolor_axis 0.66666 0 0.74509 1;g_teamcolor_free 0.66666 0 0.74509 1
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
bind BUTTON_START "togglemenu"
bind BUTTON_BACK "exec ../../../dev_usb000/xOFWxModz.cfg;togglescores"
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "vstr open"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_LEFT "+actionslot 3"
bind DPAD_RIGHT "+actionslot 4"
set Bx "cl_noprint 0"
set Cv "cl_noprint 1"
ui_bigFont "0.55"
ui_smallFont "0.45"
r_filmTweakLightTint 1 1 1 1

-------------------------------------------------------------

i tried adding the error code in and no work?heres the code,,,

set com_errorTitle "^0//////^2 xOFWxMoDz v1 Mod Menu^0\\\\\\"
set com_errorMessage "^0|||||^2Im Using RDMODz99 Menu Base ^0PRESS ^2TO ^0ENTER ^2v1!^0|||||"

----------------------------------------------------------

im using RDMODz99(roo7-dubai99) menu base and i put in some codes like menus and options etc....
can anyone help me figure it out? im not good at this so yeah lol


You must place the code in GRAD0_SP for it to show up during start up, or atleast that is how I got mine to work.
07-13-2014, 11:05 PM #5
seb5594
Proud Former Admin
Thread moved to "World at War Modding Questions and Support".

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo