Skip to content

Commit

Permalink
Put commands into tables in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalh committed Sep 16, 2022
1 parent 1d69536 commit 54017c6
Showing 1 changed file with 46 additions and 40 deletions.
86 changes: 46 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,46 +30,52 @@ See the [CHANGELOG file](docs/CHANGELOG.md) for a detailed list of all features.

You can also check out [examples of graphical improvements compared to the base game](docs/graphics_comparison).

Client commands:
* `. cmd_name_fragment` - find a console variable or command
* `maxfps value` - set maximal FPS
* `hud` - show and hides HUD
* `bighud` - toggle HUD between big and normal size
* `spectate [player]` - start spectate mode (first person or free camera)
* `inputmode` - switch between default and DirectInput mouse input handling
* `ms value` - set mouse sensitivity
* `vli` - toggle volumetric lightining
* `fullscreen` - enter fullscreen mode
* `windowed` - enter windowed mode
* `antialiasing` - toggle anti-aliasting
* `nearest_texture_filtering` - toggle nearest neighbor texture filtering
* `damage_screen_flash` - toggle screen flash effect when player is getting hit
* `mesh_static_lighting` - toggle static lighting for clutters and items
* `reticle_scale scale` - set reticle scale
* `findlevel rfl_name_fragment` - find level using rfl name fragment
* `download_level rfl_name` - download level from FactionFiles.com
* `linear_pitch` - toggle linear pitch angle
* `skip_cutscene_bind control` - set binding for cutscene skip action
* `levelsounds` - set volume scale for level ambient sounds
* `swap_assault_rifle_controls` - swap primary and alternate fire controls for Assault Rifle weapon
* `swap_grenade_controls` - swap primary and alternate fire controls for Grenades weapon
* `show_enemy_bullets` - toggle visibility of enemy bullets in multiplayer
* `kill_messages` - toggle printing of kill messages in the chatbox and the game console
* `mute_all_players` - toggle processing of chat messages from other players
* `mute_player` - toggle processing of chat messages from a specific player
* `fps_counter` - toggle FPS counter
* `debug_event_msg` - toggle tracking of event messages in console

Server commands:
* `unban_last` - unban last banned player
* `map_ext` - extend round
* `map_rest` - restart current level
* `map_next` - load next level
* `map_prev` - load previous level
* `kill_limit value` - set kill limit
* `time_limit value` - set time limit
* `geomod_limit value` - set geomod limit
* `capture_limit value` - set capture limit
### Client commands

Name | Description
----------------------------- | --------------------------------------------
`. cmd_name_fragment` | find a console variable or command
`maxfps value` | set maximal FPS
`hud` | show and hides HUD
`bighud` | toggle HUD between big and normal size
`spectate [player]` | start spectate mode (first person or free camera)
`inputmode` | switch between default and DirectInput mouse input handling
`ms value` | set mouse sensitivity
`vli` | toggle volumetric lightining
`fullscreen` | enter fullscreen mode
`windowed` | enter windowed mode
`antialiasing` | toggle anti-aliasting
`nearest_texture_filtering` | toggle nearest neighbor texture filtering
`damage_screen_flash` | toggle screen flash effect when player is getting hit
`mesh_static_lighting` | toggle static lighting for clutters and items
`reticle_scale scale` | set reticle scale
`findlevel rfl_name_fragment` | find level using rfl name fragment
`download_level rfl_name` | download level from FactionFiles.com
`linear_pitch` | toggle linear pitch angle
`skip_cutscene_bind control` | set binding for cutscene skip action
`levelsounds` | set volume scale for level ambient sounds
`swap_assault_rifle_controls` | swap primary and alternate fire controls for Assault Rifle weapon
`swap_grenade_controls` | swap primary and alternate fire controls for Grenades weapon
`show_enemy_bullets` | toggle visibility of enemy bullets in multiplayer
`kill_messages` | toggle printing of kill messages in the chatbox and the game console
`mute_all_players` | toggle processing of chat messages from other players
`mute_player` | toggle processing of chat messages from a specific player
`fps_counter` | toggle FPS counter
`debug_event_msg` | toggle tracking of event messages in console

### Server commands

Name | Description
------------------------ | --------------------------------------------
`unban_last` | unban last banned player
`map_ext` | extend round
`map_rest` | restart current level
`map_next` | load next level
`map_prev` | load previous level
`kill_limit value` | set kill limit
`time_limit value` | set time limit
`geomod_limit value` | set geomod limit
`capture_limit value` | set capture limit

Compatibility
-------------
Expand Down

0 comments on commit 54017c6

Please sign in to comment.