RTCW's DeGeneration - Commands
===================================
Version: 0.981
Date:    7/24/2004
Site:    http://www.tramdesign.net

Contents: This document describes all commands. 



commands
========

+wstats
-------
Shows your weapon statistics real-time


ready
-----
Changes your status to ready during warmup and/or intermission if required


notready
--------
Changes your status to notready during warmup and/or intermission if required


readyTeam
---------
Changes the status of your team to ready during warmup and/or intermission if required
This command only works if no_teamcontrols is off or if you have referee status


allready
--------
Changes the status of all players to ready during warmup and/or intermission if required
This command only works if you have referee status


setspawnpt *editted*
--------------------
Sets spawn point to use. This command was altered to access targetnames used in maps.
Valid targetnames are:
  spawn_allies_generator
  spawn_allies_checkpoint
  spawn_drop_zone
  spawn_axis_checkpoint
  spawn_axis_generator
** see scripts.txt for more details **


+useitem *editted*
------------------
Drops items being carried. If carrying MG42 and parts this command will drop the MG42 first and then the parts.


v_say *editted*
---------------
Plays voiceovers from quick chat list
Valid voiceover names are:
  NeedParts
  DefendGenerator
  DefendDropZone
  DefendCheckPoint
  AttackGenerator
  OnMyWay
  OnMyWayParts
  PickupParts
  AtDropZone
  BuildingGenerator
  AttackingGenerator
  GeneratorAttacked
  SetupMachineGun
  DisassembleMachineGun
  MoveMachineGun
** see scripts.txt for more details **



lock
----
Locks your current team so that players can not join
This command only works if no_teamcontrols is off or if you have referee status


unlock 
------
Unlocks your current team so that players can join
This command only works if no_teamcontrols is off or if you have referee status


speclock
--------
Stops spectators from viewing your team
This command only works if no_teamcontrols is off or if you have referee status


specunlock
--------
Allows spectators to view your team
This command only works if no_teamcontrols is off or if you have referee status


ref <password>/<command> 
------------------------
Valid commands are: 
  allready
  lock
  unlock
  speclock
  specunlock
  help



give all *editted*
------------------
give all and includes 3 gears and an MG42
This command can only be used in developer mode


give parts
----------
Gives your player 3 gears
This command can only be used in developer mode


give mg42
---------
Gives your players an MG42
This command can only be used in developer mode


BuildableDebugInc <value>
-------------------------
Sets the increment per second for debugging
Typical value would be 100 for positive building and -100 for negative
This command can only be used in developer mode
** see scripts.txt for more details **


BuildableDebugTarget <targetname>
---------------------------------
Sets the targetname of the buildable to work on for debugging
A typical targetname would be generator_axis or generator_allies
This command can only be used in developer mode
** see scripts.txt for more details **


BuildableDebug
--------------
Toggles buildable debugging on/off
This command can only be used in developer mode
** see scripts.txt for more details **


BuildableDebugHealth <value>
----------------------------
Sets buildable to specified health value without moving through events
A typical value would be anywhere from 1000 to 10000 based on the generator
1000 = 10% while 10000 = 100%
This command can only be used in developer mode
** see scripts.txt for more details **