Skip to content

Instantly share code, notes, and snippets.

@g-r-a-v-e-l-y
Created February 22, 2012 16:02
Show Gist options
  • Save g-r-a-v-e-l-y/1885696 to your computer and use it in GitHub Desktop.
Save g-r-a-v-e-l-y/1885696 to your computer and use it in GitHub Desktop.
An ioquake3 config for a 13-inch, Mid 2011 MacBook Air
// _ ______ _ __ __ ____ _ _ _
// / |___ ( | ) | \/ | __ _ ___| __ ) ___ ___ | | __ / \ (_)_ __
// | | |_ \V V | |\/| |/ _` |/ __| _ \ / _ \ / _ \| |/ / / _ \ | | '__|
// | |___) | | | | | (_| | (__| |_) | (_) | (_) | < / ___ \| | |
// |_|____/ |_| |_|\__,_|\___|____/ \___/ \___/|_|\_\ /_/ \_\_|_|
// _ _ _____
// (_) ___ __ _ _ _ __ _| | _____|___ /
// | |/ _ \ / _` | | | |/ _` | |/ / _ \ |_ \
// | | (_) | (_| | |_| | (_| | < __/___) |
// |_|\___/ \__, |\__,_|\__,_|_|\_\___|____/
// |_|
// _ __
// __ _ _ _| |_ ___ _____ _____ ___ ___ / _| __ _
// / _` | | | | __/ _ \ / _ \ \/ / _ \/ __| / __| |_ / _` |
// | (_| | |_| | || (_) | __/> < __/ (__ | (__| _| (_| |
// \__,_|\__,_|\__\___/ \___/_/\_\___|\___(_)___|_| \__, |
// |___/
// grant@grantstavely.com, 2/22/2012
// ~/Library/Application Support/Quake3/baseq3/autoexec.cfg
// binds
unbindall
bind TAB "+scores"
bind ENTER "+button2"
bind ESCAPE "togglemenu"
bind SPACE "+zoom"
bind + "sizeup"
bind - "sizedown"
bind / "weapnext"
bind 0 "weapon 10"
bind 1 "weapon 1"
bind 2 "weapon 2"
bind q "weapon 2"
bind 3 "weapon 4"
bind 4 "weapon 4"
bind 5 "+button3"
bind 6 "weapon 6"
bind 7 "weapon 7"
bind 8 "weapon 8"
bind 9 "weapon 9"
bind = "sizeup"
bind [ "weapprev"
bind \ "+mlook"
bind ] "weapnext"
bind _ "sizedown"
bind ` "toggleconsole"
bind c "+movedown"
bind d "+back"
bind e "+forward"
bind f "weapon 8"
bind r "+moveright"
bind s "weapon 6"
bind t "messagemode"
bind w "+moveleft"
bind k "kill"
bind ~ "toggleconsole"
bind COMMAND "+movedown"
bind PAUSE "pause"
bind LEFTARROW "+left"
bind RIGHTARROW "+right"
bind ALT "+strafe"
bind CTRL "+attack"
bind SHIFT "+speed"
bind DEL "+lookdown"
bind PGDN "+lookup"
bind END "centerview"
bind F1 "vote yes"
bind F2 "vote no"
bind F3 "ui_teamorders"
bind F11 "screenshot"
bind MOUSE1 "+attack"
bind MOUSE2 "+moveup"
bind MOUSE3 "weapon 3"
bind MWHEELDOWN "weapon 7"
bind MWHEELUP "weapon 5"
//me
// nyan
seta name "^1.^2.^3*^4*^5=^6[^6,^7_^6,^6]^5:^03"
seta model “tankjr”
seta headmodel “tankjr”
seta team_model “tankjr”
seta team_headmodel “tankjr”
// mouse
seta in_disablemacosxmouseaccel "1"
seta sensitivity “5.5”
seta cl_mouseAccel “0”
// server
seta g_redTeam “Rudy’s”
seta g_blueTeam “Theo’s”
// Hud + Display Options
seta cg_fov "110"
seta cg_drawTimer "1"
seta cg_drawTeamOverlay "1"
seta cg_centertime "1"
seta cg_oldPlasma "1"
seta cg_oldRocket "1"
seta cg_oldRail "1"
seta cg_scorePlums "1"
seta cg_drawFriend "1"
seta cg_drawStatus "1"
seta cg_drawfps "1"
seta cg_drawRewards "1"
seta cg_drawAttacker "1"
seta cg_drawCrosshair "5"
seta cg_drawCrosshairNames "1"
seta cg_drawAmmoWarning "1"
seta cg_lagometer "1"
seta cg_crosshairHealth "1"
seta cg_crosshairSize "12"
seta cg_shadows "1"
seta cg_autoswitch "0"
seta cg_marks "1"
seta cg_gibs "1"
seta cg_gun "1"
seta cg_brasstime "2000"
seta cg_trueLightning "0.6"
seta cg_shotgunSmoke "1"
seta cg_grenadeTrail "1"
seta cg_railtrailtime "800"
seta cg_stereoSeparation "0.5"
seta lagometer "1"
seta com_maxfps "60"
seta com_blood “1”
// macbook air
seta r_fullscreen “1”
seta r_mode “-1”
seta r_customwidth “1440"
seta r_customheight “900”
seta r_customaspect “1”
// rendering
seta r_inGameVideo “0”
seta r_texturebits “32”
seta r_colorbits “32”
seta r_depthbits “32”
seta r_vertexLight “1”
//sound
seta s_musicvolume “0”
seta s_doppler “0”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment