<<
exec buttons_default.cfg
iIf the mod menu is on tactical layout, then:
exec buttons_tactical.cfg
Here is a example XML and CFG code from my generator:
<menu>
<title>Test</title>
<item>
<name>Restart</name>
<cmd>exec buttons_default.cfg;fast_restart</cmd>
</item>
</menu>
CFG:
//Created with PCFreak30's CFG Menu Generator
//Visit pcfreak30.com for Hacking and Modding News and more!
bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
set gpad_button_rstick_deflect_max 1
set gpad_button_lstick_deflect_max 1
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "+actionslot 1"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_START "togglemenu"
bind DPAD_LEFT "vstr 1m"
set 1m "con_errormessagetime 90;set Cg_hudchatposition 310 250;bind BUTTON_B vstr 1e; cg_chatheight 7;vstr 1opt1"
set 1t "say ==== Test ====;"
set 1e "bind DPAD_UP +actionslot 1;bind DPAD_DOWN +actionslot 2;bind BUTTON_B +stance;bind BUTTON_A +gostand;con_errormessagetime 10;say Mod Menu Closed;set Cg_hudchatposition 5 500;"
set 1opt1 "vstr 1t;say -- Restart --;bind BUTTON_A vstr 1opt1r; bind DPAD_UP vstr 1opt1; bind DPAD_DOWN vstr 1opt1;bind BUTTON_B vstr 1m"
set 1opt1r "exec buttons_default.cfg;fast_restart;"
So i just thought this might be useful. Saves time from accidentally pressing x for restarting the game 5 times..
exec buttons_default.cfg
iIf the mod menu is on tactical layout, then:
exec buttons_tactical.cfg
Here is a example XML and CFG code from my generator:
<menu>
<title>Test</title>
<item>
<name>Restart</name>
<cmd>exec buttons_default.cfg;fast_restart</cmd>
</item>
</menu>
CFG:
//Created with PCFreak30's CFG Menu Generator
//Visit pcfreak30.com for Hacking and Modding News and more!
bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
set gpad_button_rstick_deflect_max 1
set gpad_button_lstick_deflect_max 1
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "+actionslot 1"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_START "togglemenu"
bind DPAD_LEFT "vstr 1m"
set 1m "con_errormessagetime 90;set Cg_hudchatposition 310 250;bind BUTTON_B vstr 1e; cg_chatheight 7;vstr 1opt1"
set 1t "say ==== Test ====;"
set 1e "bind DPAD_UP +actionslot 1;bind DPAD_DOWN +actionslot 2;bind BUTTON_B +stance;bind BUTTON_A +gostand;con_errormessagetime 10;say Mod Menu Closed;set Cg_hudchatposition 5 500;"
set 1opt1 "vstr 1t;say -- Restart --;bind BUTTON_A vstr 1opt1r; bind DPAD_UP vstr 1opt1; bind DPAD_DOWN vstr 1opt1;bind BUTTON_B vstr 1m"
set 1opt1r "exec buttons_default.cfg;fast_restart;"
So i just thought this might be useful. Saves time from accidentally pressing x for restarting the game 5 times..
Copyright © 2026, NextGenUpdate.
All Rights Reserved.