2019-10-12 14:39:42 +00:00
|
|
|
# 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
|
2019-10-12 23:51:56 +00:00
|
|
|
to bind several weapons on one key. The list is provided as a list of
|
|
|
|
weapon classnames separated by whitespaces. A weapon in the list is
|
|
|
|
skipped if it is not a valid weapon classname, you do not own it in
|
|
|
|
your inventory or you do not have enough ammo to use it.
|
2022-08-01 18:31:26 +00:00
|
|
|
By quickly tapping the bound key, you can navigate the list faster.
|
2019-10-12 14:39:42 +00:00
|
|
|
|
2022-04-06 19:28:34 +00:00
|
|
|
* **prefweap <weapons>**: Similar to the previous command, this will
|
|
|
|
select the first weapon available in the priority list given. Useful
|
|
|
|
to set a "panic button". E.g. the following will select your best
|
|
|
|
shotgun: `prefweap weapon_supershotgun weapon_shotgun`.
|
|
|
|
|
2021-11-13 10:48:09 +00:00
|
|
|
* **gamemode <mode>**: Provides a convenient way to switch the game mode
|
|
|
|
between `coop`, `dm` and `sp` without having to set three cvars the
|
|
|
|
correct way. `?` prints the current mode.
|
|
|
|
|
2019-10-12 14:39:42 +00:00
|
|
|
* **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.
|
|
|
|
|
2022-08-13 12:54:48 +00:00
|
|
|
* **viewpos**: Show player position.
|
|
|
|
|
2019-10-12 14:39:42 +00:00
|
|
|
* **teleport <x y z>**: Teleports the player to the given coordinates.
|
2020-08-20 01:14:53 +00:00
|
|
|
|
2022-08-08 10:30:06 +00:00
|
|
|
* **spawnentity classname x y z <angle_x angle_y angle_z> <flags>**:
|
|
|
|
Spawn new entity of `classname` at `x y z` coordinates.
|
|
|
|
|
2022-08-13 12:54:48 +00:00
|
|
|
* **spawnonstart classname**: Spawn new entity of `classname` at start point.
|
|
|
|
|
2020-08-20 01:14:53 +00:00
|
|
|
* **listmaps**: Lists available maps for the player to load. Maps from
|
2023-10-01 20:29:08 +00:00
|
|
|
loaded pak files will be listed first followed by maps placed in
|
2020-08-20 01:14:53 +00:00
|
|
|
the current game's maps folder.
|
2020-10-06 20:38:05 +00:00
|
|
|
|
|
|
|
* **vstr**: Inserts the current value of a variable as command text.
|
2022-08-19 06:07:12 +00:00
|
|
|
|
|
|
|
* **playermodels**: Lists available multiplayer models.
|
2023-10-01 20:29:08 +00:00
|
|
|
|
|
|
|
* **set** / **seta** / **setu** / **sets**: set cvar valu with different flags.
|
|
|
|
|
|
|
|
* **listlights**: Show lights style and dlights list.
|
2023-12-24 00:05:13 +00:00
|
|
|
|
|
|
|
* **thirdperson**: Third person view.
|