Digital Paint Discussion Board

Paintball 2: The Game => Paintball 2 Discussion => Topic started by: Herron on October 29, 2007, 02:03:42 AM

Title: what does your config look like?
Post by: Herron on October 29, 2007, 02:03:42 AM
i know there have been a couple of these over the years, but i figured i'd start my own since i find this kind of thing interesting for some reason.  what does your config look like?

Code: [Select]
unbindall

// INVENTORY
bind "[" "invprev"
bind "]" "invnext"
bind "ENTER" "invuse"

// GRENADES
bind "SPACE" "tossgren"
bind "c" "dropgren"

// MISCELLANEOUS (ALIASES)
alias 4waits "wait;wait;wait;wait"

// MISCELLANEOUS (BINDS)
bind "'" "toggleconsole"
bind "e" "flagstatus;alive"
bind "MOUSE4" "alive;nextspawn"
bind "i" "timeleft"
bind "r" "topspeed"
bind "F1" "+scores"
bind "F2" "score"
bind "F12" "screenshot"

// HAND SWITCHING CYCLE BIND
//alias hand0 "echo >> RIGHT >>;hand 0; bind MOUSE5 hand1"
//alias hand1 "echo << LEFT <<;hand 1; bind MOUSE5 hand2"
//alias hand2 "echo ^^ CENTER ^^;hand 2; bind MOUSE5 hand0"
//bind "MOUSE5" "hand0"

// HAND SWITCHING BIND (F9 and F10 MAPPED IN LOGITECH MOUSE SETPOINT SOFTWARE)
bind "F9" "hand 1;echo << LEFT <<"
bind "F10" "hand 0;echo >> RIGHT >>"

// EQUIPMENT
bind "3" "dropammo medium;dropammo small;drophopper"
bind "4" "dropco2;say_team [[Dropping CO2]] $loc_here"
bind "5" "dropammo medium;dropammo small;say_team [[Dropping AMMO]] $loc_here"
bind "8" "dropflag"
bind "a" "empty_co2"
bind "MWHEELDOWN" "dropbarrel"
bind "MWHEELUP" "dropgun"

// MOVEMENT AND COMBAT
bind "SHIFT" "+moveup"
bind "x" "+movedown"
bind "z" "+back"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+forward"
bind "ALT" "+moveright"
bind "CTRL" "+moveleft"

// QUICKTURN 180 DEGREES
alias quickturn "set clmaxfps $cl_maxfps;set clyawspeed $cl_yawspeed;cl_yawspeed 18000;cl_maxfps 100;4waits;+left;4waits;4waits;-left;cl_maxfps $clmaxfps;cl_yawspeed $clyawspeed"

// AUTOHAND (STRAFE SWITCH ONLY)
alias +rhand_strafe "hand 0;+moveright"
alias -rhand_strafe "-moveright"
alias +lhand_strafe "hand 1;+moveleft"
alias -lhand_strafe "-moveleft"
alias toggle_hand_on "hand 2;-moveleft;-moveright;bind ALT +rhand_strafe; bind CTRL +lhand_strafe;bind MOUSE5 toggle_hand_off;set AutoHand ˆION;echo AutoHand $AutoHand;cvar_cat AutoHand  "
alias toggle_hand_off "hand 2;-moveleft;-moveright;bind ALT +moveright; bind CTRL +moveleft;bind MOUSE5 toggle_hand_on;set AutoHand ˆAOFF;echo AutoHand $AutoHand"
seta AutoHand "ˆAOFF"
bind "MOUSE5" "toggle_hand_on"

// DOUBLE JUMP
alias +dj "+moveup;4waits;-moveup;4waits;+moveup;4waits"
alias -dj "-moveup"
alias dj_on "bind shift +dj;bind F4 dj_off;set DoubleJump ˆION;echo DoubleJump $DoubleJump;cvar_cat DoubleJump  "
alias dj_off "bind shift +moveup;bind F4 dj_on;set DoubleJump ˆAOFF;echo Doublejump $DoubleJump"
seta DoubleJump "ˆAOFF"
bind "F4" dj_on

// SPECIAL STATUS
bind "F3" "echo                                           ˆc‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹;echo                                            ˆc‹ ˆ9AutoHand   $AutoHand ˆc‹;echo                                            ˆc‹ ˆ9DoubleJump $DoubleJump ˆc‹;echo                                            ˆc‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹‹"

// CHAT
bind "t" "messagemode"
bind "o" "messagemode2"
bind "w" "say_team FRONT"
bind "q" "say_team BACKDOOR"
bind "UPARROW" "say_team TOP"
bind "DOWNARROW" "say_team BOTTOM"
bind "LEFTARROW" "say_team LEFT"
bind "RIGHTARROW" "say_team RIGHT"
bind "DEL" "say_team ** ENEMY CAMPER **"
bind "INS" "say_team OUR BASE"
bind "PGUP" "say_team THEIR BASE"
bind "HOME" "say_team MIDDLE"
bind "=" "say_team ENEMY AT $loc_here"
bind "b" "say_team someone do backdoor with me"
bind "f" "say_team ENEMY CARRIER [ $loc_here ]"
bind "g" "say_team GO."
bind "k" "say_team acknowledged"
bind "n" "say_team no/negative"
bind "l" "say_team ENEMY *** LOW ON AMMO/AIR ***"
bind "BACKSPACE" "say_team GRABBING / CAPPING LEAVE ONE ALIVE!!!"

// MOUSE
seta sensitivity "3.1"
seta m_filter "0"
seta m_xp "1"

// MISCELLANEOUS (SETTINGS)
seta crosshair "7"
seta cl_hudscale "2"
seta cl_gun "0"
seta hand "2"
seta fov "110"
seta bob_style "0"
seta bob_pitch "0"
seta bob_roll "0"
seta bob_up "0"
seta run_roll "0"
seta run_pitch "0"
seta scr_conspeed "99999"
seta gender "spacepirate"

// SERVER
seta public "0"
seta ffire "0"
seta guntemp_inc "0"
seta flagcapendsround "0"
seta flagmustbeatbase "0"
seta grenadeffire "0"
seta gren_explodeonimpact "0"
seta deadtalk "1"
seta idle "300"

// SOUND
seta s_mixahead "0.06"
seta s_loadas8bit "1"

// VIDEO (INCREASE FPS)
seta gl_swapinterval "0"
seta gl_finish "0"

// VIDEO (BRIGHTNESS)
seta gl_lightmapgamma ".45"
seta gl_autobrightness "0"
seta gl_brightness "0"
seta vid_gamma ".7"
seta vid_lighten ".5"

// VIDEO (QUALITY)
seta gl_mode "20"
seta gl_highres_textures "1"
seta gl_dynamic "1"
seta splattime "6"
seta gl_stainmaps "1"
seta r_caustics "2"
seta r_anisotropy "16"
seta r_reflectivewater "2"
seta r_reflectivewater_max "2"

// NETWORK
seta rate "25000"

// CHECK TO MAKE SURE CONFIG IS NOT TOO LONG
echo >> Config loaded successfully <<
Title: Re: what does your config look like?
Post by: nightryder on October 29, 2007, 03:04:38 AM
how do you get a list like that and ill post
Title: Re: what does your config look like?
Post by: JpKool on October 29, 2007, 03:10:30 AM
LOL Fu**in rookie and his special binds eh turn 180 omg u noob lol
Title: Re: what does your config look like?
Post by: sk89q on October 29, 2007, 04:36:23 AM
Default/common functions removed.

Code: [Select]
bind "i" "say_team UPPER"
bind "j" "say_team LEFT"
bind "k" "say_team LOWER"
bind "l" "say_team RIGHT"
bind "b" "flagstatus"
bind "e" "nextspawn"
bind "p" "viewgib"
bind "F1" "echo ˆ'2:yes 3:boo 5:inbase 6:theycome 7:gogogo"
bind "F2" "say yes"
bind "F3" "say boo"
bind "F4" "say_team STAY ALIVE!"
bind "F5" "say_team WARNING, IN BASE"
bind "F6" "say_team THEY COME"
bind "F7" "say_team GO GO GO!"
bind "F8" "say_team WARNING: ENEMY ARMY COMING OUR WAY"
bind "F9" "cprint UNBALANCED!"
bind "F10" "ss"
bind "F11" "screenshot"
bind "F12" "login __REMOVED__"
bind "PAUSE" "quit"
alias regname "set name [kaf]ˆ]Outlawˆ7Sk337"
alias joinkaf "connect 12.215.255.37:27910"
alias kaf "connect 12.215.255.37:27910"
alias local "connect 172.0.0.1"
alias bred "botcommand all join red"
alias bblue "botcommand all join blue"
alias bpurp "botcommand all join purple"
alias byel "botcommand all join yellow"
alias brem "removebot all"
alias lowvol "set s_volume 0.145834"
alias normvol "s_volume 1"
alias addbot13 "addbot [bot]Fradkov;bind 4 addbot1"
alias addbot12 "addbot [bot]Gorbachev;bind 4 addbot13"
alias addbot11 "addbot [bot]Stepashin;bind 4 addbot12"
alias addbot10 "addbot [bot]Putin;bind 4 addbot11"
alias addbot9 "addbot [bot]Chernenko;bind 4 addbot10"
alias addbot8 "addbot [bot]Yeltsin;bind 4 addbot9"
alias addbot7 "addbot [bot]Andropov;bind 4 addbot8"
alias addbot6 "addbot [bot]Trotsky;bind 4 addbot7"
alias addbot5 "addbot [bot]Malenkov;bind 4 addbot6"
alias addbot4 "addbot [bot]Stalin;bind 4 addbot5"
alias addbot3 "addbot [bot]Brezhnev;bind 4 addbot4"
alias addbot2 "addbot [bot]Khrushchev;bind 4 addbot3"
alias addbot1 "addbot [bot]Lenin;bind 4 addbot2"
alias fn "menu setup_funname"
alias ss "exec ss.cfg"

Yeah... a lot of admin stuff.

And why not... ss.cfg for oogles:

Code: [Select]
set scr_centertime_old $scr_centertime
set scr_centertime 0
set cl_drawhud 0
set cl_gun_old $cl_gun
set cl_gun 0
set con_notifytime_old $con_notifytime
set con_notifytime 0

wait;wait;wait;wait;wait;wait;wait;wait;wait;wait

screenshot

wait;wait;wait;wait;wait;wait;wait;wait;wait;wait
wait;wait;wait;wait;wait;wait;wait;wait;wait;wait
wait;wait;wait;wait;wait;wait;wait;wait;wait;wait
wait;wait;wait;wait;wait;wait;wait;wait;wait;wait

set scr_centertime $scr_centertime_old
set cl_drawhud 1
set cl_gun $cl_gun_old
set con_notifytime $con_notifytime_old

unset $scr_centertime_old
unset $cl_gun_old
unset $con_notifytime_old
Title: Re: what does your config look like?
Post by: XtremeBain on October 29, 2007, 09:24:50 AM
How effective do you find the strafe hands?  I hate when I see people using them, and I like being able to manaully counter-aim keeping my current speed in mind.  I was there when Herron was making/tweaking his quickturn script, it's amazing.
If your mouse-wheel has left/right rocking maybe you should make a snapshot script.
Title: Re: what does your config look like?
Post by: Herron on October 29, 2007, 09:48:54 AM
nightryder, use the "code" button on the reply page (it's next to the typewriter)

bain, to be honest, i dont use the strafe hands thing.  i made it awhile ago because i saw someone else's on the forum and found it to be an interesting puzzle to overcome the problem it had where if you turned it on/off while holding down one of the strafe buttons you continued going in that direction until you typed -moveleft/right in the console.  i was unsuccessful... hence the effective, yet far from ideal, -moveleft;-moveright part of the script.

i used it for awhile on big maps where i was trying to shoot people in the air as they were moving across the map really fast (think shazam22/33, propaint, and crimethink), but it makes my aim worse in close quarters and on maps like castle1, pforest, etc.  eventually i realized it was just a crutch, so now i just use my rocking mousewheel for hand 2 and hand 1 when necessary, and bind mouse5 to whatever i'm currently working on atm (i.e., right now it's bound to quickturn, although a snap shot thing sounds pretty nifty... hmmm...)

i've had some people ask me on irc what the special status bind does, so here's a picture.  yes, i know it's useless, but it's kinda nice to make sure my dj script's not on during maps other than xbmap1 and whatever map it is in this picture since it screws me up when i play normal maps.
Title: Re: what does your config look like?
Post by: Zorchenhimer on October 29, 2007, 11:19:55 AM
Code: [Select]
exec "mine\bnds.cfg"
exec "mine\aliases.cfg"
exec "mine\setas.cfg"
exec "mine\FFdemo.cfg"
exec "mine\zoom.cfg"
seta gl_mode "19"
seta vid_fullscreen "1"
seta r_speeds 0
seta gl_showtris 0

alias test "vid_fullscreen 0;gl_mode 3"

:D
Title: Re: what does your config look like?
Post by: Spook on October 29, 2007, 04:35:44 PM
Code: [Select]
bind "TAB" "+scores"
bind "ENTER" "invuse"
bind "SPACE" "+moveup"
bind "'" "toggleconsole"
bind "0" "join y"
bind "1" "name ˆ0*ˆ4StaRzˆ0*ˆY†Spˆ4†ookˆY†y†"
bind "2" "name ˆY*ˆ5StaRzˆY*ˆ9ˆ9ˆ9Spooky"
bind "3" "drophopper"
bind "4" "dropco2"
bind "5" "dropammo"
bind "6" "join r"
bind "7" "join b"
bind "8" "join o"
bind "9" "join p"
bind "[" "invprev"
bind "]" "invnext"
bind "a" "+moveleft"
bind "b" "say_team -NO KILLS!-"
bind "c" "cl_maxfps 33"
bind "d" "+moveright"
bind "e" "tossgren timed"
bind "g" "viewgib"
bind "l" "sky pbsky1"
bind "m" "cl_maxfps .01"
bind "n" "noclip"
bind "p" "camera"
bind "q" "dropgren"
bind "r" "empty_co2"
bind "s" "+back"
bind "t" "messagemode"
bind "v" "say_team Go!"
bind "w" "+forward"
bind "x" "cl_maxfps 0"
bind "y" "messagemode2"
bind "z" "cl_maxfps 31"
bind "BACKSPACE" "disconnect"
bind "UPARROW" "+forward"
bind "DOWNARROW" "+back"
bind "LEFTARROW" "+moveleft"
bind "RIGHTARROW" "+moveright"
bind "ALT" "+strafe"
bind "CTRL" "+movedown"
bind "F1" "noclip"
bind "F9" "noclip"
bind "F12" "screenshot"
bind "KP_HOME" "join blue"
bind "KP_PGUP" "join purple"
bind "KP_5" "join observer"
bind "KP_END" "join red"
bind "KP_PGDN" "join yellow"
bind "KP_PLUS" "+demoff"
bind "MWHEELDOWN" "hand 1"
bind "MWHEELUP" "hand 3"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+tossgren"
bind "MOUSE3" "hand 2"
bind "MOUSE4" "dropgun"
bind "MOUSE5" "dropbarrel"
alias -demoff "set timedemo 0"
alias +demoff "set timedemo 1"
alias +hook "cmd hook"
alias -hook "cmd unhook"
seta r_displayrefresh "60"
seta menu_tempname "ˆY*ˆ5StaRzˆY*ˆ9ˆ9ˆ9Spooky"
seta menu_admin_map "midnight2"
seta elim "60"
seta bob_style "0"
seta gender_auto "1"
seta menu_server "70.85.9.178:27920"
seta menu_votemapmode "DM"
seta menu_admin_player "2"
seta menu_admin_tban_time "5"
seta ctfmode "0"
seta menu_mapname "dopjump"
seta ffire "0"
seta menu_savecfgfile "spook.cfg"
seta idle "65"
seta PaintGrens "2"
seta SmokeGrens "1"
seta flagcapendsround "0"
seta flagmustbeatbase "0"
seta chasecamonly "0"
seta autojoin "1"
seta sv_votemapenabled "0"
seta floodprotect "1"
seta deadtalk "1"
seta grenadeffire "0"
seta menuz_mapname "carpathian"
seta menuz_mapmode "CTF"
seta menu_ignore_player ""
seta menu_admin_login ""
seta menu_profile_name "SpookymaN-RockZ"
seta menu_profile_login "SpookymaN-RockZ"
seta menu_scores "0"
seta menu_loadcfgfile ""
seta menu_profile_autologin "1"
seta menu_profile_remember_pass "1"
seta cl_hudstyle "1"
seta menu_profile_file "spook"
seta cl_keyboard "qwerty"
seta in_joystick "0"
seta m_xp "1"
seta in_mouse "1"
seta m_filter "1"
seta cl_vwep "0"
seta gender "female"
seta fov "155"
seta msg "1"
seta rate "16000"
seta skin "male/pb2b"
seta name "ˆY*ˆ5StaRzˆY*ˆ9ˆ9ˆ9Spooky"
seta password "password"
seta m_doubleclickspeed "200"
seta m_invert "0"
seta m_side "1"
seta m_forward "1"
seta m_pitch "0.022000"
seta sensitivity "11"
seta lookstrafe "0"
seta lookspring "0"
seta freelook "1"
seta cl_run "1"
seta cl_centerprintkills "1"
seta cl_language "english"
seta cl_timestamp "0"
seta cl_drawhud "1"
seta cl_drawpps "0"
seta cl_drawfps "1"
seta cl_sleep "1"
seta cl_cmdrate "60"
seta cl_locknetfps "0"
seta cl_maxfps "0"
seta cl_noskins "1"
seta cl_gun "0"
seta cl_stereo_separation "0.4"
seta cd_nocd "1"
seta viewsize "100"
seta menu_votemap "apocalypse24"
seta crosshair "3"
seta s_a3d "0"
seta s_primary "1"
seta s_mixahead "0.2"
seta s_loadas8bit "0"
seta s_khz "48"
seta s_volume "0.908335"
seta r_oldmodels "0"
seta r_reflectivewater_max "0"
seta r_reflectivewater "0"
seta r_caustics "0"
seta gl_3dlabs_broken "1"
seta vid_gamma_hw "0"
seta gl_motionblur "0"
seta gl_stainmaps "0"
seta gl_screenshot_jpeg_quality "85"
seta gl_screenshot_jpeg "1"
seta gl_ext_texture_compression "1"
seta gl_ext_compiled_vertex_array "1"
seta gl_ext_pointparameters "1"
seta gl_ext_multitexture "1"
seta gl_vertex_arrays "0"
seta gl_texturesolidmode "default"
seta gl_texturealphamode "default"
seta gl_texturemode "gl_linear_mipmap_nearest"
seta gl_finish "0"
seta gl_picmip "0"
seta gl_shadows "0"
seta gl_mode "20"
seta cl_hudscale "1"
seta gl_free_unused_textures "1"
seta gl_hash_textures "1"
seta gl_textshadow "1"
seta gl_lightmapgamma ".45"
seta gl_autobrightness ".8"
seta gl_brightness "1"
seta gl_overbright "1"
seta gl_anisotropy "4"
seta gl_lightmap_saturation "0"
seta gl_highres_textures "1"
seta gl_texture_saturation "1"
seta gl_particle_att_c "0.01"
seta gl_particle_att_b "0.0"
seta gl_particle_att_a "0.01"
seta gl_particle_size "40"
seta gl_particle_max_size "40"
seta gl_particle_min_size "2"
seta gl_allow_software "0"
seta hand "2"
seta gl_arb_fragment_program "1"
seta gl_sgis_generate_mipmap "0"
seta gl_debug "0"
seta gl_swapinterval "0"
seta gl_driver "opengl32"
seta cl_customkeyboard "0"
seta win_noaltenter "0"
seta win_noalttab "1"
seta gl_screenshot_applygamma "1"
seta vid_lighten "0"
seta vid_gamma "1"
seta vid_fullscreen "1"
seta vid_ypos "22"
seta vid_xpos "3"
seta vid_ref "pbgl"
seta con_notifytime "1"
seta sv_reconnect_limit "3"
seta allow_download_maps "1"
seta allow_download_sounds "0"
seta allow_download_models "0"
seta allow_download_players "0"
seta allow_download "1"
seta hostname "Spook"
seta timelimit "20"
seta fraglimit "50"
seta splattime "4"

straight from my txt file :P
Title: Re: what does your config look like?
Post by: ViciouZ on October 29, 2007, 09:08:52 PM
LOL Fu**in rookie and his special binds eh turn 180 omg u noob lol
Thanks for that wonderfully inappropriate and misdirected comment.

Mine is just a bunch of pretty much stock binds with some recon thrown in.
Title: Re: what does your config look like?
Post by: Jolly on November 04, 2007, 06:47:57 PM
man u guys got some pretty detailed configs,
 
ViciouZ: Mine is just a bunch of pretty much stock binds with some recon thrown in.

^^ same here, maybe i should try some new stuff?
Title: Re: what does your config look like?
Post by: StrongSide on November 06, 2007, 08:01:56 AM
It's all just personal preference.
Title: Re: what does your config look like?
Post by: blaa on November 06, 2007, 08:07:35 AM
Code: [Select]
bind "TAB" "+scores"
bind "ENTER" "invuse"
bind "'" "toggleconsole"
bind "0" "nextspawn"
bind "1" "say_team RECON"
bind "3" "drophopper"
bind "4" "tworone"
bind "5" "www.clan-qehs.co.uk"
bind "6" "dropgren"
bind "8" "dropflag"
bind "9" "alive"
bind "c" "say_team OURS"
bind "h" "xD"
bind "j" "I love it when a plan comes together"
bind "k" "invnext"
bind "l" "invprev"
bind "m" "say_team $loc_here"
bind "n" "SHOOT HIM"
bind "p" "camera"
bind "q" "say_team LEFT"
bind "t" "messagemode"
bind "v" "say_team THEIRS"
bind "w" "say_team RIGHT"
bind "x" "say_team INC BD"
bind "y" "messagemode2"
bind "z" "say_team INC MAIN"
bind "UPARROW" "+forward"
bind "DOWNARROW" "+back"
bind "LEFTARROW" "+moveleft"
bind "RIGHTARROW" "+moveright"
bind "ALT" "+strafe"
bind "SHIFT" "+speed"
bind "F1" "+scores"
bind "F9" "noclip"
bind "F12" "screenshot"
bind "INS" "say_team HIGH"
bind "DEL" "say_team LOW"
bind "END" "say_team GoGoGo"
bind "KP_HOME" "join blue"
bind "KP_PGUP" "fov 115"
bind "KP_LEFTARROW" "empty_co2"
bind "KP_5" "join observer"
bind "KP_END" "say_team No Killz"
bind "KP_DOWNARROW" "dropgun"
bind "KP_PGDN" "join yellow"
bind "KP_ENTER" "dropbarrel"
bind "KP_INS" "tossgren"
bind "KP_DEL" "fov 45"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+moveup"
bind "MOUSE3" "+movedown"
seta ffire ""
seta menu_mapname "myriver_b3"
seta ctfmode "1"
seta password "dave"
seta timelimit "12211"
seta fraglimit "50"
seta menu_admin_tban_time "5"
seta menu_admin_player "9"
seta menu_scores ""
seta splattime "4"
seta hostname "Paintball 2.0 (build 18)"
seta allow_download "1"
seta allow_download_players "1"
seta allow_download_models "1"
seta allow_download_sounds "0"
seta allow_download_maps "1"
seta sv_reconnect_limit "3"
seta con_notifytime "3"
seta vid_ref "pbgl"
seta vid_xpos "103"
seta vid_ypos "37"
seta vid_fullscreen "0"
seta vid_gamma "1"
seta vid_lighten "0"
seta gl_screenshot_applygamma "1"
seta win_noalttab "0"
seta win_noaltenter "0"
seta cl_customkeyboard "0"
seta gl_driver "opengl32"
seta gl_swapinterval "0"
seta gl_debug "0"
seta gl_sgis_generate_mipmap "0"
seta gl_arb_fragment_program "1"
seta hand "0"
seta gl_allow_software "0"
seta gl_particle_min_size "2"
seta gl_particle_max_size "40"
seta gl_particle_size "40"
seta gl_particle_att_a "0.01"
seta gl_particle_att_b "0.0"
seta gl_particle_att_c "0.01"
seta gl_texture_saturation "1"
seta gl_highres_textures "1"
seta gl_lightmap_saturation "1"
seta gl_anisotropy "2"
seta gl_overbright "1"
seta gl_brightness "0"
seta gl_autobrightness "1"
seta gl_lightmapgamma ".6"
seta gl_textshadow "1"
seta gl_hash_textures "1"
seta gl_free_unused_textures "1"
seta cl_hudscale "2"
seta gl_mode "6"
seta gl_shadows "0"
seta gl_finish "0"
seta gl_texturemode "GL_LINEAR_MIPMAP_LINEAR"
seta gl_texturealphamode "default"
seta gl_texturesolidmode "default"
seta gl_vertex_arrays "0"
seta gl_ext_multitexture "1"
seta gl_ext_pointparameters "1"
seta gl_ext_compiled_vertex_array "1"
seta gl_ext_texture_compression "0"
seta gl_screenshot_jpeg "1"
seta gl_screenshot_jpeg_quality "85"
seta gl_stainmaps "1"
seta gl_motionblur "0"
seta vid_gamma_hw "0"
seta gl_3dlabs_broken "1"
seta r_caustics "2"
seta r_reflectivewater "0"
seta r_reflectivewater_max "2"
seta r_oldmodels "1"
seta s_volume "0.083334"
seta s_khz "44"
seta s_loadas8bit "0"
seta s_mixahead "0.2"
seta s_primary "0"
seta s_a3d "0"
seta crosshair "1"
seta viewsize "100"
seta cd_nocd "1"
seta cl_stereo_separation "0.4"
seta cl_noskins "0"
seta cl_maxfps "85"
seta cl_locknetfps "0"
seta cl_cmdrate "60"
seta cl_sleep "0"
seta cl_drawfps "1"
seta cl_drawpps "1"
seta cl_drawhud "1"
seta cl_timestamp "0"
seta cl_language "english"
seta cl_centerprintkills "1"
seta cl_run "1"
seta freelook "1"
seta lookspring "0"
seta lookstrafe "0"
seta sensitivity "15"
seta m_pitch "0.022000"
seta m_forward "1"
seta m_side "1"
seta m_invert "0"
seta m_doubleclickspeed "200"
seta name "[q]blaa"
seta skin "male/pb2b"
seta rate "25000"
seta msg "0"
seta fov "115"
seta gender "male"
seta cl_vwep "1"
seta m_filter "0"
seta in_mouse "1"
seta m_xp "1"
seta in_joystick "0"
seta cl_keyboard "qwerty"
seta menu_profile_file "blaa"
seta cl_hudstyle "1"
seta menu_profile_remember_pass "1"
seta menu_profile_autologin "1"
seta menu_profile_name "blaa"
seta menu_profile_login "blaa"
seta menu_server "81.169.138.136:55555"
seta r_displayrefresh "0"
seta menu_tempname "[q]blaa"
seta bob_style "0"
seta elim "60"
seta menu_votemap "rome"
seta menu_votemapmode "CTF"
seta menu_demofile "mothaintercourser!!!!1_airtime.dm2"
Title: Re: what does your config look like?
Post by: Olbaid on November 06, 2007, 06:50:14 PM
People use the arrow keys for movement?
Title: Re: what does your config look like?
Post by: Zorchenhimer on November 06, 2007, 07:08:48 PM
People use the arrow keys for movement?

Left handed?
Title: Re: what does your config look like?
Post by: eradicator on November 06, 2007, 07:29:53 PM
bind "TAB" "+scores"
bind "ENTER" "invuse"
bind "SPACE" "+moveup"
bind "$" "cvar_inc hand 1 0 2"
bind "'" "toggleconsole"
bind "0" "nextspawn"
bind "1" "dropgun"
bind "2" "dropbarrel"
bind "3" "drophopper"
bind "4" "dropco2"
bind "5" "dropammo"
bind "6" "dropgren"
bind "8" "dropflag"
bind "9" "alive"
bind "<" "+lookdown"
bind ">" "+lookup"
bind "[" "invnext"
bind "]" "invprev"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "g" "tossgren"
bind "p" "camera"
bind "s" "+back"
bind "t" "messagemode"
bind "w" "+forward"
bind "y" "messagemode2"
bind "BACKSPACE" "dropgun"
bind "UPARROW" "+forward"
bind "DOWNARROW" "+back"
bind "LEFTARROW" "+moveleft"
bind "RIGHTARROW" "+moveright"
bind "ALT" "+strafe"
bind "CTRL" "+movedown"
bind "F1" "+scores"
bind "F10" "name [Elite]eradicator"
bind "F11" "name ˆJMˆ9iˆJˆJZ"
bind "HOME" "screenshot"
bind "KP_HOME" "join blue"
bind "KP_PGUP" "join purple"
bind "KP_5" "join observer"
bind "KP_END" "empty_co2"
bind "KP_PGDN" "join yellow"
bind "MWHEELDOWN" "dropgun"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+moveup"
bind "MOUSE3" "+tossgren"
bind "PAUSE" "noclip"
seta menu_loadcfgfile "default.cfg"
seta menu_admin_map "blitz"
seta menu_demofile "another.dm2"
seta menu_admin_tban_time "5"
seta menu_admin_player "2"
seta menu_scores "6"
seta m_side "2"
seta m_forward "2"
seta cl_noskins "0"
seta splattime "4"
seta hostname "Psk server"
seta allow_download "1"
seta allow_download_players "1"
seta allow_download_models "1"
seta allow_download_sounds "1"
seta allow_download_maps "1"
seta sv_reconnect_limit "3"
seta con_notifytime "6"
seta vid_ref "pbgl"
seta vid_xpos "131"
seta vid_ypos "14"
seta vid_fullscreen "0"
seta vid_gamma "1"
seta vid_lighten "0"
seta gl_screenshot_applygamma "1"
seta win_noalttab "0"
seta gl_driver "opengl32"
seta gl_swapinterval "0"
seta gl_debug "0"
seta gl_sgis_generate_mipmap "0"
seta gl_arb_fragment_program "1"
seta hand "0"
seta gl_allow_software "0"
seta gl_particle_min_size "2"
seta gl_particle_max_size "40"
seta gl_particle_size "40"
seta gl_particle_att_a "0.01"
seta gl_particle_att_b "0.0"
seta gl_particle_att_c "0.01"
seta gl_texture_saturation "1"
seta gl_highres_textures "1"
seta gl_lightmap_saturation "1"
seta gl_anisotropy "4"
seta gl_overbright "1"
seta gl_brightness "0"
seta gl_autobrightness ".8"
seta gl_lightmapgamma ".6"
seta gl_textshadow "1"
seta gl_hash_textures "1"
seta gl_free_unused_textures "1"
seta cl_hudscale "2"
seta gl_mode "4"
seta gl_shadows "0"
seta gl_finish "0"
seta gl_texturemode "GL_LINEAR_MIPMAP_LINEAR"
seta gl_texturealphamode "default"
seta gl_texturesolidmode "default"
seta gl_vertex_arrays "0"
seta gl_ext_multitexture "1"
seta gl_ext_pointparameters "1"
seta gl_ext_compiled_vertex_array "1"
seta gl_ext_texture_compression "0"
seta gl_screenshot_jpeg "1"
seta gl_screenshot_jpeg_quality "85"
seta gl_stainmaps "1"
seta gl_motionblur "0"
seta vid_gamma_hw "0"
seta gl_3dlabs_broken "1"
seta r_caustics "2"
seta r_reflectivewater "1"
seta r_reflectivewater_max "2"
seta r_oldmodels "0"
seta s_volume "0.520833"
seta s_khz "44"
seta s_loadas8bit "0"
seta s_mixahead "0.2"
seta s_primary "0"
seta s_a3d "0"
seta crosshair "1"
seta viewsize "100"
seta cd_nocd "1"
seta cl_stereo_separation "0.4"
seta cl_maxfps "0"
seta cl_locknetfps "0"
seta cl_cmdrate "60"
seta cl_sleep "1"
seta cl_drawfps "0"
seta cl_drawpps "0"
seta cl_timestamp "0"
seta cl_language "english"
seta cl_centerprintkills "1"
seta cl_run "1"
seta freelook "1"
seta lookspring "0"
seta lookstrafe "0"
seta sensitivity "10.250000"
seta m_pitch "0.022000"
seta m_invert "0"
seta m_doubleclickspeed "200"
seta name "ˆJMˆ9iˆJˆJZ"
seta skin "male/pb2r"
seta rate "16000"
seta msg "0"
seta fov "110"
seta gender "male"
seta gender_auto "1"
seta cl_vwep "1"
seta m_filter "0"
seta in_mouse "1"
seta m_xp "1"
seta in_joystick "0"
seta cl_hudstyle "1"
seta menu_server "69.93.11.66:27910"
seta fraglimit "50"
seta timelimit "25"
seta menu_votemap "nitefactor"
seta password "SPOON"
seta menu_votemapmode "------"
seta r_displayrefresh "200"
seta ctfmode "3"
seta menu_mapname "xbmap1"
seta elim "10"
seta ffire "0"
seta bob_style "0"
seta cl_drawhud "1"
seta menu_savecfgfile ""
seta menu_tempname "ˆJMˆ9iˆJˆJZ"
seta win_noaltenter "0"
seta cl_customkeyboard "0"
seta cl_keyboard "qwerty"
seta menu_profile_file "mizerakk"
seta menu_profile_remember_pass "1"
seta menu_profile_autologin "1"
seta menu_profile_name "MizeraKK"
seta menu_profile_login "MizeraKK"
seta sv_airaccelerate "0"
seta override_defaults ""
seta real_ball_flight "1"
seta bouncy "0"
seta bounceback "1.5"
seta ball_speed "2790"
seta ball_addplayerspeed "1"
seta ball_life "2"
seta slowballsbounce "1"
seta waterfriction "1"
seta gren_explodeonimpact "1"
seta gren_addplayerspeed "1"
seta pbgren_bursts "7"
seta pbgren_ballsperburst "10"
seta sv_gravity "800"
seta tripping "0"
seta autojoin "normal"
seta idle "65"
seta grenadeffire "1"
seta sv_votemapenabled "1"
seta flagmustbeatbase "1"
seta flagcapendsround "1"
seta chasecamonly "0"
seta SmokeGrens "8"
seta PaintGrens "10"
seta sv_minclientbuild "16"
seta floodprotect "1"
seta deadtalk "0"
Title: Re: what does your config look like?
Post by: SuperMAn on November 06, 2007, 08:03:10 PM
Code: [Select]
bind "TAB" "Sky arctic1"
bind "ENTER" "invuse"
bind "SPACE" "+moveup"
bind "'" "toggleconsole"
bind "0" "say_team !!-Go Go Go-!!"
bind "1" "dropgun"
bind "2" "dropbarrel"
bind "3" "drophopper"
bind "4" "dropco2"
bind "5" "dropammo small"
bind "6" "dropgren"
bind "8" "dropflag"
bind "9" "viewgib"
bind "[" "invprev"
bind "\" "wave 1"
bind "]" "invnext"
bind "a" "+moveleft"
bind "b" "cl_maxfps 0"
bind "d" "+moveright"
bind "e" "empty_co2"
bind "f" "+tossgren"
bind "g" "tossgren"
bind "k" "+demoff"
bind "l" "say_team $loc_here"
bind "n" "noclip"
bind "p" "camera"
bind "q" "say_team !!-No Kills-!!"
bind "s" "+back"
bind "t" "messagemode"
bind "w" "+forward"
bind "y" "messagemode2"
bind "z" "Zombie?"
bind "BACKSPACE" "dropgun"
bind "UPARROW" "say_team !!-High-!!"
bind "DOWNARROW" "say_team !!-Low-!!"
bind "LEFTARROW" "say_team !!-Incoming-!!"
bind "RIGHTARROW" "say_team !!-BEHIND YOU-!!"
bind "ALT" "+strafe"
bind "CTRL" "+movedown"
bind "SHIFT" "+speed"
bind "F1" "+scores"
bind "F9" "noclip"
bind "F12" "screenshot"
bind "END" "say_team !!-Mid-!!"
bind "KP_HOME" "join blue"
bind "KP_PGUP" "join purple"
bind "KP_5" "join observer"
bind "KP_END" "say_team BACKDOOR BACKDOOR"
bind "KP_PGDN" "join yellow"
bind "KP_PLUS" "+demoff"
bind "MWHEELDOWN" "hand 1"
bind "MWHEELUP" "hand 3"
bind "MOUSE1" "+attack"
bind "MOUSE3" "=)"
alias -demoff "set timedemo 0"
alias +demoff "set timedemo 1"
alias 72NEUO4A53SWVMHUN5J7 "M[M[BOCR66C6ZNJR2[Q0"
alias BNZ[6GHO90O94DQXHL6L "CCBP6P6N4M4VT9RTBD4D"
alias 4LBYXUZF1PTPT41HVALK "47VOW7RFPOOJNFIFTFXM"
alias -hook "cmd unhook"
alias +hook "cmd hook"
alias Z3Q4CI[TWC8AEDAJLJ7U "O4W1N9[X70LVC8[SS0H1"
alias 7C2MHFPAYITAUVQI6H23 "44QXL9E334KY155NUG4P"
seta maxclients "1"
seta menu_profile_login "ˆTóuperman"
seta menu_profile_name "ˆTóuperman"
seta menu_profile_autologin "1"
seta menu_profile_remember_pass "1"
seta menu_profile_file "Superman"
seta cl_keyboard "qwerty"
seta cl_customkeyboard "0"
seta win_noaltenter "1"
seta gl_picmip "0"
seta m_side "1"
seta m_forward "1"
seta cl_drawhud "1"
seta menu_admin_tban_time "5"
seta menu_admin_player "6"
seta menu_tempname "ˆ¥ˆªÓˆŠuˆªÐˆŠeˆªÒ͈ŠaˆªÎ"
seta menu_scores "18"
seta menu_server "70.85.9.178:27920"
seta r_displayrefresh "160"
seta cl_hudstyle "1"
seta in_joystick "0"
seta m_xp "1"
seta in_mouse "1"
seta m_filter "0"
seta cl_vwep "1"
seta gender_auto "1"
seta gender "male"
seta fov "117"
seta msg "0"
seta rate "16000"
seta skin "male/pb2r"
seta name "ˆ¥ˆªÓˆŠuˆªÐˆŠeˆªÒ͈ŠaˆªÎ"
seta m_doubleclickspeed "200"
seta m_invert "0"
seta m_pitch "0.022000"
seta sensitivity "6.2"
seta lookstrafe "1"
seta lookspring "0"
seta freelook "1"
seta cl_run "1"
seta cl_centerprintkills "1"
seta cl_language "english"
seta cl_timestamp "0"
seta cl_drawpps "1"
seta cl_drawfps "1"
seta cl_sleep "0"
seta cl_cmdrate "60"
seta cl_locknetfps "0"
seta cl_maxfps "0"
seta cl_noskins "1"
seta cl_stereo_separation "0.4"
seta cd_nocd "0"
seta viewsize "100"
seta crosshair "1"
seta s_a3d "0"
seta s_primary "0"
seta s_mixahead "0.2"
seta s_loadas8bit "0"
seta s_khz "22"
seta s_volume "0.333336"
seta r_oldmodels "1"
seta r_reflectivewater_max "2"
seta r_reflectivewater "0"
seta r_caustics "0"
seta gl_3dlabs_broken "1"
seta vid_gamma_hw "0"
seta gl_motionblur "0"
seta gl_stainmaps "1"
seta gl_screenshot_jpeg_quality "85"
seta gl_screenshot_jpeg "1"
seta gl_ext_texture_compression "0"
seta gl_ext_compiled_vertex_array "1"
seta gl_ext_pointparameters "1"
seta gl_ext_multitexture "1"
seta gl_vertex_arrays "0"
seta gl_texturesolidmode "default"
seta gl_texturealphamode "default"
seta gl_texturemode "GL_LINEAR_MIPMAP_LINEAR"
seta gl_finish "0"
seta gl_shadows "0"
seta gl_mode "6"
seta cl_hudscale "2"
seta gl_free_unused_textures "1"
seta gl_hash_textures "1"
seta gl_textshadow "1"
seta gl_lightmapgamma ".6"
seta gl_autobrightness ".8"
seta gl_brightness "0"
seta gl_overbright "1"
seta gl_anisotropy "1"
seta gl_lightmap_saturation "1"
seta gl_highres_textures "1"
seta gl_texture_saturation "1"
seta gl_particle_att_c "0.01"
seta gl_particle_att_b "0.0"
seta gl_particle_att_a "0.01"
seta gl_particle_size "40"
seta gl_particle_max_size "40"
seta gl_particle_min_size "2"
seta gl_allow_software "0"
seta hand "3"
seta gl_arb_fragment_program "1"
seta gl_sgis_generate_mipmap "0"
seta gl_debug "0"
seta gl_swapinterval "0"
seta gl_driver "opengl32"
seta win_noalttab "0"
seta gl_screenshot_applygamma "1"
seta vid_lighten "0"
seta vid_gamma "1.729165"
seta vid_fullscreen "1"
seta vid_ypos "-6"
seta vid_xpos "-6"
seta vid_ref "pbgl"
seta con_notifytime "3"
seta sv_reconnect_limit "3"
seta allow_download_maps "1"
seta allow_download_sounds "1"
seta allow_download_models "1"
seta allow_download_players "1"
seta allow_download "1"
seta hostname "d "
seta splattime "5"
seta menu_votemap "wa  airtime2"
seta menu_votemapmode "CTF"
seta menu_demofile "c1.dm2"
seta bob_style "0"
seta elim "60"
seta fraglimit "50"
seta timelimit "900"
seta password "gundogs"
seta ctfmode "DM"
seta menu_mapname "crimethink"
seta ffire "0"
seta menu_admin_map "neox_2_03"
seta autojoin "1"
seta idle "65"
seta grenadeffire "1"
seta sv_votemapenabled "1"
seta flagmustbeatbase "1"
seta flagcapendsround "1"
seta chasecamonly "1"
seta SmokeGrens "10"
seta PaintGrens "15"
seta sv_minclientbuild "14"
seta floodprotect "0"
seta deadtalk "1"
seta sv_airaccelerate "0"
seta sv_gravity "800"
seta tripping "0"
seta override_defaults "0"
seta ball_speed "2790"
seta ball_addplayerspeed "1"
seta ball_life "2"
seta slowballsbounce "1"
seta real_ball_flight "1"
seta bouncy "0"
seta gren_addplayerspeed "1"
seta pbgren_bursts "7"
seta pbgren_ballsperburst "10"
seta waterfriction "1"
seta bounceback "1.5"
seta gren_explodeonimpact "1"
seta menuz_mapname "midnight"
seta menuz_mapmode "CTF"
Title: Re: what does your config look like?
Post by: blaa on November 07, 2007, 12:53:44 AM
People use the arrow keys for movement?
atleast i have an excuse to suck
Title: Re: what does your config look like?
Post by: FlaMe on November 07, 2007, 07:04:27 AM
Than you guys dont wanna see mine... jump mouse2 . mwheel for gun hands, arrows to move. shift for nades, / for co2, ctrl for crouch. ' for barrels its a beautiful mess.
Title: Re: what does your config look like?
Post by: StrongSide on November 07, 2007, 12:05:02 PM
Which do you use too move baid?

I have a bunch of weird excrement in mine. Maybe ill post it another time when im at home.
Title: Re: what does your config look like?
Post by: Zorchenhimer on November 07, 2007, 01:15:03 PM
Which d oyou use too move baid?

Telekinesis.
Title: Re: what does your config look like?
Post by: jitspoe on November 08, 2007, 04:53:26 PM
Mine wouldn't make much sense since it's in dvorak.  Here's the basics in qwerty:

A = move left
S = move forward
D = move right
F = jump
C = move back
V = crouch toggle
W = crouch
G = grenade
E, R = reload
Z = drop flag
Q = team chat
T = chat
Space = drop gun
Left mouse = fire
Middle mouse = prime grenade
Right mouse = swap hands
Title: Re: what does your config look like?
Post by: coLa on November 08, 2007, 05:42:28 PM
why was my post deleted? rdfg are my movement keys.
Title: Re: what does your config look like?
Post by: Olbaid on November 08, 2007, 07:40:26 PM
bind "SPACE" "+movedown"
bind "0" "nextspawn"
bind "1" "dropgun"
bind "2" "empty_co2"
bind "3" "drophopper"
bind "4" "dropbarrel"
bind "5" "dropammo"
bind "8" "dropflag"
bind "9" "alive"
bind "[" "invprev"
bind "]" "invnext"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "e" "say_team No Kills!"
bind "f" "say_team GOGOGO!"
bind "g" "say_team Ready!"
bind "l" "say_team $loc_here"
bind "n" "noclip"
bind "p" "camera"
bind "q" "+tossgren"
bind "r" "say_team Set It Up!!"
bind "s" "+back"
bind "t" "messagemode"
bind "w" "+forward;hand 2"
bind "UPARROW" "say_team HIGH!!"
bind "DOWNARROW" "say_team LOW!!"
bind "LEFTARROW" "say_team LEFT!"
bind "RIGHTARROW" "say_team RIGHT!"
bind "SHIFT" "+a"
bind "MWHEELDOWN" "hand 1"
bind "MWHEELUP" "hand 0"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+moveup"
bind "MOUSE3" "hand 2"
bind "MOUSE5" "say_team $loc_here"
alias -demoff "set timedemo 0"
alias +demoff "set timedemo 1"
alias +a "fov 45"
alias -b "fov 110"
alias -a "fov 110"
seta cl_gun "0"

Title: Re: what does your config look like?
Post by: Jolly on November 11, 2007, 03:11:00 AM
I was there when Herron was making/tweaking his quickturn script, it's amazing.


how can i get this to work for me?
Title: Re: what does your config look like?
Post by: coLa on November 11, 2007, 03:41:16 AM
you practice so you can do it on your own like everyone else in the world, without the use of a script.
Title: Re: what does your config look like?
Post by: BuLLzEyE on November 11, 2007, 10:15:46 PM
How do I change my gun hand without having to toggle it, and how do I set up a double jump key?  :-\
Title: Re: what does your config look like?
Post by: coLa on November 11, 2007, 10:33:07 PM
bind <letter/number> <whatever you want to bind>

of course without the < >
Title: Re: what does your config look like?
Post by: BuLLzEyE on November 11, 2007, 10:49:38 PM
--_-- I know that. What I need to know is what goes in the < >
Title: Re: what does your config look like?
Post by: coLa on November 12, 2007, 12:08:05 AM
well how do you want to change your hands? with your movement keys? or certain keys to certain hands? need more information. and i dont have the exact double jump script handy, but if you do just bind <key> +dj
Title: Re: what does your config look like?
Post by: BuLLzEyE on November 12, 2007, 12:18:13 PM
certain keys to certain hands?

Yes.
Title: Re: what does your config look like?
Post by: sk89q on November 12, 2007, 01:00:19 PM
Scripts:
http://digitalpaint.therisenrealm.com/bindscripts
Title: Re: what does your config look like?
Post by: {appy Hamper on November 13, 2007, 01:38:27 AM
movement:  wasd

bind "mouse3" "jumper"
alias jumper "bind mouse2 +moveup;echo Mouse Jump;bind mouse3 njumper"
alias njumper "bind mouse3 jumper;bind mouse2 tossgren;bind SPACE +moveup;echo nader"
bind "SPACE" "+moveup"
bind "e" "empty_co2"

bind "f" "hand2"
alias hand0 "hand 0;echo R;bind f hand2l"
alias hand1 "hand 1;echo L;bind f hand2"
alias hand2 "hand 2;echo C;bind f hand0"
alias hand2l "hand 2;echo C;bind f hand1"

bind "k" "auto"
alias auto "bind mouse1 on;bind k semi;echo Automatic"
alias on "+attack;bind mouse1 off"
alias off "-attack;bind mouse1 on"
alias semi "bind mouse1 +attack;bind k auto;echo Semi-automatic"

bind "g" "adkill"
alias adkill "echo gibber;bind mouse1 viewgib;bind g noadkill"
alias noadkill "echo normal;bind mouse1 +attack;bind g adkill"

bind "l" "ms"
alias ms "bind a +msl;bind d +msr;echo MS;bind l ms2"
alias msl "hand 1 ;bind a +moveleft"
alias msr "hand 0 ;bind d +moveright"
alias noms "bind a +moveleft;bind d +moveright;echo MS off;bind l ms;bind mouse3 jumper"
alias -msr "-moveright"
alias +msr "hand 0;+moveright"
alias -msl "-moveleft"
alias +msl "hand 1;+moveleft"
alias ms2 "bind d +ms2r;bind a +ms2l;echo MS2;bind l ms2x"
alias +ms2r "hand 0;+moveright"
alias -ms2r "hand 2;-moveright"
alias +ms2l "hand 1;+moveleft"
alias -ms2l "hand 2;-moveleft"
alias ms2x "bind d +ms2rr;bind a +ms2rl;echo MS2X;bind l ms3"
alias +ms2rr "hand 1;+moveright"
alias -ms2rr "hand 2;-moveright"
alias +ms2rl "hand 0;+moveleft"
alias -ms2rl "hand 2;-moveleft"
alias ms3 "bind a +ms3l;bind d +ms3r;echo MS3;bind l noms;bind mouse3 ms3"
alias +ms3r "hand 0;+moveright;bind a +moveleft"
alias -ms3r "-moveright"
alias +ms3l "hand 1;+moveleft;bind d +moveright"
alias -ms3l "-moveleft"

bind "m" "exec menus.cfg"
bind "p" "wave 2"

bind "q" "+zoom"
alias +zoom "fov 25;sensitivity 4"
alias -zoom "fov 120;sensitivity 25"

bind "CTRL" "gren2"
alias gren1 "echo Impact ; bind CTRL gren2 ; bind mouse2 tossgren impact"
alias gren2 "echo Timed ; bind CTRL gren1 ; bind mouse2 tossgren timed"

bind "SHIFT" "crouch"
alias crouch "+movedown;bind shift uncrouch"
alias uncrouch "-movedown;bind shift crouch"

O, P and H are bound to my menus, and the rest is pretty standard.
Title: Re: what does your config look like?
Post by: {appy Hamper on November 13, 2007, 01:46:44 AM
2 questions:

bind "$" "cvar_inc hand 1 0 2"

can you bind shift-4 to something or do you have a separate $ key?
I noticed you have a bind on 4 as well.


alias 72NEUO4A53SWVMHUN5J7 "M[M[BOCR66C6ZNJR2[Q0"
alias BNZ[6GHO90O94DQXHL6L "CCBP6P6N4M4VT9RTBD4D"
alias 4LBYXUZF1PTPT41HVALK "47VOW7RFPOOJNFIFTFXM"
alias -hook "cmd unhook"
alias +hook "cmd hook"
alias Z3Q4CI[TWC8AEDAJLJ7U "O4W1N9[X70LVC8[SS0H1"
alias 7C2MHFPAYITAUVQI6H23 "44QXL9E334KY155NUG4P"

what's this?
Title: Re: what does your config look like?
Post by: KiLo on November 13, 2007, 01:53:34 AM
I think the 2nd part of that might be for q2 or q2 jumps.
Title: Re: what does your config look like?
Post by: Zorchenhimer on November 13, 2007, 01:10:52 PM
Mine wouldn't make much sense since it's in dvorak.

You have a dvorak keyboard?  Why?
Title: Re: what does your config look like?
Post by: Eiii on November 13, 2007, 03:56:54 PM
Because dvorak rocks. I can type a lot faster in dvorak than I ever could in qwerty.
Title: Re: what does your config look like?
Post by: XtremeBain on November 13, 2007, 04:38:27 PM
I think the 2nd part of that might be for q2 or q2 jumps.

Looks more like cheat detection or possibly anti-cheat detection aliases.
Title: Re: what does your config look like?
Post by: WarWulf on November 13, 2007, 05:57:00 PM
bind <key> +dostuff
Title: Re: what does your config look like?
Post by: jitspoe on November 13, 2007, 08:37:38 PM
You have a dvorak keyboard?  Why?
No, but I have the layout set to dvorak in windows.  What eiii said.
Title: Re: what does your config look like?
Post by: {appy Hamper on November 14, 2007, 09:03:26 PM
how can i get this to work for me?

...referring to the quickturn script from herron.  That one doesn't work for me either.  It just shows up as a message of "4 waits."  What's wrong herron/anyone who knows?
Title: Re: what does your config look like?
Post by: y00tz on November 14, 2007, 09:05:37 PM
Did you copy this part from his config?

Code: [Select]
// MISCELLANEOUS (ALIASES)
alias 4waits "wait;wait;wait;wait"
Title: Re: what does your config look like?
Post by: Eiii on November 14, 2007, 09:39:38 PM
Don't you mean...?
Code: [Select]
alias 10waits "wait;wait;wait;wait"
Title: Re: what does your config look like?
Post by: BuLLzEyE on November 14, 2007, 11:33:03 PM
Don't you mean...?
Code: [Select]
alias 10waits "wait;wait;wait;wait"
Yes. It still doesn't work.
Title: Re: what does your config look like?
Post by: y00tz on November 14, 2007, 11:42:53 PM
Did you do what I said, or did you follow Eiii's little joke?
Title: Re: what does your config look like?
Post by: Eiii on November 14, 2007, 11:46:15 PM
I do hope you didn't go along with my post, which was a joke referring to the first time this '10waits/4waits' came up.

I should have added a smiley face or something.
Title: Re: what does your config look like?
Post by: y00tz on November 14, 2007, 11:50:04 PM
:3 would have been sufficient.
Title: Re: what does your config look like?
Post by: Eiii on November 15, 2007, 12:36:51 AM
Can't do that. There's no default smiley (http://eri3ch.googlepages.com/3.gif) for that.
Title: Re: what does your config look like?
Post by: BuLLzEyE on November 15, 2007, 09:18:02 AM
--_-- I used y00tz.
Title: Re: what does your config look like?
Post by: SuperMAn on November 15, 2007, 12:05:39 PM
... No its not anti cheat detection or anything, its just always been in my config.  I have no idea what it does.

edit: woot 50th post... Thats like 10 a year =)

I guess it could be from back when you could connect to q2 jump servers through dp.
Title: Re: what does your config look like?
Post by: Herron on November 15, 2007, 05:54:54 PM

--_-- I used y00tz.

you used: alias 4waits "wait;wait;wait;wait" and it still says 4waits when you use quickturn?  doesn't make any sense to me why it would do that... i guess just make sure config.cfg isn't read-only
Title: Re: what does your config look like?
Post by: {appy Hamper on November 16, 2007, 11:20:27 AM
yeah, works now, but not well.  It's seems kinda random as to how far it turns.  Would that have a different tweaking between computers?
Title: Re: what does your config look like?
Post by: Zorchenhimer on November 16, 2007, 11:24:47 AM
Would that have a different tweaking between computers?

Yea.  In fact, I think it would be directly related to your frame rate.
Title: Re: what does your config look like?
Post by: JiGSaW on November 16, 2007, 11:57:52 AM
What's this "Quickturn" script?
Title: Re: what does your config look like?
Post by: BuLLzEyE on November 16, 2007, 05:21:41 PM
How do I set a specific button for the quickturn? (bind <key> < ? > )
Title: Re: what does your config look like?
Post by: DaRkNeSS on November 16, 2007, 05:24:49 PM
It's a useless script that automatically turns you 180 degrees.  It's basically a newb way to turn around automatically.
Title: Re: what does your config look like?
Post by: Herron on November 16, 2007, 07:52:18 PM
Yea.  In fact, I think it would be directly related to your frame rate.

zorch is right -- you have to consistently have over 100 fps for it to work properly every time
Title: Re: what does your config look like?
Post by: Homingbullet on December 05, 2007, 02:57:40 AM
hey guys I'm real new with all these scripts what do u guys suggest is best to use in gaming like for example the SS in one of these posts all the graphics look so good like u can definitely see people moving in game while in mine peps can be barely seen gainst the barrels i got a really good graphics/video card what can i do to make my vid quality better and anything that improves gaming please let me know