Add "how to update games" into readme

This commit is contained in:
c 2024-03-04 15:32:59 +01:00
parent 89759d9541
commit 61f60bd245
1 changed files with 7 additions and 0 deletions

View File

@ -113,6 +113,13 @@ Each game must have a title and it optionally can have a time as well. The optio
Finally, you can also specify tournament which will make this game appear in the tournament page. Finally, you can also specify tournament which will make this game appear in the tournament page.
## How to update games
The general problem: we only really support updated game server on a clean install, not like updating after everything is installed. There are other tools like [LinuxGSM](https://linuxgsm.com/) that are better suited for 24/7 servers!
Not every game is the same to update, most games download or build the "latest" version, so there is no need to do anything if a game doesn't do a breaking change.
Xonotic, for example, is as simple as change the version number in the main `deploy.sh` scrip, there you can also see what games use "latest" or manual version. Otherwise, look into the specific script of the game.
## Repository ## Repository
The main version of this git repository is on [git.libregaming.org](https://git.libregaming.org/DeathByDenim/gameserver). There is a mirror on [Github](https://github.com/DeathByDenim/gameserver) The main version of this git repository is on [git.libregaming.org](https://git.libregaming.org/DeathByDenim/gameserver). There is a mirror on [Github](https://github.com/DeathByDenim/gameserver)