Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;;;;;;;;;;;;;;;;;;
- ;;m00kz init.txt;;
- ;;;;;;;;;;;;;;;;;;
- ;BINDING SYNTAX
- ;unbind [DEVICE] [INPUT]
- ;bind [DEVICE] [INPUT] [OUTPUT]
- ;DEVICES: keyboard mouse mouseaxis (controllers?)
- ;INPUTS: These are displayed in the stock CE controls UI. I.E. "BUTTON 4" or "WHEEL -"
- ;OUTPUTS:
- ; MOVEMENT forward backward left right look_right look_left look_up look_down
- ; COMBAT fire throw_grenade switch_weapon switch_grenade reload melee exchange_weapon
- ; ACTIONS jump crouch flashlight zoom action
- ; MISC accept back showscores say sayteam sayvehicle
- ; (UNLISTED???) screenshot
- ;;UNBINDS;;
- unbind "keyboard" "E"
- unbind "keyboard" "F"
- unbind "keyboard" "G"
- unbind "keyboard" "H"
- ;unbind "keyboard" "Q" ;flashlight is fine
- unbind "keyboard" "R"
- unbind "keyboard" "T"
- unbind "keyboard" "X"
- unbind "keyboard" "Y"
- unbind "keyboard" "Z"
- unbind "keyboard" "TAB"
- unbind "keyboard" "LEFT CONTROL"
- unbind "mouse" "LEFT BUTTON"
- unbind "mouse" "RIGHT BUTTON"
- unbind "mouse" "MIDDLE BUTTON"
- unbind "mouse" "BUTTON 4"
- unbind "mouse" "BUTTON 5"
- unbind "mouseaxis" "WHEEL -"
- unbind "mouseaxis" "WHEEL +"
- ;;BINDS;;
- bind "keyboard" "LEFT ALT" "crouch"
- bind "keyboard" "F" "action"
- bind "keyboard" "TAB" "showscores"
- bind "mouse" "LEFT BUTTON" "fire"
- bind "mouse" "RIGHT BUTTON" "zoom"
- bind "mouse" "MIDDLE BUTTON" "throw_grenade"
- bind "mouse" "BUTTON 4" "reload"
- bind "mouse" "BUTTON 5" "melee"
- bind "mouseaxis" "WHEEL -" "switch_grenade"
- bind "mouseaxis" "WHEEL +" "switch_weapon"
- ;;LOAD MAP;;
- map_name levels\test\firingrange\firingrange
- ;map_name levels\test\tutorial\tutorial
- ;;settings;;
- mouse_acceleration 0
- rasterizer_framerate_stabilization 0
- rasterizer_framerate_throttle 0
- rasterizer_refresh_rate 0
- ;rasterizer_stats 1
- ;rasterizer_wireframe 1
- render_model_markers 0
- render_model_no_geometry 0
- sound_set_master_gain 0.25
- ;;debug;;
- show_hud 0
- debug_damage 1
- debug_objects 1
- debug_objects_root_node 0
- debug_objects_collision_models 1
- debug_objects_biped_autoaim_pills 1
- ;hud_show_crosshair 0 ;doesn't work
- temporary_hud 1
- ;;cheats;;
- cheat_infinite_ammo 1
- cheat_bottomless_clip 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement