djcev.com

//

Git Repos / dotfiles / q1 / cev.cfg

Last update to this file was on 2024-01-02 at 05:12.

Show cev.cfg

// movement
unbind "i"; bind "i" "+forward"
unbind "j"; bind "j" "+moveleft"
unbind "k"; bind "k" "+back"
unbind "l"; bind "l" "+moveright"
unbind "h"; bind "h" "+jump"
unbind "g"; bind "g" "+movedown"
// impulses & weapons
unbind "1"; bind 1 "impulse 1" AXE
unbind "2"; bind 2 "impulse 2" SG
unbind "3"; bind 3 "impulse 3" SSG
unbind "4"; bind 4 "impulse 4" NG
unbind "o"; bind "o" "impulse 4" NG
unbind "5"; bind 5 "impulse 5" SNG
unbind "p"; bind "p" "impulse 5" SNG
unbind "6"; bind 6 "impulse 6" GL
unbind ";"; bind ";" "impulse 6" GL
unbind "7"; bind 7 "impulse 7" RL
unbind "8"; bind 8 "impulse 8" LG
unbind "u"; bind "u" "impulse 8" LG
// misc
unbind "t"; bind "t" "messagemode"
unbind "~"; bind "~" "toggleconsole"
// function keys
unbind F1; bind "F1" "help"
unbind F2; bind "F2" "menu_save"
unbind F3; bind "F3" "menu_load"
unbind F4; bind "F4" "menu_options"
unbind F5; bind "F5" "echo Quicksaving...; wait; save quick"
unbind F6
unbind F7; bind "F7" "menu_multiplayer"
unbind F8
unbind F9; bind "F9" "echo Quickloading...; wait; load quick"
unbind F10
unbind F11; bind "F11" "zoom_in"
unbind F12; bind "F12" "screenshot"
// meeses
unbind MOUSE1; bind MOUSE1 "+attack"
unbind MOUSE2; bind MOUSE2 "impulse 7"
unbind MOUSE3; bind MOUSE3 "impulse 3"
unbind MOUSE4; bind MOUSE4 "impulse 3"
unbind MWHEELUP; bind MWHEELUP "impulse 2"
unbind MWHEELDOWN; bind MWHEELDOWN "impulse 1"

// stop moving and/or shaking the screen
cl_bob "0"
cl_rollangle "0"
cl_rollspeed "250"
v_gunkick "0"
v_kickpitch "0"
v_kickroll "0"
v_kicktime "0"

// misc
cl_mousemenu "0"
crosshair "1"
joy_enable "0"

//
gl_cshiftpercent "0"
gl_texturemode GL_NEAREST_MIPMAP_LINEAR

// FOV for 4:3 gameplay
fov "96"

Return to the top of this page or return to the overview of this repo.

Log cev.cfg

Date Commit Message Author + -
2024-01-02 Change from FreeBSD to Linux, other minor changes cev +2 -2
2023-04-15 jgmenu.csv, misc. small changes cev +48 -40
2022-09-10 New (prelim) Q1 config + a number of minor changes cev +57  

Return to the top of this page or return to the overview of this repo.