Originally posted by xxSilentxKiller
Alright, I trimmed down my mp file so it was less than 1kb. When I tried it out, everything was working except the binds. Any idea why?
set playlist "7"
set clanName "siCK"
set cg_laserForceOn "1"
set player_sustainAmmo "1"
set player_strafespeedscale "1"
set perk_weapRateMultiplier "0.000000001"
set perk_weapReloadMultiplier "0.000001"
set perk_extraBreath "60"
set cg_fov "250"
set aim_autoaim_enabled "1"
set aim_lockon_debug "1"
set aim_lockon_region_height "1000"
set aim_lockon_region_width "1000"
set g_compassshowenemies "1"
set aim_lockon_strength "0.99"
set aim_lockon_deflection "0.0005"
set cg_tracerchance "1"
set cg_tracerlength "5000"
set cg_tracerSpeed "750"
set cg_drawThroughWalls "1"
set cg_tracerwidth "4"
set cg_enemyNameFadeIn "0"
set cg_enemyNameFadeOut "1000"
bind BUTTON_START "give airstrike_mp"
bind BUTTON_RTRIG "give radar_mp"
bind BUTTON_BACK "noclip"
bind BUTTON_X "give all"
bind DPAD_UP "toggle jump_height 39 100 1000"
bind DPAD_DOWN "god"
bind DPAD_RIGHT "give helicopter_mp"
the binds arnt working because of something you have'nt changed in your CM file,
there should be a bit something along the lies of:
set gpad_buttonsConfig "buttons_default"
that needs to be changed to: set gpad_buttonsConfig "butt0ns_d3fault"
you will also need to put this code into your CM file if your binding UP on the Dpad: (as that turns on and off night vision goggles),
set nightVisionDisableEffects "1"