Welcome to Tactical Gamer

+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 30
Discussion: Natural Selection / Natural Selection - General Discussion - Post and explain config/userconfig here. - My binds: Code: unbindall bind "ENTER" "+use" bind "ESCAPE" "cancelselect" bind "'" "+moveup" bind "*"
  1. #1

    Pfhor's Avatar

    Join Date
    Mar 2005
    Age
    23
    Posts
    138

    Post and explain config/userconfig here.

    My binds:

    Code:
    unbindall
    bind "ENTER" "+use"
    bind "ESCAPE" "cancelselect"
    bind "'" "+moveup"
    bind "*" "ammo"
    bind "+" "sizeup"
    bind "," "impulse 123"
    bind "-" "switch"
    bind "." "givepoints"
    bind "/" "impulse 61"
    bind "0" "megapoints"
    bind "5" "slot5"
    bind "6" "slot6"
    bind "7" "slot7"
    bind "8" "slot8"
    bind "9" "slot9"
    bind ";" "+mlook"
    bind "=" "say /stuck"
    bind "[" "invprev"
    bind "\" "+popupmenu"
    bind "]" "invnext"
    bind "`" "toggleconsole"
    bind "a" "+left"
    bind "d" "+right"
    bind "e" "+use"
    bind "f" "impulse 116; exec Fade.cfg"
    bind "g" "impulse 3"
    bind "h" "dothedance"
    bind "j" "-duck"
    bind "k" "give weapon_shotgun"
    bind "l" "exec lerk.cfg;impulse 115"
    bind "m" "impulse 94"
    bind "o" "impulse 91"
    bind "p" "runtohs"
    bind "q" "slot1"
    bind "r" "impulse 90"
    bind "s" "impulse 93"
    bind "t" "impulse 201"
    bind "u" "messagemode2"
    bind "v" "impulse 9"
    bind "w" "+forward"
    bind "x" "impulse 81"
    bind "y" "messagemode"
    bind "z" "impulse 80"
    bind "~" "toggleconsole"
    bind "BACKSPACE" "+showscores"
    bind "UPARROW" "+forward"
    bind "DOWNARROW" "+back"
    bind "LEFTARROW" "+moveleft"
    bind "RIGHTARROW" "+moveright"
    bind "ALT" "+voicerecord"
    bind "CTRL" "+showmap"
    bind "MOUSE4" "+speed"
    bind "F1" "jointeamone; exec autoexec.cfg"
    bind "F2" "jointeamtwo"
    bind "F3" "autoassign"
    bind "F4" "readyroom"
    bind "F5" "snapshot"
    bind "F6" "save quick"
    bind "F7" "+slowmo"
    bind "F8" "+fastforward"
    bind "F9" "stopplay"
    bind "F10" "normalplay"
    bind "DEL" "impulse 3"
    bind "PGDN" "slider"
    bind "HOME" "stopsound"
    bind "KP_LEFTARROW" "slot4"
    bind "KP_5" "slot5"
    bind "KP_RIGHTARROW" "impulse 100"
    bind "KP_END" "slot1"
    bind "KP_DOWNARROW" "slot2"
    bind "KP_PGDN" "slot3"
    bind "KP_ENTER" "+voicerecord"
    bind "KP_DEL" "+duck"
    bind "KP_SLASH" "med"
    bind "MWHEELDOWN" "+jump"
    bind "MWHEELUP" "+jump"
    bind "MOUSE1" "+pscript"
    bind "MOUSE2" "+ejump"
    bind "MOUSE3" "+reload"
    bind "MOUSE5" "lastinv"
    bind "PAUSE" "pause"
    This is probably the best left-handed configuration ever. I don't have to take my fingers off the movement keys to switch weapons since it puts my pinky in charge of that task and crouching.

    My Userconfig:

    Code:
    // Graphic Settings
    
    voice_loopback 0
    lightgamma "0";alias "lightgamma" ""
    bind HOME stopsound
    hud_fastswitch "1"
    cl_bob 0 
    cl_bobup 0
    cl_bobcycle 0.8
    ex_interp .05
    rate 20000
    cl_resend 3
    cl_cmdbackup 5
    cl_cmdrate 60
    cl_updaterate 50
    ex_extrapmax 4
    fps_max "100"
    fps_modem "100"
    cl_allowdownload "1"
    cl_allowupload "0"
    cl_autohelp "0"
    cl_buildmessages "1"
    cl_centerentityid "0"
    cl_dlmax "128"
    cl_download_ingame "0"
    cl_dynamiclights "0"
    cl_forcedefaultfov "0"
    cl_highdetail "0"
    cl_himodels "0"
    r_detailtextures "0"
    r_decals "200.000000"
    cl_showfps "0"
    
    // tracer
    tracerred 0
    tracergreen 120
    tracerblue 240
    traceralpha 10
    tracerlength 10
    traceroffset 0
    tracerspeed 1000
    
    ///////Gameplay scripts///////
    Bind KP_END slot1
    bind KP_DOWNARROW slot2
    bind KP_PGDN slot3
    
    //Fade and lerk quickswitches
    alias +splink "slot2;wait;+attack"
    alias -splink "-attack;wait;slot1"
    alias +metbra "slot3;wait;+attack"
    alias -metbra "-attack;wait;slot1"
    
    //Requests
    
    alias med "impulse 10; say_team -==Pfhor Medpack==-"
    alias ammo "impulse 11; say_team -==Pfhor Ammo==-"
    bind "KP_SLASH" med
    bind "*" ammo
    
    //Pistol script
    
    alias +pscript "+attack"
    alias -pscript "-attack; wait; +attack; wait; -attack"
    bind "mouse1" "+pscript"
    
    //Tripple Jump
    
    alias jump "+jump;wait;-jump"
    alias +ejump "jump;wait;jump;wait;+jump"
    alias -ejump "-jump"
    bind mouse2 "+ejump"
    
    //Double Jump
    alias +2jump "jump;wait;+jump"
    alias -2jump "-jump"
    
    //lerk exec
    bind l "exec lerk.cfg;impulse 115"
    
    /////Demo playback///////
    
    // Bind F7 to "Slow Motion" playback
    alias +slowmo "host_framerate 0.007"
    alias -slowmo "host_framerate 0"
    bind F7 "+slowmo"
    
    // Bind F8 to "Fast Forward" playback
    alias +fastforward "host_framerate 1"
    alias -fastforward "host_framerate 0"
    bind F8 "+fastforward"
    
    // bind F9 to Pause the demo
    alias stopplay "host_framerate .00000000001"
    bind F9 stopplay
    
    //bind F10 to Normal
    alias normalplay "host_framerate 0"
    bind F10 normalplay
    
    Bind KP_PGDN "slot3"
    Bind mouse3 "+reload"
    Those tracers shoot through walls, which can be helpful in pinpointing the location of marines. The blink to swipe/meta to swipe scripts have really improved my fading. Nothing really special about the pistol or 3jump script, but they do help me quite a bit.
    Last edited by Pfhor; 07-29-2005 at 12:42 PM.

  2.  
  3. #2

    Karkianman101's Avatar

    Join Date
    Jan 2005
    Location
    Austin, Texas
    Age
    23
    Posts
    1,554

    Re: Post and explain config/userconfig here.

    Code:
    net_graph 3
    bind "ins" "+PlayWAV"
    bind "del" "ToggleWAV"
    exec autoexec.cfg
    Well, the first one displays my FPS, choke, loss, etc, I dont know what the second one does, I dont know what the third one does, and the last one executes another config file.

    My userconfig > Pfhor's userconfig

  4.  
  5. #3

    Eternaly_Lost's Avatar

    Join Date
    May 2005
    Location
    Milford MA
    Age
    24
    Posts
    399

    Re: Post and explain config/userconfig here.

    My binds

    unbindall
    bind "TAB" "+showscores"
    bind "ENTER" "messagemode"
    bind "ESCAPE" "cancelselect"

    // triple jump idental in code to Pfhor's
    bind "SPACE" "+ejump"

    bind "'" "+moveup"
    bind "*" "impulse 114"

    // for servers with giveres plugin
    bind "+" "giveres 1"

    bind "," "impulse 123"
    bind "-" "-"
    bind "." "impulse 124"
    bind "/" "impulse 125"
    bind "0" "slot10"
    bind "1" "slot1"
    bind "2" "slot2"
    bind "3" "slot3"
    bind "4" "slot4"
    bind "5" "slot5"
    bind "6" "slot6"
    bind "7" "slot7"
    bind "8" "slot8"
    bind "9" "slot9"
    bind ";" "+mlook"

    //to remove background sounds (will remove PG noise, not allways usefull)
    bind "=" "stopsound"

    bind "[" "invprev"

    // Not sure where this came from
    bind "\" "tourney"

    bind "]" "impulse 3"
    bind "`" "toggleconsole"
    bind "a" "+moveleft"
    bind "b" "impulse 93"
    bind "c" "+showmap"
    bind "d" "+moveright"

    //One of my top three used commands
    bind "e" "+use"

    bind "f" "impulse 100"
    bind "g" "impulse 91"
    bind "h" "impulse 91"

    // left over from my admining day at GeekDomination (still waiting for that server to //come back, yes my name was s2r2
    bind "j" "amx_slap s2r2"

    //very useful (i don't know teamsay comand )
    bind "k" "say /stuck"

    //Also useful
    bind "l" "+showres"
    bind "m" "impulse 92"
    bind "n" "impulse 94"

    //also left over from my past admining on GD
    bind "o" "amxmodmenu"

    //for combat with extralevels2
    bind "p" "say /menu"

    bind "q" "lastinv"
    bind "r" "+reload"
    bind "s" "+back"
    bind "t" "impulse 201"
    bind "u" "messagemode2"

    //Comands (had binds for things like need medpack, sqaud need medpack, and such)
    bind "v" "+commandmenu"

    //one of my top three comands used
    bind "w" "+forward"

    bind "x" "impulse 81"
    bind "y" "messagemode"
    bind "z" "impulse 80"
    bind "~" "toggleconsole"

    //Strob Flashlight
    bind "BACKSPACE" "impulse 100"

    bind "UPARROW" "+forward"
    bind "DOWNARROW" "+back"
    bind "LEFTARROW" "+left"
    bind "RIGHTARROW" "+right"
    bind "CTRL" "+duck"
    bind "SHIFT" "+speed"
    bind "F1" "jointeamone"
    bind "F2" "jointeamtwo"
    bind "F3" "autoassign"
    bind "F4" "readyroom"
    bind "F5" "snapshot"

    // sets name = "Lost the Thief AKA S2R2"
    bind "F6" "exec TG1.cfg"

    // Sets name = "|GD| Eternaly Lost AKA S2R2"
    bind "F7" "exec GD.cfg"

    // Sets name = ".:S|B|M:. Plankton AKA S2R2"
    bind "F8" "exec TG.cfg"

    // Left over from my past admining at GeekDomination (sure are a lot of these)
    bind "F9" "amx_cvar mp_combattime 60"

    //Also left over from my past admining, very useful.
    bind "F10" "amx_random"

    //you never know when this coulbe be useful
    bind "F11" "givepoints"

    // not often used
    bind "F12" "kill"
    bind "INS" "+klook"
    bind "PGDN" "+lookdown"
    bind "PGUP" "+lookup"
    bind "END" "centerview"
    bind "CAPSLOCK" "+voicerecord"
    bind "MWHEELDOWN" "invnext"
    bind "MWHEELUP" "invprev"

    // Rapid fire used very often idental in code to Pfhor's
    bind "MOUSE1" "+pscript"


    bind "MOUSE2" "+popupmenu"
    bind "MOUSE3" "impulse 9"
    bind "MOUSE4" "lastinv"
    bind "PAUSE" "pause"

    My user Config

    //keep rates nice and solid
    rate 20000
    cl_rate 9999
    cl_cmdrate 101
    cl_updaterate 101
    ex_interp 0
    ex_extramap 1
    cl_lc 1
    cl_lw 1

    hud_fastswitch "1"

    //for spike lerk plugin
    setinfo "spike" "1"


    // my tracers
    tracerred "0"
    tracergreen "1"
    tracerblue "0"
    traceralpha "1"
    tracerlength "0.05"
    traceroffset "10"
    tracerspeed "4000"





    Current game name : |TG| Lost the Phantom Thief

  6.  

     
  7. #4

    Pfhor's Avatar

    Join Date
    Mar 2005
    Age
    23
    Posts
    138

    Re: Post and explain config/userconfig here.

    Quote Originally Posted by Karkianman101
    Code:
    net_graph 3
    bind "ins" "+PlayWAV"
    bind "del" "ToggleWAV"
    exec autoexec.cfg
    Well, the first one displays my FPS, choke, loss, etc, I dont know what the second one does, I dont know what the third one does, and the last one executes another config file.

    My userconfig > Pfhor's userconfig
    Holy hell, I can't compete with that piece of art. I mean, the simplicity of the style is offset by the deep and meaningful message it communicates to the people. It has undoubtly changed my whole perspective on life and death.

    Kark's config > God's config
    Last edited by Pfhor; 07-29-2005 at 12:34 PM.

  8.  
  9. #5

    rs_al's Avatar

    Join Date
    Oct 2004
    Posts
    500

    Re: Post and explain config/userconfig here.

    Quote Originally Posted by Karkianman101
    Code:
    net_graph 3
    bind "ins" "+PlayWAV"
    bind "del" "ToggleWAV"
    exec autoexec.cfg
    Well, the first one displays my FPS, choke, loss, etc, I dont know what the second one does, I dont know what the third one does, and the last one executes another config file.

    My userconfig > Pfhor's userconfig
    It's called HLSS, you dirty voice comm spammer :P

  10.  
  11. #6

    T_BEAR's Avatar

    Join Date
    Apr 2004
    Location
    Illinois
    Age
    25
    Posts
    252

    Re: Post and explain config/userconfig here.

    Quote Originally Posted by Pfhor
    Holy hell, I can't compete with that piece of art. I mean, the simplicity of the style is offset by the deep and meaningful message it communicates to the people. It has undoubtly changed my whole perspective on life and death.

    Kark's config > God's config

    lol.

    I have a pistol script , 3jump, wiggle walk, and tracer. My tracer works half the time and I don't really find it useful......

  12.  

     
  13. #7


    Join Date
    Jul 2005
    Location
    Chicago
    Age
    27
    Posts
    11

    Re: Post and explain config/userconfig here.

    //HOLY SCRIPTS BATMAN!

    alias bs "bind mouse1 +attack; bind mouse2 +jump; bsgest;"
    alias s "exec config.cfg"
    alias bsgest "bind KP_LEFTARROW "impulse 116";"


    alias +qblink "+attack; wait; wait; -attack; wait;
    alias - blink "wait;"

    alias fade "Impulse 116; bind mouse1 +qblink; bind "mouse2" "+jump; wait; -jump; wait; +attack; wait; -attack; wait;"

    alias jump "+jump;wait;-jump"
    alias +ejump "jump;wait;jump;wait;+jump"
    alias -ejump "-jump"

    lightgamma 1; alias lightgamma "";

    alias +pscript "+attack;"
    alias -pscript "-attack; wait; +attack; wait; -attack;"

    alias +namerb "name RouterBox;"
    alias -namerb ""
    alias +namerouter "name )2 outerBox;"
    alias -namerouter ""
    alias +namejulian "name Julian;"
    alias -namejulian ""

    alias +med "say_team medpack!"
    alias -med "impulse 10"


    alias +orders "say_team RT/PG"
    alias -orders "impulse 80"

    alias +ammo "say_team Ammo!"
    alias -ammo "impulse 11"

    alias +flash1 "impulse 100"
    alias -flash1 "impulse 100"
    alias +flash3 "+flash1; wait;wait; -flash1; wait;wait; +flash1; wait;wait; -flash1; wait;wait;"
    alias -flash3 "+flash1; wait;wait; -flash1; wait;wait;"
    alias +weld "say_team Weld!"
    alias -weld "+flash3; wait; -flash3; +flash3; wait; -flash3;"

    bind "z" "+orders"
    bind "KP_ENTER" "+med"
    bind "KP_PLUS" "+ammo"
    bind "KP_MINUS" "+weld"
    bind "MOUSE1" "+pscript"
    bind "MOUSE2" "+ejump"
    bind "x" "+duck"
    bind "f" "+popupmenu"

    bind "KP_LEFTARROW" "fade"
    bind "KP_5" "impulse 117"
    bind "KP_END" "impulse 113"
    bind "KP_DOWNARROW" "impulse 114"
    bind "KP_PGDN" "impulse 115"

    name ")2 outerBox"
    cl_cmdrate "50"
    cl_updaterate "100"
    cl_cmhotkeys "qwerasdfzxcv"
    ex_entrapmax "8"
    ex_interp "0.04"; alias ex_interp
    sensitivity "6.3"
    <.< >.> >.< ^.^

  14.  
  15. #8

    Karkianman101's Avatar

    Join Date
    Jan 2005
    Location
    Austin, Texas
    Age
    23
    Posts
    1,554

    Re: Post and explain config/userconfig here.

    Quote Originally Posted by rs_al
    It's called HLSS, you dirty voice comm spammer :P
    What? I don't remember installing it on NS 0_o

    If I had it working, TRUST me YOU WOULD KNOW.

  16.  
  17. #9

    Tempest's Avatar

    Join Date
    Mar 2004
    Location
    Knoxville, TN, USA
    Age
    34
    Posts
    188

    Re: Post and explain config/userconfig here.

    I have to say I dislike the auto say commands when requesting a medpacks/ammo. It causes me to ignore the text chat (much to the dismay of the non-mic users).
    Rm 14:2 NIV
    One man's faith allows him to eat everything, but another man, whose faith is weak, eats only vegetables.

  18.  

     
  19. #10

    HairyNevus's Avatar

    Join Date
    Mar 2004
    Location
    Minneapolis, MN
    Age
    23
    Posts
    869

    Re: Post and explain config/userconfig here.

    config.cfg:
    Code:
    // This file is overwritten whenever you change your user settings in the game.
    // Add custom configurations to the file "userconfig.cfg".
    
    unbindall
    bind "TAB" "+showscores"
    bind "ENTER" "+attack"
    bind "ESCAPE" "cancelselect"
    bind "SPACE" "+jump"
    bind "'" "+moveup"
    bind "+" "sizeup"
    bind "," "impulse 123"
    bind "-" "weapon_welder"
    bind "." "impulse 124"
    bind "/" "+hook"
    bind "0" "slot0"
    bind "1" "slot1"
    bind "2" "slot2"
    bind "3" "slot3"
    bind "4" "slot4"
    bind "5" "slot5"
    bind "6" "slot6"
    bind "7" "slot7"
    bind "8" "slot8"
    bind "9" "slot9"
    bind ";" "+mlook"
    bind "=" "weapon_grenade"
    bind "[" "invprev"
    bind "]" "invnext"
    bind "`" "toggleconsole"
    bind "a" "+moveleft"
    bind "b" "impulse 7"
    bind "c" "+showmap"
    bind "d" "+moveright"
    bind "e" "+use"
    bind "f" "impulse 100"
    bind "g" "impulse 3"
    bind "h" "say_team /autogest"
    bind "j" " say_team /Unstuck"
    bind "k" "say_team <*GRENADE*> Get down!"
    bind "l" "say_team Request <*CATPAK*>"
    bind "m" "impulse 8; say_team heal me"
    bind "n" "impulse 9"
    bind "o" "say_team /delwp"
    bind "p" "+showres"
    bind "q" "lastinv"
    bind "r" "+reload"
    bind "s" "+back"
    bind "t" "impulse 201"
    bind "u" "messagemode2"
    bind "v" "impulse 12"
    bind "w" "+forward"
    bind "x" "impulse 81; say_team roger"
    bind "y" "messagemode"
    bind "z" "impulse 10; say_team medpack"
    bind "~" "toggleconsole"
    bind "BACKSPACE" "weapon_mine"
    bind "UPARROW" "+forward"
    bind "DOWNARROW" "+back"
    bind "LEFTARROW" "+left"
    bind "RIGHTARROW" "+right"
    bind "ALT" "+voicerecord"
    bind "CTRL" "+duck"
    bind "SHIFT" "+speed"
    bind "F1" "jointeamone"
    bind "F2" "jointeamtwo"
    bind "F4" "readyroom"
    bind "F5" "snapshot"
    bind "F7" "editps"
    bind "F9" "invul"
    bind "F10" "impulse3; impulse3; weapon_welder; impulse3; weapon_mine; impulse3; quit"
    bind "F11" "givepoints"
    bind "INS" "+klook"
    bind "DEL" "kill"
    bind "PGDN" "+lookdown"
    bind "PGUP" "+lookup"
    bind "END" "centerview"
    bind "KP_HOME" "say_team /menu"
    bind "KP_5" "say Please get a forum account at tacticalgamer.com and add your STEAMID_[...] to your profile."
    bind "KP_END" "weapon_welder"
    bind "KP_DOWNARROW" "weapon_grenade"
    bind "KP_PGDN" "weapon_mine"
    bind "MWHEELDOWN" "invnext"
    bind "MWHEELUP" "invprev"
    bind "MOUSE1" "+attack"
    bind "MOUSE2" "+attack"
    bind "MOUSE3" "+popupmenu"
    bind "PAUSE" "pause"
    _snd_mixahead "0.1"
    ati_npatch "1.0"
    ati_subdiv "2.0"
    bgmvolume "0.000000"
    bottomcolor "6"
    brightness "1.5"
    cl_allowdownload "1"
    cl_allowupload "1"
    cl_autohelp "0"
    cl_buildmessages "1"
    cl_centerentityid "0"
    cl_cmdbackup "0"
    cl_cmdrate "100"
    cl_cmhotkeys "qwerasdfzxcv"
    cl_dlmax "128"
    cl_download_ingame "1"
    cl_dynamiclights "0"
    cl_forcedefaultfov "0"
    cl_highdetail "0"
    cl_himodels "0"
    cl_idealpitchscale "0.8"
    cl_lc "1"
    cl_logocolor "#Valve_Orange"
    cl_logofile "lambda"
    cl_lw "1"
    cl_musicdelay "90.000000"
    cl_musicdirectory ""
    cl_musicenabled "0"
    cl_musicvolume "0.000000"
    cl_particleinfo "0"
    cl_quickselecttime "0.500000"
    cl_timeout "305"
    cl_updaterate "120"
    cl_vsmoothing "0.05"
    con_color "255 155 50"
    console "1"
    crosshair "1.000000"
    fps_max "90"
    fps_modem "0.0"
    gamma "3"
    gl_dither "1"
    gl_flipmatrix "0"
    gl_fog "1"
    gl_monolights "0"
    gl_overbright "0"
    gl_polyoffset "4"
    hisound "1"
    hpk_maxsize "0"
    hud_capturemouse "1"
    hud_centerid "0"
    hud_classautokill "1"
    hud_draw "1"
    hud_fastswitch "1"
    hud_takesshots "0"
    joystick "0"
    lookspring "0.000000"
    lookstrafe "0.000000"
    m_filter "0"
    m_forward "1"
    m_pitch "0.022000"
    m_side "0.8"
    m_yaw "0.022"
    model "gordon"
    MP3FadeTime "2.0"
    MP3Volume "0.000000"
    mp_decals "300.000000"
    name "HairyNevus"
    net_graph "3"
    net_graphpos "1"
    net_scale "5"
    r_bmodelhighfrac "5.0"
    r_detailtextures "0"
    s_a3d "0.0"
    s_automax_distance "30.0"
    s_automin_distance "2.0"
    s_bloat "2.0"
    s_distance "60"
    s_doppler "0.0"
    s_eax "0.0"
    s_leafnum "0"
    s_max_distance "1000.0"
    s_min_distance "8.0"
    s_numpolys "200"
    s_polykeep "1000000000"
    s_polysize "10000000"
    s_refdelay "4"
    s_refgain "0.4"
    s_rolloff "1.0"
    s_verbwet "0.25"
    sensitivity "8"
    skin ""
    suitvolume "0.250000"
    sv_aim "0"
    sv_voiceenable "1"
    team ""
    topcolor "30"
    viewsize "110"
    voice_enable "1"
    voice_forcemicrecord "1.000000"
    voice_modenable "1"
    voice_scale "2"
    volume "0.5"
    setinfo "friends" "0"
    setinfo "gamer" "1"
    setinfo "" "1"
    setinfo "ad" "off"
    setinfo "av" "on"
    +mlook
    +jlook
    exec userconfig.cfg
    userconfig.cfg:
    Code:
    traceroffset "-72"
    tracerlength "0.75"
    tracerred "255"
    tracerblue "0.0"
    tracergreen "0.0"
    traceralpha "100"
    tracerspeed "4500"
    The tracers are a dark red, but rarely work.
    Last edited by HairyNevus; 07-29-2005 at 05:26 PM. Reason: updated config
    "Adios...blimp" -Assy McGee
    "All of the body parts they will never find, except all the peices that I saved." -Dickie Moist
    "Mmmmm, Duraflame." -Mountain Man
    "I don't like Sci-Fi, I love LOVE LOVE it!" - Gordon Crisp

  20.  
  21. #11

    ReK_'s Avatar

    Join Date
    Jun 2005
    Location
    Vancouver, Canada
    Age
    23
    Posts
    170

    Re: Post and explain config/userconfig here.

    Well, you asked for it.

    The two main things are my quickswitch and my quickattack, which work together beautifully. the lastinv in preset on spawn. The quickattack will attack with another weapon when you click mouse2, then switch you back to the one you were using. It doesn't interfere with the lastinv.

    Detailed key bindings:
    Code:
    *******************************************************
    Alien
    *******************************************************
    
    When numpad enter is not held down:
    -Numpad 3 = Say to team: "They're rushing!"
    -Numpad 6 = Say to team: "There's a tf at my position!"
    -Numpad 9 = Say to team: "They're sieging!"
    
    When numpad enter is held down:
    -Numpad 1 = Buy the redemption upgrade
    -Numpad 2 = Buy the regeneration upgrade
    -Numpad 3 = Buy the carapace upgrade
    -Numpad 4 = Buy the scent of fear upgrade
    -Numpad 5 = Buy the focus upgrade
    -Numpad 6 = Buy the cloaking upgrade
    -Numpad 7 = Buy the silence upgrade
    -Numpad 8 = Buy the celerity upgrade
    -Numpad 9 = Buy the adrenaline upgrade
    
    c = Build defense chamber
    x = Build resource tower
    z = Build offense chamber
    ; = Build movement chamber
    ' = Build sensory chamber
    / = Build hive
    
    F7 = Set Skulk hot keys and gestate to Skulk
    -Mouse button 2 (click or hold to keep attacking) = Leap
    
    F8 = Set Lerk hot keys and gestate to Lerk
    -Mouse button 2 (click or hold to keep attacking) = Umbra
    
    F9 = Set Fade hot keys and gestate to Fade
    -Mouse button 2 (click or hold to keep attacking) = Blink
    
    F10 = Set Onos hot keys and gestate to Onos
    -Mouse button 2 (click or hold to keep attacking) = Stomp
    
    F11 = Set Gorge hot keys and gestate to Gorge
    -Mouse button 2 (click or hold to keep attacking) = Healspray
    
    b = Mouse button 2 Weapon Slot +1 (eg: changes mouse button 2 function from leap to xenocide for skulks)
    v = Mouse button 2 Weapon Slot -1 (eg: changes mouse button 2 function from leap to parasite for skulks)
    
    Mouse wheel up = Reset (press this to reset the quickattack and lastinv after changing it)
    
    Combat Upgrade Hotkeys:
    U = Unlock hive 2 ability, unlock hive 3 ability (will cycle through them, stopping at hive 3)
    
    *******************************************************
    Marine
    *******************************************************
    
    When numpad enter is not held down:
    -Numpad 3 = Say to team: "Need welding"
    -Numpad 6 = Say to team: "I'm parasited"
    -Numpad 9 = Say to team: "In position" make the in position sound
    
    When numpad enter is held down:
    -Numpad 1 = Say to team: "I got a GL, what needs blowing up?"
    -Numpad 2 = Say to team: "I got an HMG, what needs killing?"
    -Numpad 3 = Say to team: "Comm, drop me an rt here"
    -Numpad 4 = Say to team: "Cloakers at my position!"
    -Numpad 5 = Say to team: "Fade incoming!"
    -Numpad 6 = Say to team: "Onos incoming!"
    -Numpad 7 = Say to team: "Hive at my position!"
    -Numpad 8 = Say to team: "WoL at my position!"
    -Numpad 9 = Say to team: "Offense chambers at my position!"
    
    c = Request orders, Say to team "Need orders"
    x = Request ammo, Say to team "Need ammo"
    z = Request medpack, Say to team "Need medpack"
    
    Mouse button 2 (click or hold to keep attacking) = Knife
    
    b = Mouse button 2 Weapon Slot +1 (eg: changes mouse button 2 function from knife to welder)
    v = Mouse button 2 Weapon Slot  -1 (eg: changes mouse button 2 function from knife to pistol)
    
    Mouse wheel up = Reset (press this every time you respawn)
    
    Combat Upgrade Hotkeys:
    U = Armour 1, Armour 2 and Armour 3 (will cycle through them, stopping at Armour 3)
    I = Damage 1, Damage 2 and Damage 3 (will cycle through them, stopping at Damage 3)
    O = Resupply
    P = Shotgun
    
    //No longer bound, uncomment in cfg's to rebind
    - = Heavy Machine Gun
    = = Grenade Launcher
    Backspace = Heavy Armour
    \ = Jetpack
    Insert = Motion Tracking
    Home = Welder
    Page Up = Mines
    Delete = Hande Grenade
    End = Scanner Sweep
    Page Down = Catalyst
    
    F1 = Commander mode on/off
    F2 = Switch pistol scripts (Zero is off, one is double-shot, two lets you fire the whole clip in two clicks)
    F3 = Disable/enable slot 4 memory
    
    *******************************************************
    Both Teams
    *******************************************************
    
    When numpad enter is not held down:
    -Numpad 1 = Say to team: "Enemy spotted" make the enemy spotted sound
    -Numpad 2 = Say to team: "All clear" make the all clear sound
    -Numpad 4 = Say to team: "Building..."
    -Numpad 5 = Say to team: "Guarding..."
    -Numpad 7 = Say to team: "I'm covering you"
    -Numpad 8 = Say to team: "Move out" make the move out sound
    -Numpad / = Say to team "Roger" make the acknowledgment sound
    -Numpad * = Say to team "Negative"
    -Numpad - = Say to team "Thank you"
    -Numpad + = Say to team "No problem"
    -Numpad . = Say to team "Ready"
    -Numpad 0 = Say to team "Follow me" make the follow me sound
    
    When numpad enter is held down:
    -Numpad / = Say to all "Roger" make the acknowledgment sound
    -Numpad * = Say to all "Negative"
    -Numpad - = Say to all "Thank you"
    -Numpad + = Say to all "No problem"
    -Numpad . = Say to all "Ready"
    -Numpad 0 = Say to all "Follow me," make the follow me sound
    
    ] = Spray logo
    F = +moveup (hold when ceiling-walking as a skulk to avoid falling off)
    N = Flashlight
    E = Use item/build toggle (will show the mini-map)
    Enter = Use item/build (not a toggle, use to get into the cc, as the toggle creates some issues when doing so)
    Space (Aliens) = 3-jump script (used for bhopping, will still jump normally if you don't bhop, skulk will auto-duck)
    Space (Marines) = Duck-3jump (Hold to keep ducking and jumping)
    Shift = Toggles slow walk (as opposed to having to hold it down)
    Control = Toggles crouching (as opposed to having to hold it down)
    Mouse wheel down = Perform an instant 180 spin
    Mouse button 3 = Popup menu
    H = Wigglewalk (this will make you walk faster, but you cannot use your keyboard until it is finished)
    J = Flashlight strobe
    Q = Last weapon used (will not be affected by the mouse button 2 quick-attack)
    k = Condump (use when you think someone is cheating, will save the Steam ID's of all players to comdumpXXX.txt in the main NS folder)
    F4 = Ready room + reset hot keys
    F5 = Join marines + activate marine hot keys, press again to active commander scripts (will cycle through the two)
    F6 = Join aliens + activate alien hot keys
    F12 = Reset all hot keys to pre-team/species settings (use if you went to the ready room without pressing F4)
    
    *******************************************************
    All other binds are default
    *******************************************************
    
    Note: All species have a different preset quickswitch. Every time you spawn, move the mouse wheel up and it will be set.
    Marine: Pistol (May have to double-tap q to reset due to pistol script)
    Skulk: Parasite
    Lerk: Spore
    Fade: Metabolize
    Onos: Devour
    Gorge: Bile bomb
    
    Note: As confirmation for some of the scripts, you will hear a number. Zero corresponds to off, one corrsponds to on. For the race/species buttons, you will hear the number of the function key pressed, eg: seven for skulk.
    There's nothing important in my config.cfg, so here we go.

    userconfig.cfg
    Code:
    //userconfig.cfg
    
    //Name Scripts
    alias name.0 "name ReK_"
    //alias name.1 "name 2.ReK_"
    alias name.1 "name aeRO[]ReK_[]"
    alias name.2 "name Curly"
    alias name.3 "name Moe"
    alias name.4 "name Larry"
    alias name.5 "NSPlayer"
    name.0
    
    //Team Chooser/RR
    alias rdyrm "readyroom; exec config.cfg; speak four"
    bind "F4" "rdyrm"
    alias jmarine "jointeamone; exec marine.cfg"
    alias jalien "jointeamtwo; exec alien.cfg"
    bind "F5" "jmarine"
    bind "F6" "jalien"
    bind "PGUP" "exec funmaps.cfg"
    
    //Communications
    alias neg1 "say_team Negative"
    alias neg2 "say Negative"
    alias np1 "say_team No problem"
    alias np2 "say No problem"
    alias rdy1 "say_team Ready"
    alias rdy2 "say Ready"
    alias rgr1 "say_team Roger; impulse 81"
    alias rgr2 "say Roger; impulse 81"
    alias ty1 "say_team Thank You"
    alias ty2 "say Thank You"
    alias follow1 "say_team Follow me; impulse 7"
    alias follow2 "say Follow me; impulse 7"
    alias enemy "say_team Enemy spotted; impulse 13"
    alias bldg "say_team Building..."
    alias mvng "say_team Move out; impulse 14"
    alias grdng "say_team Guarding..."
    alias clr "say_team All clear; impulse 15"
    alias cover "say_team I'm covering you; impulse 8"
    alias say1 "bind KP_SLASH rgr1; bind * neg1; bind KP_MINUS ty1; bind KP_PLUS np1; bind KP_DEL rdy1; bind KP_INS follow1; bind KP_END enemy; bind KP_DOWNARROW clr; bind KP_LEFTARROW bldg; bind KP_5 grdng; bind KP_HOME cover; bind KP_UPARROW mvng"
    alias say2 "bind KP_SLASH rgr2; bind * neg2; bind KP_MINUS ty2; bind KP_PLUS np2; bind KP_DEL rdy2; bind KP_INS follow2"
    say1
    alias +st say2
    alias -st say1
    bind "KP_ENTER" "+st"
    
    //Sensitivity
    alias sens1 "sensitivity 6.0"
    alias sens2 "sensitivity 2.0"
    alias +sens sens2
    alias -sens sens1
    //bind "l" "+sens"
    
    //Use toggle
    alias useon "+use; bind e useoff; bind ENTER useoff; speak one"
    alias useoff "-use; bind e useon; binf ENTER useon; speak zero"
    bind "e" "useon"
    bind "ENTER" "useoff"
    
    //Walk toggle script
    alias walkt "walkon"
    alias walkon "+speed; alias walkt walkoff; speak one"
    alias walkoff "-speed; alias walkt walkon; speak zero"
    bind "SHIFT" "walkt"
    
    //Reset
    alias reset "exec config.cfg; speak twelve"
    bind "F12" "reset"
    
    //Show scores and data toggle
    alias nsg "nsgon"
    alias nsgon "net_graph 3; +showscores; alias nsg nsgoff"
    alias nsgoff "net_graph 0; -showscores; alias nsg nsgon"
    bind "TAB" "nsg"
    
    //Show data toggle
    alias ng "ngon"
    alias ngon "net_graph 3; alias ng ngoff"
    alias ngoff "net_graph 0; alias ng ngon"
    bind "[" "ng"
    net_graph 0
    
    //whichbot Waypointing config
    bind "BACKSPACE" "exec wbwayp.cfg"
    
    //Status Report Script
    alias statusRep "say_team I am a %c at %l with %h|%a"
    
    //Bot Binds
    bind "DOWNARROW" "rcbot bot_menu"
    bind "UPARROW" "rcbot squad_menu"
    bind "RIGHTARROW" "wb add"
    bind "LEFTARROW" "wb remove"
    
    //Backup Binds (In case of overwrite)
    bind "1" "slot1"
    bind "2" "slot2"
    bind "3" "slot3"
    bind "4" "slot4"
    bind "5" "slot5"
    bind "6" "slot6"
    bind "7" "slot7"
    bind "8" "slot8"
    bind "9" "slot9"
    bind "10" "slot10"
    bind "w" "+forward"
    bind "a" "+moveleft"
    bind "s" "+back"
    bind "d" "+moveright"
    bind "r" "+reload"
    bind "SPACE" "+3jumps"
    bind "o" "statusRep"
    bind "p" "+showres"
    bind "l" "say /menu"
    bind "," "say /buildmenu"
    bind "m" "+showmap"
    
    //Ratescript
    
    alias ratescript "cl_cmdrate 10; cl_updaterate 1000; rate 1; cl_resend 1; cl_cmdbackup 100; wait; cl_cmdrate 100; cl_updaterate 60; rate 200000; wait; cl_cmdrate 10; cl_updaterate 1000; rate 1; wait; cl_cmdrate 100; cl_updaterate 60; rate 200000; wait; cl_cmdrate 10; cl_updaterate 1000; rate 1; wait; cl_cmdrate 100; cl_updaterate 60; rate 200000; wait; cl_cmdrate 10; cl_updaterate 1000; rate 1; wait; cl_cmdrate 100; cl_updaterate 60; rate 200000; wait; cl_cmdrate 10; cl_updaterate 1000; rate 1; wait; cl_cmdrate 100; cl_updaterate 60; rate 200000; wait; cl_cmdrate 101; cl_updaterate 101; rate 25000; cl_resend 6; cl_cmdbackup 2"
    //MY RATESCRIPT (hax)
    alias w10 "wait"
    alias ratescript1 "cl_cmdrate 100000; cl_updaterate 50; rate 100; cl_resend 0; cl_cmdbackup 0"
    //RATESCRIPT 2 = YOUR RATES K
    alias ratescript2 "cl_cmdrate 32;cl_updaterate 30;cl_cmdbackup 2;cl_resend 6;rate 25000"
    alias ratescript3 "cl_cmdrate 1; cl_updaterate 50; rate 100"
    alias ratescriptk "ratescript1;w10;ratescript2;w10;ratescript3;w10;ratescript2;w10;ratescript1;w10;ratescript2;w10;ratescript3;w10;ratescript2"
    alias ratescriptkay "ratescriptk;ratescriptk"
    bind "-" "ratescriptkay"
    
    //Configs
    hud_saytext_time "4"
    gl_overbright 999 
    gl_lightholes 0 
    brightness 99999
    gamma 99999
    cl_dlmax "128"
    cl_allowdownload "1"
    cl_allowupload "1"
    cl_download_ingame "1"
    cl_lc "1"
    cl_lw "1"
    rate 20000
    cl_rate 20000
    ex_maxerrordistance 0
    alias "ex_maxerrordistance" "" 
    cl_cmdbackup 0
    cl_upspeed 320
    cl_gaitestimation "0"
    cl_resend "6"
    cl_nosmooth "1"
    cl_smoothtime "0"
    cl_vsmoothing ".05"
    cl_nopred "0"
    ex_correct 0
    alias "ex_correct" ""
    cl_bob 0
    developer "1"
    fps_max "999"
    lightgamma 0
    hud_centerid 1
    m_filter 0
    setinfo "s4" "cr0w"
    setinfo "mp_bull****" "0"
    setinfo "cl_drawthruwalls" "1"
    setinfo "cl_iseedeadpeople" "1"
    //setinfo "slot2" "#slot2"
    setinfo "ReK_" "rulz"
    alias spike.0 "setinfo spike 0"
    alias spike.1 "setinfo spike 1"
    spike.0
    
    //HLSS Binds
    unbind "ins"
    unbind "del"
    bind "ins" "+PlayWAV"
    bind "del" "ToggleWAV"
    exec autoexec.cfg
    
    bind "=" "snapshot"
    
    //Mapuse
    alias +mapuse "+showmap; wait; +use"
    alias -mapuse "-showmap; wait; -use"
    
    //Use toggle
    alias useon "+mapuse; bind e useoff; speak one"
    alias useoff "-mapuse; bind e useon; speak zero"
    bind "e" "useon"
    bind "ENTER" "+use"
    
    //bhopping
    alias jump "+jump; wait; -jump" 
    alias +3jumps "+moveup; jump; wait; jump; wait; jump; wait; +jump"
    alias -3jumps "-moveup; -jump"
    bind "SPACE" "+3jumps"
    alias +ljump "jump; wait; +jump"
    alias -ljump "-jump"
    
    //Pistol ROF
    alias w2 "wait; wait; wait"
    alias +pscript "+attack; w2; -attack; w2; +attack; w2; -attack"
    alias -pscript ""
    alias +pscript2 "+attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack; w2; +attack; w2; -attack"
    alias -pscript2 "ps.1"
    alias ps.2 "bind mouse1 +pscript2; alias ps.t ps.1; speak two"
    alias ps.1 "bind mouse1 +pscript; alias ps.t ps.0; speak one"
    alias ps.0 "bind mouse1 +attack; alias ps.t ps.2; speak zero
    alias ps.t "ps.2"
    bind "F2" "ps.t"
    
    //Wigglewalk
    alias "speedup" "+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft;+moveright;wait;-moveright;+moveleft;wait;-moveleft"
    alias "speed" "speedup;speedup;speedup;speedup"
    bind "h" "speed"
    
    //180 Spin
    alias spin "fps_max 10;cl_yawspeed 3600;wait;+left;wait;-left;fps_max 999"
    bind "MWHEELDOWN" "spin"
    
    //180 lerk spin and fly
    alias lspin "fps_max 10;cl_yawspeed 3600;wait;+left;wait;-left;fps_max 999; +jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump; wait; -jump"
    
    //Flashlight Strobe (w/o _special)
    alias w2 "wait; wait"
    alias flash5 "impulse 100; w2; impulse 100; w2; impulse 100; w2; impulse 100; w2; impulse 100; w2"
    alias flash25 "flash5; flash5; flash5; flash5; flash5"
    alias flash50 "flash25; flash25"
    bind "j" "flash50"
    
    //Status-Condump Script
    //This script will clear out your console, make a list of steamIDs, and make
    //a condump all with one keystroke - handy for when someone is cheating.
    //Written by Agent777
    alias "w" "wait"
    alias "w5" "w;w;w;w;w"
    alias "w10" "w5;w5"
    alias "clearcon" "clear"
    alias "savecon" "condump"
    alias "getID" "status"
    alias "thewholething" "clearcon; w10; getID; w10; savecon"
    bind "k" "thewholething"
    
    alias wb_wp_on "exec wbwayp.cfg"
    marine.cfg
    Code:
    //marine.cfg
    
    unbind "F7"
    unbind "F9"
    unbind "F10"
    unbind "F11"
    bind "mouse1" "+attack"
    
    //Commander toggle
    alias comm.1 "exec commander.cfg; alias comm.t comm.0"
    alias comm.0 "exec config.cfg; exec marine.cfg; alias comm.t comm.1"
    alias comm.t "comm.1"
    bind "F1" "comm.t"
    
    //Quick-reset
    bind "MWHEELUP" "exec marine.cfg"
    
    //Sensitivity
    alias sens1 "sensitivity 12.0"
    sens1
    
    //Communications
    alias medpack "say_team Need medpack; impulse 10"
    alias ammo "say_team Need ammo; impulse 11"
    alias parasited "say_team I'm parasited"
    alias nweld "say_team Need welding"
    alias inpos "say_team In position; impulse 12"
    alias orders "say_team Need orders/RT/PG; impulse 80"
    alias ocs "say_team Offense chambers at my position!"
    alias hive "say_team Hive at my position!"
    alias wol "say_team WoL at my position!"
    alias fade "say_team Fade incoming!"
    alias onos "say_team Onos incoming!"
    alias hmg "say_team I got an hmg, what needs killing?"
    alias gl "say_team I got a GL, what needs blowing up?"
    alias cloak "say_team Cloakers at my position!"
    alias rt "say_team Comm, drop me an rt here"
    alias msay1 "bind KP_END enemy; bind KP_DOWNARROW clr; bind KP_PGDN nweld; bind KP_LEFTARROW bldg; bind KP_5 grdng; bind KP_RIGHTARROW parasited; bind KP_HOME cover; bind KP_UPARROW mvng; bind KP_PGUP inpos"
    alias msay2 "bind KP_END gl; bind KP_DOWNARROW hmg; bind KP_PGDN rt; bind KP_LEFTARROW cloak; bind KP_5 fade; bind KP_RIGHTARROW onos; bind KP_HOME hive; bind KP_UPARROW wol; bind KP_PGUP ocs"
    msay1
    alias +mst msay2
    alias -mst msay1
    bind "KP_ENTER" "+mst"
    bind "z" "medpack"
    bind "x" "ammo"
    bind "c" "orders"
    
    //Duck toggle
    alias duckon "+duck; bind CTRL duckoff; speak one"
    alias duckoff "-duck; bind CTRL duckon; speak zero"
    bind "CTRL" "duckon"
    
    //co_ Upgrade buttons
    alias arm "arm1"
    alias arm1 "impulse 20; speak one; alias arm arm2"
    alias arm2 "impulse 20; impulse 21; speak two; alias arm arm3"
    alias arm3 "impulse 20; impulse 21; impulse 22; speak three"
    bind "u" "arm"
    alias wep "wep1"
    alias wep1 "impulse 23; speak one; alias wep wep2"
    alias wep2 "impulse 23; impulse 24; speak two; alias wep wep3"
    alias wep3 "impulse 23; impulse 24; impulse 25; speak three"
    bind "i" "wep"
    bind "o" "impulse 31"
    bind "p" "impulse 64"
    bind "-" "impulse 65"
    //bind "=" "impulse 66"
    //bind "BACKSPACE" "impulse 38"
    //bind "\" "impulse 39"
    //bind "INS" "impulse 33"
    //bind "HOME" "impulse 62"
    //bind "PGUP" "impulse 61"
    //bind "DEL" "impulse 37"
    //bind "END" "impulse 53"
    //bind "PGDN" "impulse 27"
    
    //3duckjump
    alias duck "+duck; wait; -duck; wait"
    alias jump "+jump; wait; -jump; wait"
    alias +djump "+moveup; jump; duck; jump; duck; jump; +duck; +jump"
    alias -djump "-jump; -duck; -moveup"
    bind "SPACE" "+djump"
    
    //ReK_'s Marine Lastinv
    //Modelled after Romano's Lastinv
    //Flood-guard code for binding
    //Non-flood code for calling in configs
    //Intergrated pistol script
    //Remebers last used slot 4 weapon
    //Press 4 while using a slot 4 weapon to cycle through them
    //Weapon 4 defaults to welder, will cycle in order of: Welder, Mines, Hand Grenade
    //Press F3 to ignore slot 4 functionality (use for voting menus, or to select the weapon yourself)
    
    alias slot.l "slot1"
    
    alias +slot1.1 "slot1.s"
    alias +slot1.2 "slot1.s; bind q +slot2.1"
    alias +slot1.3 "slot1.s; bind q +slot3.1"
    alias +slot1.4 "slot1.s; bind q +slot4.1"
    alias -slot1.1 ""
    alias -slot1.2 ""
    alias -slot1.3 ""
    alias -slot1.4 ""
    alias slot1.1 "slot1.s"
    alias slot1.2 "slot1.s; bind q +slot2.1"
    alias slot1.3 "slot1.s; bind q +slot3.1"
    alias slot1.4 "slot1.s; bind q +slot4.1"
    alias slot1.s "slot1; bind 1 +slot1.1; bind 2 +slot2.1; bind 3 +slot3.1; bind 4 +slot4.1; alias slot.l slot1; bind mouse1 +attack"
    
    alias +slot2.1 "slot2.s; bind q +slot1.2"
    alias +slot2.2 "slot2.s"
    alias +slot2.3 "slot2.s; bind q +slot3.2"
    alias +slot2.4 "slot2.s; bind q +slot4.2"
    alias -slot2.1 ""
    alias -slot2.2 ""
    alias -slot2.3 ""
    alias -slot2.4 ""
    alias slot2.1 "slot2.s; bind q +slot1.2"
    alias slot2.2 "slot2.s"
    alias slot2.3 "slot2.s; bind q +slot3.2"
    alias slot2.4 "slot2.s; bind q +slot4.2"
    alias slot2.s "slot2; bind 1 +slot1.2; bind 2 +slot2.2; bind 3 +slot3.2; bind 4 +slot4.2; alias slot.l slot2; bind mouse1 +pscript"
    
    alias +slot3.1 "slot3.s; bind q +slot1.3"
    alias +slot3.2 "slot3.s; bind q +slot2.3"
    alias +slot3.3 "slot3.s"
    alias +slot3.4 "slot3.s; bind q +slot4.3"
    alias -slot3.1 ""
    alias -slot3.2 ""
    alias -slot3.3 ""
    alias -slot3.4 ""
    alias slot3.1 "slot3.s; bind q +slot1.3"
    alias slot3.2 "slot3.s; bind q +slot2.3"
    alias slot3.3 "slot3.s"
    alias slot3.4 "slot3.s; bind q +slot4.3"
    alias slot3.s "slot3; bind 1 +slot1.3; bind 2 +slot2.3; bind 3 +slot3.3; bind 4 +slot4.3; alias slot.l slot3; bind mouse1 +attack"
    
    alias +slot4.1 "slot4.q; bind q +slot1.4"
    alias +slot4.2 "slot4.q; bind q +slot2.4"
    alias +slot4.3 "slot4.q; bind q +slot3.4"
    alias +slot4.4 "slot4.s"
    alias -slot4.1 ""
    alias -slot4.2 ""
    alias -slot4.3 ""
    alias -slot4.4 ""
    alias slot4.1 "slot4.q; bind q +slot1.4"
    alias slot4.2 "slot4.q; bind q +slot2.4"
    alias slot4.3 "slot4.q; bind q +slot3.4"
    alias slot4.4 "slot4.s"
    alias slot4.s "slot4.n; bind 1 +slot1.4; bind 2 +slot2.4; bind 3 +slot3.4; bind 4 +slot4.4; alias slot.l slot4.c; bind mouse1 +attack"
    alias slot4.q "slot4.c; bind 1 +slot1.4; bind 2 +slot2.4; bind 3 +slot3.4; bind 4 +slot4.4; alias slot.l slot4.c; bind mouse1 +attack"
    
    alias slot4.n "slot4.w"
    alias slot4.c "slot4.w"
    
    alias slot4.w "weapon_welder; alias slot4.n slot4.m; alias slot4.c slot4.w"
    alias slot4.m "weapon_mine; alias slot4.n slot4.g; alias slot4.c slot4.m"
    alias slot4.g "weapon_grenade; alias slot4.n slot4.w; alias slot4.c slot4.g"
    
    alias slot4.t0 "alias slot4.n slot4; alias slot4.c slot4; alias slot4.t slot4.t1; speak zero"
    alias slot4.t1 "alias slot4.n slot4.ws; alias slot4.c slot4.ws; alias slot4.t slot4.t0; speak one"
    alias slot4.t "slot4.t0"
    bind "F3" "slot4.t"
    
    //ReK_'s Marine Quick-attack script
    //Click or hold mouse2 to switch to and attack with the set quick-attack weapon
    //Use V and B to cycle through the slots for your quick-attack weapon
    //Letting go of mouse2 will switch you back to your previous weapon, without disturbing the quickswitch
    //It will treat slot 4 as your last-used slot 4 weapon
    alias +qs1 "slot1; wait; +attack"
    alias -qs1 "-attack; wait; slot.l"
    alias qs1 "bind mouse2 +qs1; alias qsf qs2; alias qsb qs4; speak one"
    alias +qs2 "slot2; wait; +attack"
    alias -qs2 "-attack; wait; slot.l"
    alias qs2 "bind mouse2 +qs2; alias qsf qs3; alias qsb qs1; speak two"
    alias +qs3 "slot3; wait; +attack"
    alias -qs3 "-attack; wait; slot.l"
    alias qs3 "bind mouse2 +qs3; alias qsf qs4; alias qsb qs2; speak three"
    alias +qs4 "slot4.c; wait; +attack"
    alias -qs4 "-attack; wait; slot.l"
    alias qs4 "bind mouse2 +qs4; alias qsf qs1; alias qsb qs3; speak four"
    alias qsf "qs4"
    alias qsb "qs2"
    bind "v" "qsb"
    bind "b" "qsf"
    
    bind "F8" "slot4"
    
    //Quick-attack
    qs3
    slot1.2
    
    speak five
    commander.cfg
    Code:
    //commander.cfg
    
    bind "space" "+jump"
    bind "ctrl" "+duck"
    bind "shift" "+speed"
    bind "e" "+use"
    bind "m" "+showmap"
    bind "w" "+forward"
    bind "r" "+reload"
    bind "a" "+moveleft"
    bind "s" "+back"
    bind "d" "+moveright"
    bind "f" ""
    bind "z" ""
    bind "x" ""
    bind "c" ""
    bind "v" ""
    bind "g" "impulse 105"
    bind "1" "slot1"
    bind "2" "slot2"
    bind "3" "slot3"
    bind "4" "slot4"
    bind "5" "slot5"
    
    unbind mwheelup
    
    speak one
    alien.cfg
    Code:
    //alien.cfg
    
    unbind "F1"
    unbind "F2"
    unbind "F3"
    
    //Communications
    alias tf "say_team There's a tf at my position!"
    alias sg "say_team They're sieging!"
    alias rush "say_team They're rushing!"
    alias silen "impulse 109"
    alias celer "impulse 107"
    alias adren "impulse 108"
    alias scofr "impulse 112"
    alias focus "impulse 111"
    alias cloak "impulse 110"
    alias redem "impulse 103"
    alias regen "impulse 102"
    alias carap "impulse 101"
    alias asay1 "bind KP_END enemy; bind KP_DOWNARROW clr; bind KP_PGDN rush; bind KP_LEFTARROW bldg; bind KP_5 grdng; bind KP_RIGHTARROW tf; bind KP_HOME cover; bind KP_UPARROW mvng; bind KP_PGUP sg"
    alias asay2 "bind KP_END redem; bind KP_DOWNARROW regen; bind KP_PGDN carap; bind KP_LEFTARROW scofr; bind KP_5 focus; bind KP_RIGHTARROW cloak; bind KP_HOME silen; bind KP_UPARROW celer; bind KP_PGUP adren"
    asay1
    alias +ast asay2
    alias -ast asay1
    bind "KP_ENTER" "+ast"
    bind "c" "impulse 92"
    bind "x" "impulse 90"
    bind "z" "impulse 91"
    bind ";" "impulse 94"
    bind "'" "impulse 93"
    bind "/" "impulse 95"
    
    //co_ Upgrades
    alias ha "h2a"
    alias h2a "impulse 118; speak two; alias ha h3a"
    alias h3a "impulse 118; impulse 126; speak three"
    bind "u" "ha"
    
    //ReK_'s Alien Lastinv
    //Modelled after Romano's Lastinv
    //Flood-guard code for binding
    //Non-flood code for calling in configs
    
    alias slot.l "slot1"
    
    alias +slot1.1 "slot1.s"
    alias +slot1.2 "slot1.s; bind q +slot2.1"
    alias +slot1.3 "slot1.s; bind q +slot3.1"
    alias +slot1.4 "slot1.s; bind q +slot4.1"
    alias -slot1.1 ""
    alias -slot1.2 ""
    alias -slot1.3 ""
    alias -slot1.4 ""
    alias slot1.1 "slot1.s"
    alias slot1.2 "slot1.s; bind q +slot2.1"
    alias slot1.3 "slot1.s; bind q +slot3.1"
    alias slot1.4 "slot1.s; bind q +slot4.1"
    alias slot1.s "slot1; bind 1 +slot1.1; bind 2 +slot2.1; bind 3 +slot3.1; bind 4 +slot4.1; alias slot.l slot1"
    
    alias +slot2.1 "slot2.s; bind q +slot1.2"
    alias +slot2.2 "slot2.s"
    alias +slot2.3 "slot2.s; bind q +slot3.2"
    alias +slot2.4 "slot2.s; bind q +slot4.2"
    alias -slot2.1 ""
    alias -slot2.2 ""
    alias -slot2.3 ""
    alias -slot2.4 ""
    alias slot2.1 "slot2.s; bind q +slot1.2"
    alias slot2.2 "slot2.s"
    alias slot2.3 "slot2.s; bind q +slot3.2"
    alias slot2.4 "slot2.s; bind q +slot4.2"
    alias slot2.s "slot2; bind 1 +slot1.2; bind 2 +slot2.2; bind 3 +slot3.2; bind 4 +slot4.2; alias slot.l slot2"
    
    alias +slot3.1 "slot3.s; bind q +slot1.3"
    alias +slot3.2 "slot3.s; bind q +slot2.3"
    alias +slot3.3 "slot3.s"
    alias +slot3.4 "slot3.s; bind q +slot4.3"
    alias -slot3.1 ""
    alias -slot3.2 ""
    alias -slot3.3 ""
    alias -slot3.4 ""
    alias slot3.1 "slot3.s; bind q +slot1.3"
    alias slot3.2 "slot3.s; bind q +slot2.3"
    alias slot3.3 "slot3.s"
    alias slot3.4 "slot3.s; bind q +slot4.3"
    alias slot3.s "slot3; bind 1 +slot1.3; bind 2 +slot2.3; bind 3 +slot3.3; bind 4 +slot4.3; alias slot.l slot3"
    
    alias +slot4.1 "slot4.s; bind q +slot1.4"
    alias +slot4.2 "slot4.s; bind q +slot2.4"
    alias +slot4.3 "slot4.s; bind q +slot3.4"
    alias +slot4.4 "slot4.s"
    alias -slot4.1 ""
    alias -slot4.2 ""
    alias -slot4.3 ""
    alias -slot4.4 ""
    alias slot4.1 "slot4.s; bind q +slot1.4"
    alias slot4.2 "slot4.s; bind q +slot2.4"
    alias slot4.3 "slot4.s; bind q +slot3.4"
    alias slot4.4 "slot4.s"
    alias slot4.s "slot4; bind 1 +slot1.4; bind 2 +slot2.4; bind 3 +slot3.4; bind 4 +slot4.4; alias slot.l slot4"
    
    //ReK_'s Alien Quick-attack script
    //Click or hold mouse2 to switch to and attack with the set quick-attack weapon
    //Use V and B to cycle through the slots for your quick-attack weapon
    //Letting go of mouse2 will switch you back to your previous weapon, without disturbing the quickswitch
    alias +qs1 "slot1; wait; +attack"
    alias -qs1 "-attack; wait; slot.l"
    alias qs1 "bind mouse2 +qs1; alias qsf qs2; alias qsb qs4; speak one"
    alias +qs2 "slot2; wait; +attack"
    alias -qs2 "-attack; wait; slot.l"
    alias qs2 "bind mouse2 +qs2; alias qsf qs3; alias qsb qs1; speak two"
    alias +qs3 "slot3; wait; +attack"
    alias -qs3 "-attack; wait; slot.l"
    alias qs3 "bind mouse2 +qs3; alias qsf qs4; alias qsb qs2; speak three"
    alias +qs4 "slot4; wait; +attack"
    alias -qs4 "-attack; wait; slot.l"
    alias qs4 "bind mouse2 +qs4; alias qsf qs1; alias qsb qs3; speak four"
    alias qsf "qs3"
    alias qsb "qs1"
    bind "v" "qsb"
    bind "b" "qsf"
    
    bind mouse1 +attack
    
    //Species-specific
    bind "F7" "impulse 113; exec skulk.cfg"
    bind "F8" "impulse 115; exec lerk.cfg"
    bind "F9" "impulse 116; exec fade.cfg"
    bind "F10" "impulse 117; exec onos.cfg"
    bind "F11" "impulse 114; exec gorge.cfg"
    
    speak six
    skulk.cfg
    Code:
    //skulk.cfg
    
    qs3
    slot1.2
    alias qsf "qs4"
    alias qsb "qs2"
    alias sens1 "sensitivity 15.0"
    sens1
    bind "MWHEELDOWN" "spin"
    bind "MWHEELUP" "exec alien.cfg; exec skulk.cfg"
    
    //Duck toggle
    alias duckon "+duck; bind CTRL duckoff; speak one"
    alias duckoff "-duck; bind CTRL duckon; speak zero"
    bind "CTRL" "duckon"
    
    alias +sjump "+duck; +moveup; jump; wait; jump; wait; jump; wait; +jump"
    alias -sjump "-moveup; -jump; -duck"
    bind "SPACE" "+sjump"
    
    speak seven
    lerk.cfg
    Code:
    //lerk.cfg
    
    qs3
    slot1.2
    alias sens1 "sensitivity 17.0"
    sens1
    bind "MWHEELDOWN" "lspin"
    bind "MWHEELUP" "exec alien.cfg; exec lerk.cfg"
    
    //Duck toggle
    alias duckon "+duck; bind CTRL duckoff; speak one"
    alias duckoff "-duck; bind CTRL duckon; speak zero"
    bind "CTRL" "duckon"
    
    bind "SPACE" "+ljump"
    
    speak eight
    fade.cfg
    Code:
    //fade.cfg
    
    qs2
    slot1.3
    alias sens1 "sensitivity 15.0"
    sens1
    bind "MWHEELDOWN" "spin"
    bind "MWHEELUP" "exec alien.cfg; exec fade.cfg"
    
    //Duck toggle
    alias duckon "+duck; bind CTRL duckoff; speak one"
    alias duckoff "-duck; bind CTRL duckon; speak zero"
    bind "CTRL" "duckon"
    
    bind "SPACE" "+3jumps"
    
    speak nine
    onos.cfg
    Code:
    //onos.cfg
    
    qs3
    slot1.2
    alias qsf "qs4"
    alias qsb "qs2"
    alias sens1 "sensitivity 12.0"
    sens1
    bind "MWHEELDOWN" "spin"
    bind "MWHEELUP" "exec alien.cfg; exec onos.cfg"
    
    //Duck toggle
    alias duckon "+duck; bind CTRL duckoff; speak one"
    alias duckoff "-duck; bind CTRL duckon; speak zero"
    bind "CTRL" "duckon"
    
    bind "SPACE" "+3jumps"
    
    speak ten
    gorge.cfg
    Code:
    //gorge.cfg
    
    qs2
    slot1.3
    alias sens1 "sensitivity 12.0"
    sens1
    bind "MWHEELDOWN" "spin"
    bind "MWHEELUP" "exec alien.cfg; exec gorge.cfg"
    
    //Duck toggle
    alias duckon "+duck; bind CTRL duckoff; speak one"
    alias duckoff "-duck; bind CTRL duckon; speak zero"
    bind "CTRL" "duckon"
    
    bind "SPACE" "+3jumps"
    
    speak eleven
    Those are all the gameplay configs. I have one for waypointing, and a couple for fun stuff like siegemaps and HLSS.

    So long and thanks for all the fish.


  22.  
  23. #12

    Pfhor's Avatar

    Join Date
    Mar 2005
    Age
    23
    Posts
    138

    Re: Post and explain config/userconfig here.

    I tried to use that 180 spin script, but it seems to only work when I create a server myself. When I play on TG it only turns me 45 degrees. Any idea why?

  24.  

     
  25. #13

    ReK_'s Avatar

    Join Date
    Jun 2005
    Location
    Vancouver, Canada
    Age
    23
    Posts
    170

    Re: Post and explain config/userconfig here.

    I highly doubt this will fix it, but change the second fps_max command (the one that reads 999) to the fps_max you usually use.

    It manipulates the framerate to ensure you turn the right distance. One wait is worth one frame. At 10 fps, thats 0.1 seconds. It turns you left at 3600 yawspeed for 0.1 seconds.

    If it's falling short, it's not turning long enough, meaning either the speed is too low or the fps is too high. Try doing it manually on tg, set your fps to 10, net_graph 3 to make sure its a constant 10, then run the script.

    My best guess is something is preventing your comp from actually going to 10 fps.

    So long and thanks for all the fish.


  26.  
  27. #14

    Pfhor's Avatar

    Join Date
    Mar 2005
    Age
    23
    Posts
    138

    Re: Post and explain config/userconfig here.

    I found the problem and fixed it, my fps_modem was set at 100 and it interfered with my ability to change the fps_max. Thanks for the help.

  28.  
  29. #15

    Yoshi MCF's Avatar

    Join Date
    Apr 2005
    Location
    Providence, RI
    Age
    24
    Posts
    188

    Re: Post and explain config/userconfig here.

    Ok, here's my 1337 scripts that just got me banned from Mark's servers about 45 mins ago.
    If anyone cares, I posted about my ban here:
    http://marks-servers.com/bb/viewtopic.php?t=6092
    I thought it was best to be civil and mature about it because that's the TG way.

    Brief summary: I changed q, e, r, and t to be slot1-slot 4; f is use; right mouse changes depending on what life form I am (for example, as skulk it's a leap script)

    config.cfg
    Code:
    // This file is overwritten whenever you change your user settings in the game.
    // Add custom configurations to the file "userconfig.cfg".
    
    unbindall
    bind "TAB" "+showscores"
    bind "ENTER" "messagemode"
    bind "ESCAPE" "cancelselect"
    bind "SPACE" "+jump"
    bind "+" "sizeup"
    bind "," "impulse 123"
    bind "-" "sizedown"
    bind "." "impulse 124"
    bind "/" "impulse 125"
    bind "0" "slot10"
    bind "1" "slot1"
    bind "2" "slot2"
    bind "3" "slot3"
    bind "4" "slot4"
    bind "5" "slot5"
    bind "6" "slot6"
    bind "7" "slot7"
    bind "8" "slot8"
    bind "9" "slot9"
    bind ";" "+mlook"
    bind "=" "sizeup"
    bind "\" "messagemode2"
    bind "]" "invnext"
    bind "`" "toggleconsole"
    bind "a" "+moveleft"
    bind "c" "+showmap"
    bind "d" "+moveright"
    bind "e" "slot2"
    bind "f" "+use"
    bind "g" "impulse 3"
    bind "k" "impulse 201"
    bind "l" "say_team /menu"
    bind "m" "meds"
    bind "p" "sporemine"
    bind "q" "slot1"
    bind "r" "slot3"
    bind "s" "+back"
    bind "t" "slot4"
    bind "v" "+showres"
    bind "w" "+forward"
    bind "x" "+hook"
    bind "z" "impulse 100"
    bind "~" "toggleconsole"
    bind "UPARROW" "+forward"
    bind "DOWNARROW" "+back"
    bind "LEFTARROW" "+left"
    bind "RIGHTARROW" "+right"
    bind "ALT" "+voicerecord"
    bind "CTRL" "+duck"
    bind "SHIFT" "+speed"
    bind "F1" "rine"
    bind "F2" "alien"
    bind "F3" "autoassign"
    bind "F4" "readyroom"
    bind "F5" "snapshot"
    bind "MWHEELDOWN" "+jump"
    bind "MWHEELUP" "+jump"
    bind "MOUSE1" "+attack"
    bind "[" "+popupmenu"
    bind "MOUSE3" "+reload"
    bind "MOUSE4" "+showscores"
    bind "MOUSE5" "+showres"
    bind "PAUSE" "pause"
    _snd_mixahead "0.1"
    ati_npatch "1.0"
    ati_subdiv "2.0"
    bgmvolume "1.000000"
    bottomcolor "144.889999"
    brightness "1.580000"
    cl_allowdownload "1"
    cl_allowupload "1"
    cl_autohelp "0"
    cl_buildmessages "1"
    cl_centerentityid "0"
    cl_cmdbackup "2"
    cl_cmdrate "100"
    cl_cmhotkeys "qwerasdfzxcv"
    cl_dlmax "128"
    cl_download_ingame "1"
    cl_dynamiclights "1"
    cl_forcedefaultfov "1"
    cl_highdetail "1"
    cl_himodels "0"
    cl_idealpitchscale "0.8"
    cl_lc "1"
    cl_logocolor "#Valve_Orange"
    cl_logofile "lambda"
    cl_lw "1"
    cl_musicdelay "90.000000"
    cl_musicdirectory ""
    cl_musicenabled "1"
    cl_musicvolume "155.000000"
    cl_particleinfo "0"
    cl_quickselecttime ".15"
    cl_timeout "60"
    cl_updaterate "60"
    cl_vsmoothing "0.05"
    con_color "255 180 30"
    console "1"
    crosshair "1.000000"
    fps_max "86"
    fps_modem "0.0"
    gamma "2.920000"
    gl_dither "1"
    gl_flipmatrix "0"
    gl_fog "1"
    gl_monolights "0"
    gl_overbright "0"
    gl_polyoffset "0.1"
    hisound "1"
    hpk_maxsize "4"
    hud_capturemouse "1"
    hud_centerid "0"
    hud_classautokill "1"
    hud_draw "1"
    hud_fastswitch "1"
    hud_takesshots "0"
    joystick "0"
    lookspring "0.000000"
    lookstrafe "0.000000"
    m_filter "1"
    m_forward "1"
    m_pitch "0.022000"
    m_side "0.8"
    m_yaw "0.022"
    model "barney"
    MP3FadeTime "2.0"
    MP3Volume "1"
    mp_decals "300"
    name "Yoshi MCF"
    net_graph "0"
    net_graphpos "2"
    net_scale "5"
    r_bmodelhighfrac "5.0"
    r_detailtextures "0"
    s_a3d "0"
    s_automax_distance "30.0"
    s_automin_distance "2.0"
    s_bloat "2.0"
    s_distance "60"
    s_doppler "0.0"
    s_eax "0"
    s_leafnum "0"
    s_max_distance "1000.0"
    s_min_distance "8.0"
    s_numpolys "200"
    s_polykeep "1000000000"
    s_polysize "10000000"
    s_refdelay "4"
    s_refgain "0.4"
    s_rolloff "1.0"
    s_verbwet "0.25"
    sensitivity "5"
    skin ""
    suitvolume "0.250000"
    sv_aim "0"
    sv_voiceenable "1"
    team ""
    topcolor "151.169998"
    viewsize "110"
    voice_enable "1"
    voice_forcemicrecord "1"
    voice_modenable "1"
    voice_scale "1"
    volume "0.5"
    setinfo "ap" "0"
    +mlook
    +jlook
    exec userconfig.cfg
    userconfig.cfg
    Code:
    //HLSS - I haven't set it up and I don't really plan to use it.
    alias hlss-START "voice_inputfromfile 1; voice_loopback 1; +voicerecord; alias ToggleWAV hlss-STOP"
    alias hlss-STOP "voice_inputfromfile 0; voice_loopback 0; -voicerecord; alias ToggleWAVE hlss-START"
    alias ToggleWAV "hlss-START"
    voice_fadeouttime 0
    bind del "ToggleWAV"
    
    //Tracer (white)
    traceroffset "-72"
    tracerlength "0.50"
    traceralpha "8"
    tracerspeed "4000"
    tracerred "28"
    tracerblue "28"
    tracergreen "28"
    
    bind l "say_team /menu"
    cl_showfps 1
    
    alias marine "jointeamone; exec frontiersmen.cfg"
    alias alien "jointeamtwo; exec kharaa.cfg"
    bind F1 "marine"
    bind F2 "alien"
    
    //Name Cycling
    alias +name1 "name Yoshi MCF"
    alias -name1 "bind 2 +name2"
    alias +name2 "name s/([^c])ei/$1ie/g #Yoshi"
    alias -name2 "bind 2 +name1"
    //name2 is perl for "i before e, except after c" in case you were wondering
    frontiersmen.cfg
    Code:
    unbind v
    
    bind mouse3 "+reload"
    bind mwheelup "+attack"
    bind mwheeldown "+attack"
    bind space "+jump"
    
    alias meds "say_team [Medpack]; impulse 10"
    alias ammo "say_team [Ammuntion]; impulse 11"
    alias weld "say_team [Weld me please]"
    bind m "meds"
    bind n "ammo"
    bind b "weld"
    
    alias comm "use; exec commander.cfg"
    bind o "comm"
    //I almost never comm, but if I ever feel like learning, i'll put my hotkeys in
    //commander.cfg.
    
    //Pistol script - got me b&x0r3d
    alias +pson "+attack"
    alias -pson "-attack; wait; wait;+attack; wait; -attack;"
    alias +pistolscript "slot2; wait; bind mouse1 +pson"
    
    bind q "slot1"
    bind e "slot2"
    bind r "slot3"
    bind t "slot4"
    
    //Knife script - knifes as long as you hold right mouse - great for killing rts
    //and then immediately switching to slot1 to kill the skulk that's about to get you
    alias +knifescript "slot3; wait; +attack"
    alias -knifescript "-attack; wait; slot1"
    
    //cycling script - i picked up the developer 1 ... developer 0 part from a thread
    //on the ns forums and changed it so it doesn't overlap with my fps readout
    alias cycle1 "unbind mouse2; bind e slot2; bind mouse1 +attack; bind 1 cycle2"
    alias cycle2 "bind mouse2 +knifescript; bind e +pistolscript; developer 1; motdfile echo.txt; motd_write _____=~-Scripts ON-~=; MOTD; developer 0; bind 1 cycle1"
    cycle1
    kharaa.cfg
    Code:
    unbind n
    unbind o
    unbind b
    
    bind v "+showres"
    
    alias meds "impulse 8; say_team [Heal]"
    bind m "meds"
    
    bind mwheeldown "+jump"
    bind mwheelup "+jump"
    bind space "+jump"
    bind mouse1 "+attack"
    bind q "slot1"
    bind e "slot2"
    bind r "slot3"
    bind t "slot4"
    unbind mouse2
    
    //leap-bite script
    alias +leapscript "slot3; wait; +attack"
    alias -leapscript "-attack; wait; slot1"
    
    //xenocide and charge script - this doesn't quite work, anyone know why?
    alias +xenoscript "slot4; wait; wait; +attack; wait; wait; -attack"
    alias -xenoscript "slot1"
    
    //healspray and blink script
    alias +blinkscript "slot2; wait; +attack"
    alias -blinkscript "-attack"
    
    //cycling script
    alias cycle1 "bind mouse2 lastinv; bind 1 cycle2"
    alias cycle2 "bind mouse2 +leapscript; bind t +xenoscript; developer 1; motdfile echo.txt; motd_write _____=~-Skulk Mode-~=; MOTD; developer 0; bind 1 cycle3"
    alias cycle3 "bind mouse2 +blinkscript; bind t slot4; developer 1; motdfile echo.txt; motd_write _____=~-Gorge or Fade Mode-~=; MOTD; developer 0; bind 1 cycle4"
    alias cycle4 "bind mouse2 slot3; developer 1; motdfile echo.txt; motd_write _____=~-Lerk Mode-~=; MOTD; developer 0; bind 1 cycle5"
    alias cycle5 "bind t +xenoscript; developer 1; motdfile echo.txt; motd_write _____=~-Onos Mode-~=; MOTD; developer 0; bind 1 cycle1"
    cycle1
    
    alias +3hop "+jump; wait; -jump; wait; +jump; wait; -jump; wait; +jump; wait; -jump; wait"
    //not used
    One more thing...
    Code:
    Copyright (c) 2005 "Yoshi MCF"
    Permission is granted to copy, distribute and/or modify these documents
    under the terms of the GNU Free Documentation License...
    http://www.gnu.org/copyleft

  30.  

     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


  
 

Back to top