Skip to content

Commit

Permalink
Add supported languages to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomrade committed Mar 8, 2024
1 parent f5ce0b0 commit 2b0ee38
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,26 @@ Disables automatic skipping of startup video ads.

#### `-language LANGUAGE` (since v4, game only)

Sets game language. This overrides the default language set in `Game/Localized/Default.lng`.
Sets game language. Overrides `Game/Localized/Default.lng` config file.

Supported languages:

| Language | Crysis | Crysis Warhead | Crysis Wars |
| :-------- | :----: | :------------: | :---------: |
| English | Y | Y | Y |
| Czech | Y | Y | Y |
| French | Y | Y | Y |
| German | Y | Y | Y |
| Hungarian | Y | Y | Y |
| Italian | Y | Y | Y |
| Japanese | Y | Y | ? |
| Chinese | ? | Y | ? |
| Korean | ? | N | N |
| Polish | Y | Y | Y |
| Russian | Y | Y | Y |
| Spanish | Y | Y | Y |
| Turkish | Y | N | N |
| Thai | ? | ? | ? |

#### `-root PATH` (vanilla)

Expand Down Expand Up @@ -259,7 +278,7 @@ Sets name of user directory in `Documents/My Games/`. Overrides `Game/Config/Fol

#### `-userpath PATH` (since v6)

Sets user directory path. Both `\` and `/` are supported. Overrides `-userdirname` and `Game/Config/Folders.ini`.
Sets user directory path. Overrides `-userdirname` and `Game/Config/Folders.ini`. Both `\` and `/` are supported.

| Example | User directory |
| :-------------------------------- | :----------------------------------------------------------- |
Expand Down

0 comments on commit 2b0ee38

Please sign in to comment.