mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Explain how option strings with quotation marks are given at cmd-line.
This is part of #457.
This commit is contained in:
parent
08a905b6b2
commit
e3c3875bda
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ have been renamed. The prefixes are:
|
|||
All cvars may be given at command line trough `+set cvar value` or typed
|
||||
into the console. The console can be opended with *Left Shift + Esc*.
|
||||
|
||||
Keep in mind that some cvar need quotation marks around the arguments.
|
||||
When giving such cvars at the command line the argument string must be
|
||||
surrounded by ticks. For example `+set sv_maplist '"q2dm1 q2dm2"'`.
|
||||
|
||||
|
||||
## Command line arguments
|
||||
|
||||
|
|
Loading…
Reference in a new issue