Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomrade committed Mar 8, 2024
1 parent 2b0ee38 commit 2b02f6d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,9 @@ Sets user directory path. Overrides `-userdirname` and `Game/Config/Folders.ini`
| `-userpath Something\MyFolder` | Crysis main directory + `Something\MyFolder` (relative path) |
| `-userpath C:\Something\MyFolder` | `C:\Something\MyFolder` (absolute path) |

#### `+CVAR VALUE` and `+CMD [ARG]...` (vanilla)
#### `+CVAR VALUE` (vanilla)

Sets a console variable (cvar) value or executes a console command. Done after startup.
Sets a console variable (cvar) value after startup.

This can be used to change certain settings from command line.
Here is an example that disables restricted console and enables showing basic engine info (the default in DevMode):
Expand All @@ -297,7 +297,11 @@ Here is an example that disables restricted console and enables showing basic en
Crysis.exe +con_restricted 0 +r_DisplayInfo 1
```

It is also used to execute server configs.
#### `+CMD [ARG]...` (vanilla)

Executes a console command after startup.

This can be used to load a server config file.
Often in combination with loading a server-side mod (SSM) and changing root directory.
For example:

Expand Down

0 comments on commit 2b02f6d

Please sign in to comment.