mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 15:21:54 +00:00
1d385ec5bf
- added +attack2 - fade blink reworked - onos charge reworked git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@348 67975925-1194-0748-b3d5-c16f83f1a3a1
44 lines
No EOL
1.3 KiB
INI
44 lines
No EOL
1.3 KiB
INI
// Cheat codes
|
|
//name "Flayra"
|
|
sv_cheats 1
|
|
bigdig
|
|
lowcost
|
|
mp_tournamentmode 1
|
|
mp_drawinvisibleentities 1
|
|
//highdamage
|
|
bind "l" "selectall"
|
|
bind "h" "sv_restart;wait;wait;wait;numents"
|
|
bind "j" "numents"
|
|
bind "F1" "jointeamone"
|
|
bind "F2" "jointeamtwo"
|
|
bind "F3" "addbot"
|
|
bind "F9" "givepoints"
|
|
bind "F10" "spawnhive"
|
|
bind "F11" "killhive"
|
|
bind "q" "switch"
|
|
|
|
// Camera controls
|
|
bind "MOUSE3" "camtoggle"
|
|
bind b +cammousemove
|
|
cam_idealpitch 20
|
|
cam_idealdist 140
|
|
cam_idealyaw 0
|
|
|
|
// Offense chamber
|
|
bind "t" "impulse 91"
|
|
|
|
// Gorge, Lerk, Fade, Onos
|
|
bind "z" "impulse 114"
|
|
bind "x" "impulse 115"
|
|
bind "c" "impulse 116"
|
|
bind "v" "impulse 117"
|
|
|
|
// Fast Pistol fire (from: http://web1.server126.notraffic.de/forum/showthread/t-13792.html)
|
|
//hud_fastswitch 1
|
|
//
|
|
//alias +fp_fire "weapon_pistol; +attack; wait; -attack; wait; weapon_pistol; +attack; wait; -attack; wait; weapon_pistol; +attack; wait; -attack; wait; weapon_pistol; +attack; wait; -attack; wait; weapon_pistol; +attack; wait; -attack; wait; "
|
|
//alias -fp_fire "-attack"
|
|
//alias fp_fireon "bind mouse1 +fp_fire; developer 1; echo Fast Pistol Fire *ON*; developer 0; alias fp_fire fp_fireoff"
|
|
//alias fp_fireoff "bind mouse1 +attack; developer 1; echo Fast Pistol Fire *OFF*; developer 0; alias fp_fire fp_fireonn"
|
|
//alias fp_fire "fp_fireon"
|
|
//bind "x" "fp_fire" |