-
- No additional configuration from defaults provided.
- linuxgsm:latest is a locally created docker image with jq dependency included
- https://github.com/GameServerManagers/LinuxGSM-Docker/pull/2…
-
- Additional configuration:
- as per https://github.com/GameServerManagers/LinuxGSM/wiki/LAN-Discovery
- /lgsm/config-lgsm/cssserver/cssserver.cfg
```
ip="192.168.1.150
maxplayers="24"
fn_…
-
Hi !
Your work is fantistic! It saves me a lot of time.
I tried to use it with docker but this always leads to a "connection refused" error when executing the `./gameserver start` command.
In r…
matpo updated
6 years ago
-
I run linuxgsm in a docker container and my server is in a volume. This means that I don't always run install, which seems to be the only way to get steamcmd downloaded. I'm leaving linuxgsm in the co…
-
https://gomplate.hairyhenderson.ca/functions/env/
```
gomplate -i 'Hey, {{getenv "FIRSTNAME" "you"}}!'
```
(this logic was copied from somewhere that the formatting was different based on if…
-
When running in docker with the serverfiles folder mounted to a NAS, the file ownership can sometimes not be set in a way that LGSM likes.
https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ#-f…
-
Hi Daniel,
Insurgency now requires the following fix in order to launch on CentOS 6 and probably other distros in the same basket:
export LD_LIBRARY_PATH=/home/insserver/serverfiles/bin
-
Seems to require some specific options, but should not be very hard to implement. That game seems to be very promising, and unlike Rust, it supports Linux server, even thought it's the same engine. L-…
-
2016/12/28, 总第六十三期 -> @dyweb/mos
投稿:
Web
- [x] @at15
- [ ] @swaylq
- [x] @ComMouse
- [ ] @JasonQSY
- [ ] @LukeXuan
- [ ] @kdplus
- [ ] @Bluemit
- [ ] @bjmiao
MOS
- [ ] @gaocegege
- …
-
ARK servers need to have a copy of SteamCMD in the following folder, otherwise they will crash when using the -automanagedmods argument.
```
../Engine/Binaries/ThirdParty/SteamCMD/Linux
```
See [t…