mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Document the commands added by YQ2.
This commit is contained in:
parent
e3c3875bda
commit
d4a914644c
2 changed files with 17 additions and 0 deletions
|
@ -20,6 +20,7 @@ The documentation is split into several documents:
|
|||
* [Installation Guide](020_installation.md)
|
||||
* [Configuration Guide](030_configuration.md)
|
||||
* [List Of All New Console Variables](040_cvarlist.md)
|
||||
* [List Of All New Commands](050_commands.md)
|
||||
* [Multiplayer Server Configuration](060_multiplayer.md)
|
||||
* [Packaging Guide For Maintainers](070_packaging.md)
|
||||
* [Contributing Guide](080_contributing.md)
|
||||
|
|
16
doc/050_commands.md
Normal file
16
doc/050_commands.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Yamagi Quake II Commands
|
||||
|
||||
This list explains all commands added by Yamagi Quake II. All of the
|
||||
original clients (Vanilla Quake II) commands are still in place.
|
||||
|
||||
|
||||
* **cycleweap <weapons>**: Cycles through the given weapons. Can be used
|
||||
to bind several weapons on one key.
|
||||
|
||||
* **listentities <class>**: Lists the coordinates of all entities of a
|
||||
given class. Possible classes are `ammo`, `items`, `keys`, `monsters`
|
||||
and `weapons`. Multiple classes can be given, they're separated by
|
||||
whitespaces. The special class `all` lists the coordinates of all
|
||||
entities.
|
||||
|
||||
* **teleport <x y z>**: Teleports the player to the given coordinates.
|
Loading…
Reference in a new issue