Forum

Retour à la section mQ3

clockEcrit par Poil [DOC] - Exemple CFG clock2010-06-29 20:57:19
superpoil.jpg // remove all previous binds
unbindall

// *********** BINDS ************

// misc
bind TAB "+scores"
bind + "sizeup"
bind - "sizedown"

bind ` "toggleconsole"
bind ~ "toggleconsole"

// movements
bind e "+forward"
bind d "+back"
bind f "+moveright"
bind s "+moveleft"

bind MOUSE2 "+moveup"
bind CTRL "+movedown"
bind SHIFT "+speed"

// fight binds
bind MOUSE1 "+attack"
bind MOUSE3 "+button2"
bind AUX1 "say ^7drop #w for #q; drop ammo weapon" // not yet working because of anti spam
bind AUX2 "drop flag"
bind w "say ^7item awailable : #k" // colors aren't set atm
bind SPACE "+zoom"

// weapons
// cmds : weapon, weaponlist x y z, weaponcir x y z
// weaponlist takes the first available from list
// weaponcir cycles through the list
bind q "weapon 1" // pummel
bind g "weapon 2" // mg
bind v "weapon 3" // ssg
bind b "weapon 4" // grenade
bind t "weaponlist 5 8" // rocket/plasma
bind r "weapon 6" // shaft
bind z "weapon 7" // rail
bind a "weapon 8" // plasma

// chat binds
bind y "messagemode"
bind u "messagemode2"

// various binds
bind F1 "vote yes"
bind F2 "vote no"
bind F5 "ready"
bind F11 "screenshot"
//bind w "give quad damage; give speed; give regeneration; give battle suit; give all"
//bind p "toggle cg_thirdperson"
//bind l "toggle cg_forcemodel mod 3; print cg_forcemodel"

// ********** CVARS **********

// misc
seta cl_consoleKeys "0xe9 0x7e 0x60" // otherwise SHIFT + ESC works too
seta voip "0"
seta cg_viewsize "98"
seta handicap "100"

// zoom settings
seta dev_cg_zoomsensitivityscale "0"
seta dev_cg_zoomtime "0"
seta cg_zoomfov "55"

// mouse settings
seta in_dgamouse "1"
seta cl_mouseAccel "0.8616"
seta sensitivity "2"
seta dev_cl_mouseAccelStyle "1"
seta dev_cl_mouseAccelOffsetY "0.4"
seta dev_cl_mouseAccelOffsetX "1.337"
seta m_filter "0"
seta m_side "0.25"
seta m_forward "0.25"
seta m_yaw "0.022"
seta m_pitch "0.03"

// perso
seta name "^1mon^3nom^2mob^bbom"
seta cg_predictItems "0"
seta cg_smoothClients "0"
seta dev_ch_crosshaircolor "ffee10fe"
seta color2 "a"
seta color1 "b"
seta com_blood "1"
seta com_maxfps "125"
seta cg_drawCrosshairNames "0"
seta cg_drawCrosshair "2"
seta cg_crosshairHealth "0"
seta cg_shadows "1"

seta cg_simpleItems "1"
seta cg_draw3dIcons "0"
seta cg_draw2D "1"
seta cg_gibs "1"
seta cg_fov "90"
seta dev_cg_drawspeed "2"
seta cg_drawFPS "1"
seta cg_drawTimer "1"
seta cg_drawRewards "1"
seta cg_drawAttacker "0"
seta cg_drawStatus "1"
seta cg_drawAmmoWarning "1"
seta cg_marks "0"
seta cg_brassTime "0"

seta dev_cg_lightningimpact "0"
seta dev_cg_muzzleflash "0"
seta dev_cg_damagekick "0"
seta dev_cg_damagesplash "0"
seta dev_cg_damagefall "0"
seta dev_ch_crosshairpulseitems "0"

seta ttycon_ansicolor "1"
seta com_ansiColor "1"

// gun settings
seta cg_drawgun "0"
seta cg_bobup "0.000"
seta cg_bobroll "0"
seta cg_bobpitch "0"
seta cg_runroll "0"
seta cg_runpitch "0"
seta cg_gunZ "0"
seta cg_gunY "0"
seta cg_gunX "0"
seta dev_cg_shotgunsmokepuff "0"
seta dev_cg_grenadecolor "a"

seta cg_railTrailTime "200"
seta r_railSegmentLength "32"
seta r_railCoreWidth "6"
seta r_railWidth "16"
seta cg_noProjectileTrail "1"
seta cg_oldPlasma "1"
seta cg_oldRocket "1"
seta cg_oldRail "1"
seta cg_trueLightning "0.2"

//seta dev_cg_autoswitchorder "3 2 4 8 5 6 7"
seta dev_cg_noammoswitch "0"
seta cg_autoswitch "0"

// model settings
seta dev_cg_deadbodydarken "2"
seta dev_cg_enemymodel "keel/pm"
seta dev_cg_teammodel "visor/pm"
seta dev_cg_teamcolors "rst"
seta dev_cg_enemycolors "iii"
seta dev_cg_forcecolor "1"
seta headmodel "razor/pm"
seta model "razor/pm"
seta modelcolor "Dse"

// renderer
seta r_mode "3"
seta r_textureMode "GL_LINEAR_MIPMAP_LINEAR"
seta r_picmip "1"
seta r_gamma "1.4"
seta r_fastsky "1"
seta r_flares "0"
seta r_stereoEnabled "0"

// console settings
seta cl_conXOffset "10"
seta dev_con_notifylines "6"
seta dev_con_fraction "1.0"
seta dev_con_bordercolor "ffff00ff"
seta dev_con_backgroundcolor "ffaaaabb"
seta con_conspeed "-1"
seta con_notifytime "10"

// sound settings
seta s_useOpenAL "0"
seta s_muteWhenMinimized "0"
seta s_doppler "0"
seta s_musicvolume "0"
seta s_volume "0.8"

// network
seta snaps "125"
seta rate "25000"
seta cl_maxpackets "125"
seta cg_lagometer "0"
seta g_synchronousClients "0"
Is it a Bird? Is it a Plane?
No, it's Super Poil !!!
Développé par Poil - Graphismes de DarkDaV - Icônes sous licence Creative Commons (famfam, nuovo ...)
Durée de génération : 1.4014029502869 secondes