In-Game Configs.

Discuss anything to do with Nexuiz here.

Moderators: Nexuiz Moderators, Moderators

Sat Sep 30, 2006 4:20 am

  • Does anybody want to post there .cfg's here that they use in-game?

    i wouldn't mind checking out some people's have having a little whirl with them, like esteel's, morfar's, green's and kyres....for some reason :D

    would be nice to see how people have there controls set up and what other options they use.


    for example...i play without any explosions, so i just see my projectiles which i never used to do but it just feels natural now, also i use standard w,a,s,d to move but i have the nex gun binded to L :shock: for some people this is a bit of a shock :) since L is on the other side of the keyboard, i use 1 and 2 for the laser and shotgun, then i use F for mortar, r for RL, c for the electro, q for minigun e.t.c so that most of my weopens are around my movement keys for quick response...except the nex :)


    i remember looking at a really good UT player's .ini back in the day, and he used z and x to strafe left and right, then he just mouse 1 and 2 to move backwards and fowards...something like space for primary and left ctrl for secondary fire....it was the weirdest set-up i've ever seen.
    :]

    Image

    kojn translates into horse.

    Signature Pic based on UT-Clan Mates describing trying to spam me and getting confused which routes I take :D
    k0jak
    Forum addon
     
    Posts: 1103
    Joined: Tue Feb 28, 2006 11:36 pm

Sat Sep 30, 2006 4:08 pm

  • Code: Select all
    bind "TAB" "+showscores"
    bind "ENTER" "messagemode"
    bind "ESCAPE" "togglemenu"
    bind "SPACE" "+jump"
    bind "-" "sizedown"
    bind "0" "impulse 210"
    bind "1" "impulse 1"
    bind "2" "impulse 2"
    bind "3" "impulse 3"
    bind "4" "impulse 4"
    bind "5" "impulse 5"
    bind "6" "impulse 6"
    bind "7" "impulse 7"
    bind "8" "impulse 8"
    bind "9" "impulse 9"
    bind "=" "sizeup"
    bind "`" "toggleconsole"
    bind "a" "+moveleft"
    bind "d" "+moveright"
    bind "e" "+hook"
    bind "g" "say gg"
    bind "i" "+show_info"
    bind "k" "kill"
    bind "q" "impulse 210"
    bind "r" "impulse 14"
    bind "s" "+back"
    bind "t" "messagemode"
    bind "w" "+forward"
    bind "y" "messagemode2"
    bind "z" "+zoom"
    bind "~" "toggleconsole"
    bind "BACKSPACE" "dropweapon"
    bind "UPARROW" "+forward"
    bind "DOWNARROW" "+back"
    bind "LEFTARROW" "+moveleft"
    bind "RIGHTARROW" "+moveright"
    bind "SHIFT" "+crouch"
    bind "F1" "vyes"
    bind "F2" "vno"
    bind "F3" "spec"
    bind "F4" "ready"
    bind "F5" "menu_showteamselect"
    bind "F6" "vmaster"
    bind "F10" "quit"
    bind "F11" "disconnect"
    bind "F12" "screenshot"
    bind "PAUSE" "pause"
    bind "MOUSE1" "+attack"
    bind "MOUSE2" "+attack2"
    bind "MOUSE3" "impulse 201"
    bind "MWHEELUP" "weapnext"
    bind "MWHEELDOWN" "weapprev"
    _cl_color "64"
    _cl_name "^3D^8Ave"
    _cl_playermodel "models/player/shock.zym"
    bgmvolume "0"
    cl_decals "0"
    seta cl_nogibs "1"
    cl_particles_blood "0"
    cl_particles_bubbles "0"
    cl_particles_bulletimpacts "0"
    cl_particles_explosions_smokes "0"
    cl_particles_explosions_sparks "0"
    fov "120"
    gl_picmip "2"
    r_coronas "0"
    r_dynamic "0"
    r_glsl "0"
    r_glsl_deluxemapping "0"
    r_shadow_gloss "0"
    r_shadow_realtime_dlight "0"
    r_shadow_realtime_world_shadows "0"
    r_sky "1"
    sensitivity "19"
    showfps "1"
    showtime "1"
    v_gamma "2"
    vid_vsync "1"

    I need to make more chat bindings, I'm a slow typer.
    :)
    Keyboard killer
     
    Posts: 590
    Joined: Tue Feb 28, 2006 9:09 pm

Sat Sep 30, 2006 4:43 pm

  • My main key binds:

    Code: Select all
    bind "KP_END" "+hook"
    bind "KP_PGDN" ""
    bind "KP_LEFTARROW" "+moveleft"
    bind "KP_5" "+back"
    bind "KP_RIGHTARROW" "+moveright"
    bind "KP_HOME" "impulse 9"
    bind "KP_UPARROW" "+forward"
    bind "KP_PGUP" "impulse 7"
    bind "KP_DEL" "dropweapon"
    bind "KP_SLASH" "impulse 1"
    bind "KP_MULTIPLY" "impulse 4"
    bind "KP_MINUS" ""
    bind "KP_ENTER" "+attack2"
    bind "MOUSE1" "+attack"
    bind "MOUSE2" "+jump"
    bind "MOUSE3" "+crouch"
    bind "MWHEELUP" "impulse 10"
    bind "MWHEELDOWN" "impulse 12"
    bind "MOUSE4" "weapnext"
    bind "MOUSE5" "weapprev"


    I've used settings similar to these in fps games since quake. Old habits die hard...
    Whenever You go, then You aren't.
    kyre
    Alien
     
    Posts: 118
    Joined: Tue Jun 13, 2006 8:56 pm
    Location: Sweden

Sun Oct 01, 2006 11:29 am

  • I use a similar config in every game. Quake-based games even make it very easy to share a config. I have such a file for almost every game i play as it only needs minimal changes or a new game:
    Code: Select all
    // aliases
    alias "+scores" "+showscores; ping"
    alias "-scores" "-showscores"


    // keyboard settings


    // keyboard binds
    bind "`" "toggleconsole"
    bind "escape" "togglemenu"

    bind "u" "+forward"
    bind "j" "+back"
    bind "h" "+moveleft"
    bind "k" "+moveright"
    bind "alt" "+jump"
    bind "ctrl" "+jump"
    bind "space" "+crouch"
    bind "v" "+speed"
    bind "c" "+moveup"
    bind "s" "echo unused key lean left in other games"
    bind "x" "echo unused key lean right in other games"

    bind "y" "impulse 9"
    bind "i" "impulse 7"
    bind "g" "impulse 5"
    bind "l" "impulse 6"
    bind "f" "impulse 8"
    bind "o" "impulse 4"
    bind "b" "impulse 3"
    bind "m" "impulse 1"
    bind "d" "echo unused key weapon hook in other games"
    bind "," "echo unused key melle in other games"
    bind "t" "impulse 2"
    bind "r" "impulse 5"
    bind "n" "echo unused key bfg type in other games"

    bind "semicolon" "echo unused key reload in other games"
    bind "p" "echo unused key switch ammo in other games"
    bind "[" "dropweapon"

    bind "." "echo unused key use iventory in other games"
    bind "/" "+use"
    bind "'" "echo unused key drop inventory in other games"

    bind "z" "kill"

    bind "1" "messagemode"
    bind "2" "messagemode2"
    bind "3" "say_team quad in 10sec (h:%h a:%a w:%w l:%l)"
    bind "4" "say_team free item x:%x y:%y (h:%h a:%a w:%w l:%l)"
    bind "5" "say_team save (h:%h a:%a w:%w l:%l)"
    bind "6" "say_team need help (h:%h a:%a w:%w l:%l)"
    bind "7" "say_team incoming (h:%h a:%a w:%w l:%l)"
    bind "8" "say_team defending (h:%h a:%a w:%w l:%l)"
    bind "9" "say_team attacking (h:%h a:%a w:%w l:%l)"
    bind "0" "say_team have flag (h:%h a:%a w:%w l:%l)"
    bind "-" "say :-) / nice one"
    bind "=" "say hi / good luck and have fun"
    bind "backspace" "say good game"


    // mouse settings
    set "vid_mouse" "1"
    set "freelook" "1"
    set "lookstrafe" "0"
    set "sensitivity" "6.25"
    set "m_pitch" "0.022"
    set "m_yaw" "0.022"
    set "m_filter" "0"


    // mouse binds
    bind "mouse5" "+zoom"
    bind \ "+zoom"

    bind "mouse1" "+attack"
    bind "mouse2" "+attack2"
    bind "mouse4" "+hook"
    bind "]" "+hook"

    bind "mwheelup" "weapnext"
    bind "mwheeldown" "weapprev"

    bind "mouse3" "+showscores"


    // view settings
    set "v_hwgamma" "1"
    set "v_gamma" "1.5"
    set "v_brightness" "0.1"
    set "v_contrast" "0"
    set "viewsize" "110"
    set "fov" "110"
    set "crosshair" "1"
    set "crosshair_alpha" "1"
    set "crosshair_brightness" "1"
    set "crosshair_color_red" "1"
    set "crosshair_color_green" "0"
    set "crosshair_color_blue" "0"
    set "crosshair_color_alpha" "1"
    set "crosshair_flashrange" "0"
    set "crosshair_flashspeed" "0"
    set "crosshair_size" "0.8"
    set "crosshair_static" "1"
    set "cl_shownames" "2"
    set "noaim" "1"
    set "sv_aim" "2"
    set "vid_vsync" "0"
    set "cl_maxfps" "125"


    // misc settings
    set "cl_forwardspeed" "400"
    set "cl_backspeed" "400"
    set "cl_movespeedkey" "0.5"
    set "cl_autoswitch" "0"


    // player settings
    name "esteel"
    playermodel "models/player/carni.zym"
    playerskin "1"
    color "4" "4"

    In Nexuiz is then also use low.cfg..
    the alt / ctrl binding is needed for some games to work with the right alt key on german keyboards (alt gr) and the scores alias was used in older versions of Nexuiz to see the scoreboard and ping..
    User avatar
    esteel
    Site admin and forum addon
     
    Posts: 3924
    Joined: Wed Mar 01, 2006 8:27 am

Sun Oct 01, 2006 2:43 pm

  • weird control setup :P
    :]

    Image

    kojn translates into horse.

    Signature Pic based on UT-Clan Mates describing trying to spam me and getting confused which routes I take :D
    k0jak
    Forum addon
     
    Posts: 1103
    Joined: Tue Feb 28, 2006 11:36 pm

Sun Oct 01, 2006 2:51 pm

  • The main thing its moved more the the right to have more keys available..I really could not play with wasd.. in fact i do not get how that got the standard. esdf would be more like it as its also the homerow when touchtyping..
    And as you see i do not even use a few of the keys but they might be used in other games so this config is rather complete :)
    User avatar
    esteel
    Site admin and forum addon
     
    Posts: 3924
    Joined: Wed Mar 01, 2006 8:27 am

Sun Oct 01, 2006 5:25 pm

  • im comfortable with my set-up so i don't want to have to get used to any other :)
    :]

    Image

    kojn translates into horse.

    Signature Pic based on UT-Clan Mates describing trying to spam me and getting confused which routes I take :D
    k0jak
    Forum addon
     
    Posts: 1103
    Joined: Tue Feb 28, 2006 11:36 pm

Mon Oct 02, 2006 4:11 pm

  • bind "TAB" "+showscores"
    bind "ENTER" ""
    bind "ESCAPE" "togglemenu"
    bind "-" "sizedown"
    bind "0" "impulse 210"
    bind "1" "impulse 1"
    bind "2" "impulse 2"
    bind "3" "impulse 3"
    bind "4" "impulse 4"
    bind "5" "impulse 5"
    bind "6" "impulse 6"
    bind "7" "impulse 7"
    bind "8" "impulse 8"
    bind "9" "impulse 9"
    bind "=" "sizeup"
    bind "`" "toggleconsole"
    bind "f" "say nice shot"
    bind "g" "say good game"
    bind "h" "say hi"
    bind "i" "+show_info"
    bind "r" "messagemode2"
    bind "t" "messagemode"
    bind "v" "say good job!"
    bind "y" "messagemode2"
    bind "~" "toggleconsole"
    bind "BACKSPACE" "dropweapon"
    bind "F1" "vyes"
    bind "F2" "vno"
    bind "F3" "spec"
    bind "F4" "ready"
    bind "F5" "menu_showteamselect"
    bind "F10" "quit"
    bind "F11" "disconnect"
    bind "F12" "screenshot"
    bind "PAUSE" "pause"

    bind "KP_DOWNARROW" "+back"
    bind "KP_PGDN" "+crouch"
    bind "KP_LEFTARROW" "+moveleft"
    bind "KP_5" "+hook"
    bind "KP_RIGHTARROW" "+moveright"
    bind "KP_UPARROW" "+forward"
    bind "KP_PGUP" "+jump"
    bind "MOUSE1" "+attack"
    bind "MOUSE2" "+attack2"
    bind "MOUSE3" "+zoom"
    bind "MWHEELUP" "weapnext"
    bind "MWHEELDOWN" "weapprev"
    User avatar
    Coke1984
    Member
     
    Posts: 18
    Joined: Tue Jun 13, 2006 11:53 am
    Location: Essen, Germany

Mon Oct 02, 2006 4:41 pm

  • I use åretty standard, with some weird setings i guess.
    make special not of the "k" key :) its bound to one of my mouse buttons

    Code: Select all
    bind "TAB" "+showscores"
    bind "ENTER" "+jump"
    bind "ESCAPE" "togglemenu"
    bind "SPACE" "+jump"
    bind "-" "sizedown"
    bind "0" "impulse 210"
    bind "1" "impulse 1"
    bind "2" "impulse 2"
    bind "3" "impulse 3"
    bind "4" "impulse 4"
    bind "5" "impulse 5"
    bind "6" "impulse 6"
    bind "7" "impulse 7"
    bind "8" "impulse 8"
    bind "9" "impulse 9"
    bind "=" "sizeup"
    bind "`" "toggleconsole"
    bind "a" "+moveleft"
    bind "c" "impulse 9"
    bind "d" "+moveright"
    bind "e" "impulse 7"
    bind "f" "impulse 4"
    bind "i" "+show_info"
    bind "k" "+fov_zoom"
    bind "q" "impulse 1"
    bind "r" "messagemode2"
    bind "s" "+back"
    bind "t" "messagemode"
    bind "w" "+forward"
    bind "x" "impulse 5"
    bind "y" "messagemode2"
    bind "z" "+zoom"
    bind "~" "toggleconsole"
    bind "BACKSPACE" "dropweapon"
    bind "UPARROW" "+forward"
    bind "DOWNARROW" "+back"
    bind "LEFTARROW" "+moveleft"
    bind "RIGHTARROW" "+moveright"
    bind "SHIFT" "+crouch"
    bind "F1" "vyes"
    bind "F2" "vno"
    bind "F3" "spec"
    bind "F4" "ready"
    bind "F5" "menu_showteamselect"
    bind "F10" "quit"
    bind "F11" "disconnect"
    bind "F12" "screenshot"
    bind "PAUSE" "pause"
    bind "KP_INS" "pausedemo"
    bind "KP_END" "slowmo 0.1"
    bind "KP_DOWNARROW" "slowmo 0.2"
    bind "KP_PGDN" "slowmo 0.3"
    bind "KP_LEFTARROW" "slowmo 0.5"
    bind "KP_5" "slowmo 1"
    bind "KP_RIGHTARROW" "slowmo 2"
    bind "KP_HOME" "slowmo 3"
    bind "KP_UPARROW" "slowmo 5"
    bind "KP_PGUP" "slowmo 10"
    bind "KP_DEL" "stopdemo"
    bind "KP_MULTIPLY" "thirdperson"
    bind "KP_MINUS" "demoview"
    bind "KP_PLUS" "capturevideosound"
    bind "KP_ENTER" "capturevideo"
    bind "MOUSE1" "+attack"
    bind "MOUSE2" "+attack2"
    bind "MOUSE3" "+zoom"
    bind "MWHEELUP" "weapnext"
    bind "MWHEELDOWN" "weapprev"
    bind "MOUSE4" "weaplast"
    bind "MOUSE5" "+hook"
    _cl_color "172"
    _cl_name "[nsb]tChr(.no)"
    _cl_playermodel "models/player/lycanthrope.zym"
    bgmvolume "0.600000"
    seta cl_autoswitch "0"
    cl_backspeed "600"
    cl_capturevideo_number "2"
    cl_decals "0"
    cl_forwardspeed "600"
    seta cl_nogibs "1"
    cl_particles_blood "0"
    cl_particles_bubbles "0"
    cl_particles_bulletimpacts "0"
    cl_particles_explosions_smokes "0"
    cl_particles_explosions_sparks "0"
    cl_particles_quality "0.200000"
    cl_sidespeed "600"
    cl_upspeed "600"
    crosshair_color_green "1"
    fov "105"
    seta g_campaign_index "19"
    gl_picmip "2"
    m_pitch "-0.022000"
    r_coronas "0"
    r_dynamic "0"
    r_glsl_deluxemapping "0"
    r_shadow_gloss "0"
    r_shadow_realtime_world "1"
    r_shadow_realtime_world_shadows "0"
    r_sky "0"
    sensitivity "2"
    showfps "1"
    showtime "1"
    snd_staticvolume "0.700000"
    v_brightness "0.040000"
    v_gamma "1.350000"
    v_hwgamma "0"
    vid_fullscreen "0"
    vid_height "900"
    vid_width "1024"
    volume "0.450000"
    the spice extend life!
    the spice expand conciousness!
    the spice is vital to space travel!
    sooooo.. tell me what you want, waht you really-really want
    I will proceed directly to the intravenous injection of hard drugs, please.
    User avatar
    tChr
    Forum addon
     
    Posts: 1501
    Joined: Tue Feb 28, 2006 9:11 pm
    Location: Trondheim, Norway

Mon Oct 02, 2006 4:58 pm

  • 1024x900?
    :)
    Keyboard killer
     
    Posts: 590
    Joined: Tue Feb 28, 2006 9:09 pm

Mon Oct 02, 2006 5:23 pm

  • @tChr:

    Off topic:

    You live in Trondheim? Damn, I've just returned a few weeks ago from a friend hwo studies in Trondheim... stayed in Moholt for almost 2 weeks.
    User avatar
    Coke1984
    Member
     
    Posts: 18
    Joined: Tue Jun 13, 2006 11:53 am
    Location: Essen, Germany

Mon Oct 02, 2006 6:31 pm

  • Coke1984 wrote:@tChr:

    Off topic:

    You live in Trondheim? Damn, I've just returned a few weeks ago from a friend hwo studies in Trondheim... stayed in Moholt for almost 2 weeks.

    Too bad you didnt let me know.. I'd buy you a beer :)
    the spice extend life!
    the spice expand conciousness!
    the spice is vital to space travel!
    sooooo.. tell me what you want, waht you really-really want
    I will proceed directly to the intravenous injection of hard drugs, please.
    User avatar
    tChr
    Forum addon
     
    Posts: 1501
    Joined: Tue Feb 28, 2006 9:11 pm
    Location: Trondheim, Norway

Mon Oct 02, 2006 6:32 pm

  • Dave wrote:1024x900?

    Yeah. Windowed.
    edit
    My autoexec too
    Code: Select all
    bind "kp_end" "slowmo 0.1"
    bind "kp_downarrow" "slowmo 0.2"
    bind "kp_pgdn" "slowmo 0.3"
    bind "kp_leftarrow" "slowmo 0.5"
    bind "kp_5" "slowmo 1"
    bind "kp_rightarrow" "slowmo 2"
    bind "kp_home" "slowmo 3"
    bind "kp_uparrow" "slowmo 5"
    bind "kp_pgup" "slowmo 10"
    bind "kp_ins" "pausedemo"
    bind "kp_del" "stopdemo"
    bind "kp_enter" "capturevideo"
    bind "kp_plus" "capturevideosound"
    bind "kp_minus" "demoview"
    bind "kp_multiply" "thirdperson"

    alias "+demoview" "set viewsize_backup $viewsize; set viewsize 120; set crosshair_backup $crosshair; set crosshair 0; set con_notify_backup $con_notify; set con_notify 0; set r_drawviewmodel_backup $r_drawviewmodel; set r_drawviewmodel 0; alias demoview -demoview"
    alias "-demoview" "set viewsize $viewsize_backup; set crosshair $crosshair_backup; set con_notify $con_notify_backup; set r_drawviewmodel $r_drawviewmodel_backup; alias demoview +demoview"
    alias "demoview" "+demoview"

    alias "+capturevideo" "set cl_capturevideo 1; alias capturevideo -capturevideo"
    alias "-capturevideo" "set cl_capturevideo 0; alias capturevideo +capturevideo"
    alias "capturevideo" "+capturevideo"

    alias "+capturevideosound" "set cl_capturevideo 1; set cl_capturevideo_sound 1; alias capturevideosound -capturevideosound"
    alias "-capturevideosound" "set cl_capturevideo 0; set cl_capturevideo_sound 0; alias capturevideosound +capturevideosound"
    alias "capturevideosound" "+capturevideosound"

    alias "+thirdperson" "set chase_active 1; alias thirdperson -thirdperson"
    alias "-thirdperson" "set chase_active 0; alias thirdperson +thirdperson"
    alias "thirdperson" "+thirdperson"

    // zoom script
    set fov_orginal 105
    set fov_zoomvalue 30
    alias "+fov_zoom" "fov $fov_zoomvalue"
    alias "-fov_zoom" "fov $fov_orginal"
    bind "k" "+fov_zoom"
    the spice extend life!
    the spice expand conciousness!
    the spice is vital to space travel!
    sooooo.. tell me what you want, waht you really-really want
    I will proceed directly to the intravenous injection of hard drugs, please.
    User avatar
    tChr
    Forum addon
     
    Posts: 1501
    Joined: Tue Feb 28, 2006 9:11 pm
    Location: Trondheim, Norway

Tue Oct 03, 2006 10:38 am

  • my autoexec:
    alias "tfl" "cc timelimit $1;cc fraglimit $2"
    alias "server_pn" "connect planetnexuiz.de:26500"
    alias "server_sf" "connect spinfusor.org:26000"
    alias "server_green" "connect 62.4.81.233:30400"
    cl_rollangle "0"
    cl_bob "0"
    set "cl_bobup" "0"
    set "v_ipitch_cycle" "0"
    set "v_ipitch_level" "0"
    set "v_iroll_cycle" "0"
    set "v_iroll_level" "0"
    set "v_kickpitch" "0"
    set "v_kickroll" "0"
    set "v_kicktime" "0"
    alias zoom_toggle "zoom_on"
    alias zoom_on "fov 35;alias zoom_toggle zoom_off"
    alias zoom_off "fov 110; alias zoom_toggle zoom_on"


    my config.cfg

    bind "TAB" "+showscores"
    bind "ENTER" "+jump"
    bind "ESCAPE" "togglemenu"
    bind "SPACE" "+jump"
    bind "-" "sizedown"
    bind "0" "impulse 210"
    bind "1" "impulse 1"
    bind "2" "impulse 2"
    bind "3" "impulse 3"
    bind "4" "impulse 4"
    bind "5" "impulse 5"
    bind "6" "impulse 6"
    bind "7" "impulse 7"
    bind "8" "impulse 8"
    bind "9" "impulse 9"
    bind "=" "sizeup"
    bind "[" "pausedemo"
    bind "`" "toggleconsole"
    bind "a" "+moveleft"
    bind "b" "say too easy" (C) (R) by me
    bind "c" "impulse 1"
    bind "d" "+moveright"
    bind "e" "impulse 7"
    bind "f" "impulse 8"
    bind "g" "+hook"
    bind "i" "+show_info"
    bind "o" "say_team I N C O M I N G ! Get back to base!"
    bind "p" "disconnect"
    bind "r" "impulse 9"
    bind "s" "+back"
    bind "t" "messagemode"
    bind "w" "+forward"
    bind "x" "impulse 3"
    bind "y" "messagemode2"
    bind "z" "messagemode2"
    bind "~" "toggleconsole"
    bind "BACKSPACE" "dropweapon"
    bind "UPARROW" "+forward"
    bind "DOWNARROW" "+back"
    bind "LEFTARROW" "+moveleft"
    bind "RIGHTARROW" "+moveright"
    bind "ALT" "dropweapon"
    bind "SHIFT" "+crouch"
    bind "F1" "vyes"
    bind "F2" "vno"
    bind "F3" "spec"
    bind "F4" "ready"
    bind "F5" "menu_showteamselect"
    bind "F10" "quit"
    bind "F11" "disconnect"
    bind "F12" "screenshot"
    bind "PAUSE" "pause"
    bind "MOUSE1" "+attack"
    bind "MOUSE2" "+attack2"
    bind "MOUSE3" "+zoom"
    bind "MWHEELUP" "impulse 4"
    bind "MWHEELDOWN" "impulse 5"
    bind "MOUSE4" "weaplast"
    bind "MOUSE5" "+hook"
    _cl_color "11"
    _cl_name "^8GreEn`^0mA^1ri^3ne"
    _cl_playermodel "models/player/nexus.zym"
    _cl_playerskin "1"
    bgmvolume "0"
    seta cl_autoswitch "0"
    cl_decals "0"
    cl_maxfps "130"
    cl_movement "0"
    seta cl_nogibs "1"
    cl_noplayershadow "1"
    cl_particles_blood_alpha "1"
    cl_particles_blood_bloodhack "0"
    cl_particles_bubbles "0"
    cl_particles_explosions_sparks "0"
    cl_particles_quality "0.01"
    cl_particles_smoke "0"
    cl_particles_sparks "0"
    crosshair "6"
    crosshair_color_blue "0.850000"
    crosshair_color_green "0.850000"
    crosshair_size "0.700000"
    fov "110"
    seta g_campaign_index "6"
    gl_picmip "4"
    r_coronas "0"
    r_dynamic "0"
    r_glsl_deluxemapping "0"
    r_hdr_scenebrightness "0.5"
    r_shadow_gloss "0"
    r_shadow_realtime_dlight "0"
    r_shadow_realtime_world_shadows "0"
    r_sky "0"
    r_wateralpha "0.2"
    scr_conalpha "0.6"
    scr_screenshot_gammaboost "1.5"
    scr_screenshot_jpeg_quality "0.95"
    sensitivity "12"
    showfps "1"
    showtime "1"
    seta sv_defaultcharacter "1"
    seta sv_defaultplayerskin "3"
    sys_ticrate "0.030000"
    v_gamma "2.500000"
    vid_height "1024"
    vid_width "1280"
    volume "0.150000"
    IRC quote:
    [kojn] I've been coming a bit more recently
    [kojn] she took it the dirty way
    GreEn`mArine
    Forum addon
     
    Posts: 1509
    Joined: Tue Feb 28, 2006 9:33 pm
    Location: Germany

Sun Oct 08, 2006 2:22 pm

  • This is my new config, but i have trouble using secondary RL fire when moving forward+left or right. Seems like i can only press 3 keys at a time, which is very annoying.
    //teamplay messages
    bind "3" "say_team have flag (h:%h a:%a w:%w l:%l)"
    bind "4" "say_team free item x:%x y:%y (h:%h a:%a w:%w l:%l)"
    bind "5" "say_team safe (h:%h a:%a w:%w l:%l)"
    bind "6" "say_team need help (h:%h a:%a w:%w l:%l)"
    bind "7" "say_team incoming (h:%h a:%a w:%w l:%l)"
    bind "8" "say_team defending (h:%h a:%a w:%w l:%l)"
    bind "9" "say_team attacking (h:%h a:%a w:%w l:%l)"
    bind "0" "say_team floating (h:%h a:%a w:%w l:%l)"
    bind "w" "say_team flag carrier at x:%x y:%y (h:%h a:%a w:%w l:%l)"
    bind "q" "say_team flag droped at x:%x y:%y (h:%h a:%a w:%w l:%l)"

    //-----dm messages----
    bind "n" "say Do'h"
    bind "y" "say :-)"
    bind "u" "say :-("
    bind "s" "say lol"
    bind "a" "say hehe"
    bind "CTRL" "say argh!!!"
    bind "/" "say hi"
    bind "c" "say nice shot"
    bind "backspace" "say good game"

    //----movement---
    bind "r" "+forward"
    bind "f" "+back"
    bind "d" "+moveleft"
    bind "g" "+moveright"
    bind "c" "+crouch"
    bind "ALT" "+hook"

    //----weapons----
    bind "e" "impulse 1" //laser
    bind "t" "impulse 7" //nex
    bind "h" "impulse 4" //mortar
    bind "b" "impulse 9" //rocketlauncer
    bind "x" "impulse 5" //electro
    bind "SHIFT" "asay_drop" //say_team (%l) dropped %w ; impulse 17
    dfkgmasdfnasodrg
    Alien
     
    Posts: 153
    Joined: Sat Mar 04, 2006 4:21 pm



Return to Nexuiz - General Discussion




Information
  • Who is online
  • Users browsing this forum: No registered users and 1 guest