„README.md“ ändern

This commit is contained in:
DeltaLima 2022-09-11 12:45:46 +00:00
parent 501880074e
commit 2289663246
1 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
Origin of this is https://git.la10cy.net/DeltaLima/xash3d-installscript
This script install an ready to play github.com/FGWS/xash3d-fgws automatically under Ubuntu 20.04 and Debian 11 (those i tested so far) by downloading game data from steam directly with the free steamcmd tool from valve.
This script install an ready to run Half-Life Xash3D Game client or dedicated server under Ubuntu 20.04 and Debian 11 (those i tested so far) by downloading game data from steam directly with the free steamcmd tool from valve.
Just run the script and play :)
```
@ -19,14 +19,14 @@ https://github.com/DevilBoy-eXe/hlds/releases/download/8684/hlds_build_8684.zip
0.19: https://gitlab.com/tyabus/xash3d
```
To install the server in version 0.20 run following command in the directory where you checked this git into
To install the server run following command in the directory where you checked this git into
```
bash install-xash3ds.sh server install 0.20
bash install-xash3ds.sh server install [Version]
```
To install the FULL PLAYABLE client with all game data (steamcmd thx <3) run this
```
bash install-xash3ds.sh client install 0.20
bash install-xash3ds.sh client install [Version]
```
Your server or gamefiles (you can run server first and then rerun afterwards with client to get the full package) are in
@ -46,9 +46,9 @@ or the game to have a frag
You can easly update both, client and server (example client):
```
bash install-xash3ds.sh client update
bash install-xash3d.sh client update [Version]
```
Have a look on my servers at https://HL.LA10CY.NET :) Happy fragging!
This script is based on the work of https://github.com/FWGS/xashds-docker/ and https://github.com/FGWS/xash3d-fgws and https://gitlab.com/tyabus/xash3d
This script is based on the work of https://github.com/FWGS/xashds-docker/ and https://github.com/FWGS/xash3d-fwgs and https://gitlab.com/tyabus/xash3d