custom.cfg
Posted: Tue Jun 07, 2005 5:35 pm
I'm having badgers with this thing again...
I decided to put all my non-stock binds (like lagometer and fps and say binds) into my custom.cfg instead of my unnamedsoldier, and put unnamedsoldier to read only so servers who try to mess with my unnamedsoldier.cfg (forcing models/rate) won't be able to do it.
it worked for a bit, then i moved teh custom.cfg or added something to it (i forget) and now it won't work! >.<
it looks like this (i commented out the complex ones, hoping it was just an alias error, it wasnt) and it's in my MOH>main with the pk3s, tried putting it in configs but it still didnt work :'(
I decided to put all my non-stock binds (like lagometer and fps and say binds) into my custom.cfg instead of my unnamedsoldier, and put unnamedsoldier to read only so servers who try to mess with my unnamedsoldier.cfg (forcing models/rate) won't be able to do it.
it worked for a bit, then i moved teh custom.cfg or added something to it (i forget) and now it won't work! >.<
it looks like this (i commented out the complex ones, hoping it was just an alias error, it wasnt) and it's in my MOH>main with the pk3s, tried putting it in configs but it still didnt work :'(
Code: Select all
//alias nade "centerprint "NADING"; useweaponclass grenade; wait 500; -moveleft; -moveright; -forward; -back; +attackprimary; wait 900; -attackprimary; wait 400; say *35; uselast"
//alias rookienade "locationprint 275 100 THROWING 0; useweaponclass grenade; wait; wait; wait; +attackprimary; wait; wait; wait; -attackprimary; say *35; +uselast"
alias khak "centerprint "Khakblocker"; primarydmweapon mg; dm_playergermanmodel "german_panzer_tankcommander"; name |Khakbloc*ers|Porion_v|R"
alias normalname "centerprint "Normal"; dm_playergermanmodel "german_afrika_officer"; primarydmweapon sniper; name v|R_Porion"
alias clanless "centerprint "Clanless"; name Porion"
alias rifle "centerprint "Rifleman"; primarydmweapon rifle"
alias sniper "centerprint "Sniper"; primarydmweapon sniper"
alias smg "centerprint "SMG"; primarydmweapon smg"
alias mg "centerprint "MG"; primarydmweapon mg"
alias rocket "centerprint "Rocket(**WARNING**)"; primarydmweapon rocket"
alias shotgun "centerprint "Shotgun"; primarydmweapon shotgun"
//alias cyanide "say "Cyanide pill!"; weapdrop; weapnext; wait; weapdrop; weapnext; wait; weapdrop; wait; kill"
alias jallies "join_team allies"
alias jaxis "join_team axis"
////custom binds
//wtf... none work!
//bind z nade
//bind z rookienade
//bind ' cyanide
////rcon binds
bind F1 rcon toggle g_teamdamage // toggle FF
bind F3 rcon restart // restart
bind F4 rconPassword **** // v|R server pass, EDITED!
bind F5 rcon status // status
bind . "rcon sv_gravity 800"
bind / "rcon sv_gravity -300"
bind , "rcon sv_gravity 0"
////speech binds
bind t say *49 // That made a mess.
bind y say *53 // Good riddance.
bind u say *55 // Hey buddy, get down.
bind i say *48 // I've seen French school girls shoot better.
//// name/clothes binds
altbind RSHIFT normalname // v|R_Porion
altbind / khak // |Khakbloc*ers|Porion v|R
altbind . clanless // Porion
bind [ jallies
bind ] jaxis
//// gun binds
bind 7 rifle
bind 8 sniper
bind 9 smg
bind 0 mg
bind - rocket
bind = shotgun
////info binds
altbind b toggle fps
altbind n toggle cg_lagometer
altbind m cg_treadmark_test 10
altbind [ s_volume "set s_volume .337449" // normal
altbind ] s_volume "set s_volume 0.0" // off
bind KP_ENTER quit // quit game quickly.
////joystick binds
in_disablealttab 1
altbind j toggle in_joystick
// ********************************** //
// Squad mod //
alias squad_hold "set squadcommand hold"
alias squad_coveringFire "set squadcommand coveringFire"
alias squad_follow "set squadcommand followme"
alias squad_advance "set squadcommand advance"
alias squad_regroup "set squadcommand regroup"
bind DEL "squad_follow"
bind PGDN "squad_regroup"
bind PGUP "squad_advance"
bind HOME "squad_hold"
bind END "squad_coveringFire"