Update README.md

This commit is contained in:
hackgrid 2023-10-08 13:05:24 +02:00 committed by GitHub
parent 92f9c0aaea
commit 93af0419eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,9 +117,12 @@ sudo apt install wine
make fix
```
You can also build with different audio languages, like this:
Alternatively, you can also build with different audio languages, like this:
```
make german_audio
make french_audio
make russian_audio
make spanish_audio
```
This requires additional *.vpk files:
@ -130,6 +133,24 @@ portal/portal_sound_vo_german_000.vpk
portal/portal_sound_vo_german_dir.vpk
```
- French:
```
portal/portal_sound_vo_french_000.vpk
portal/portal_sound_vo_french_dir.vpk
```
- Russian:
```
portal/portal_sound_vo_russian_000.vpk
portal/portal_sound_vo_russian_dir.vpk
```
- Spanish:
```
portal/portal_sound_vo_spanish_000.vpk
portal/portal_sound_vo_spanish_dir.vpk
```
<br/>
## Build with Docker