//--------------------------------------------------------------------------------------- //b3nt's Quake III Configurations, Binds & Settings //--------------------------------------------------------------------------------------- //Mario Cifaldi //b3nt@overdrivepc.com //http://www.overdrivepc.com //"Game Boxes for Gamers, by Gamers!" //--------------------------------------------------------------------------------------- //Demo Recording Scripts & Initial Settings //--------------------------------------------------------------------------------------- set g_synchronousClients "0" bind f11 "g_synchronousClients 1;record;g_synchronousClients 0;echo ^2recording..." bind f12 "stoprecord;g_synchronousClients 0;echo ^1recording stopped..." //--------------------------------------------------------------------------------------- //Weapon Binds & Initial Settings //--------------------------------------------------------------------------------------- set cg_autoswitch "0" bind kp_leftarrow "weapon 1;cg_drawgun 0" bind mwheelup "weapon 2;cg_drawgun 0" bind mwheeldown "weapon 3;cg_drawgun 0" bind kp_plus "weapon 4;cg_drawgun 0" bind f3 "weapon 5;cg_drawgun 0" bind kp_rightarrow "weapon 6;cg_drawgun 1" bind kp_pgdn "weapon 7;cg_drawgun 0" bind kp_enter "weapon 8;cg_drawgun 0" bind kp_slash "weapon 9;kill;echo got what you deserved!" //--------------------------------------------------------------------------------------- //Display Settings //--------------------------------------------------------------------------------------- set cg_altLightning "1" set m_filter "1" set cg_trueLightning "1" set cg_lagometer "0" set cg_drawRewards "0" set cg_drawAttacker "0" set cg_drawAmmoWarning "0" set cg_drawTimer "1" set cg_drawfps "0" set cg_railTrailTime "1500" set cg_drawStatus "1" set cg_draw2D "1" set cg_oldPlasma "1" set cg_oldRocket "0" set cg_oldRail "1" set cg_noProjectileTrail "1" set cg_drawgun "0" set cl_noprint "0" set cg_shadows "0" set cg_gibs "0" set cl_avidemo "0" set cg_draw2d "1" set r_dynamiclight "0" set cg_fov "115" set com_maxfps "125" set com_blood "0" set cg_marks "0" set cg_brassTime "0" set r_displayrefresh "120" set r_fullscreen "1" set r_detailtextures "1" set r_ext_compressed_textures "1" set r_ext_compress_textures "1" set r_texturebits "32" set r_depthbits "24" set r_picmip "0" set r_vertexLight "0" set r_mapoverbrightbits "2.125" set r_overbrightbits "2.125" set r_picmip "0" set r_gamma "1.5" set r_fastsky "0" set r_mode "4" //--------------------------------------------------------------------------------------- //Audio Settings //--------------------------------------------------------------------------------------- set s_volume "1" set s_mixahead ".2" set com_soundmegs "24" //--------------------------------------------------------------------------------------- //Mouse Settings //--------------------------------------------------------------------------------------- set sensitivity "10" set cl_mouseAccel "0" set in_mouse "-1" //--------------------------------------------------------------------------------------- //Network Settings //--------------------------------------------------------------------------------------- set cl_packetdup "1" set snaps "60" set cl_maxpackets "60" set rate "25000" set cg_nopredict "0" set cg_smoothclients "1" set cl_timeNudge "0" set com_hunkmegs "128" set com_zonemegs "24" //--------------------------------------------------------------------------------------- //Movement Keys & Settings //--------------------------------------------------------------------------------------- set cg_bobroll "0" set cg_bobpitch "0" set cg_bobup "0" set cg_runroll "0" set cg_runpitch "0" bind KP_INS "+back" bind KP_DEL "+moveright" bind KP_END "+moveleft" bind KP_DOWNARROW "+forward" //--------------------------------------------------------------------------------------- //Default Physics Settings //--------------------------------------------------------------------------------------- set g_gravity "800" set g_speed "320" set g_knockback "1000" set pmove_fixed "1" set pmove_msec "8" set cl_run "1" //--------------------------------------------------------------------------------------- //Model Settings //--------------------------------------------------------------------------------------- set cg_forceModel "1" set cg_forceEnemyModel "1" set model "bones/default" //--------------------------------------------------------------------------------------- //Crosshairs & Settings //--------------------------------------------------------------------------------------- set cg_drawcrosshair "1" set cg_crosshairSize "24" set cg_crosshairX "0" set cg_crosshairY "0"