Help - Search - Members - Calendar
Full Version: Some scripts
Unknown Worlds Forums > Natural Selection > Natural Selection Creation > Scripting Discussion
Joe2
NS 3.2:

In your autoexec.cfg:

CODE
// Map's Label change
alias labelmap_off    "cl_labelmaps 0; alias labelmap labelmap_on"
alias labelmap_on     "cl_labelmaps 1; alias labelmap labelmap_tr_off"
alias labelmap_tr_off "cl_labelmaps 2; alias labelmap labelmap_tr_on"
alias labelmap_tr_on  "cl_labelmaps 3; alias labelmap labelmap_off"
labelmap_tr_on

// Advanced +movement
alias +smovement "weapon_bitegun; weapon_spit; weapon_bite2gun; +movement"
alias -smovement "-movement"


In your grx\shell\kb_act.lst

CODE
"labelmap"        "Map's label change"
"+smovement"      "Advanced +movement"



Advanced +movement change skulk, gorge and lerk ability to slot1, then do a +movement.
puzl
Add this to userconfig.cfg to use . to cycle between the 3.2 crosshair sets.

CODE

alias x0 "cl_customcrosshair 0; alias xnext x1;"
alias x1 "cl_customcrosshair 1; alias xnext x2;"
alias x2 "cl_customcrosshair 2; alias xnext x3;"
alias x3 "cl_customcrosshair 3; alias xnext x4;"
alias x4 "cl_customcrosshair 4; alias xnext x0;"
alias xnext x0
bind . xnext


This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.