add settings section in README
This commit is contained in:
parent
88abe528cd
commit
c93af7a61d
17
README.md
17
README.md
@ -60,6 +60,23 @@ Enjoy !
|
|||||||
|
|
||||||
**NOTE** : Some librairies may be missing, you need to install it one by one (test to launch ./et.x86 and see missing libs)
|
**NOTE** : Some librairies may be missing, you need to install it one by one (test to launch ./et.x86 and see missing libs)
|
||||||
|
|
||||||
|
## Settings
|
||||||
|
|
||||||
|
More useful informations : https://wiki.archlinux.org/title/Wolfenstein:_Enemy_Territory
|
||||||
|
|
||||||
|
### Set screen size in **1920*1080**
|
||||||
|
* Open the player configuration file:
|
||||||
|
```bash
|
||||||
|
vi $HOME/.etwolf/etmain/profiles/<username>/etconfig.cfg
|
||||||
|
```
|
||||||
|
|
||||||
|
* Override this settings
|
||||||
|
```cfg
|
||||||
|
seta r_mode -1 // -1 mean we are using a custom screen resolution
|
||||||
|
seta r_customwidth 1920 // monitor's width
|
||||||
|
seta r_customheight 1080 // monitor's height
|
||||||
|
```
|
||||||
|
|
||||||
## Common errors
|
## Common errors
|
||||||
|
|
||||||
On **Ubuntu 20.04** :
|
On **Ubuntu 20.04** :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user