linuxgsm-l4d2/README.md

70 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2023-10-03 19:31:58 +03:00
# LinuxGSM: Left 4 Dead Dedicated Server Installation Files
## Installation
### Docker Installation
2023-10-05 20:14:13 +03:00
sudo useradd linuxgsm
su linuxgsm
docker pull ubuntu
docker run -it --entrypoint /bin/sh ubuntu
# In Docker Container
adduser linuxgsm # set id as hosts's linuxgsm user in /etc/{passwd,group}
docker run -it -v /mnt/27TB/home/linuxgsm:/home/gsm --net=host -u gsm --entrypoint /bin/zsh -w /home/gsm linuxgsm
2023-10-03 19:31:58 +03:00
### LinuxGSM Installation
2023-10-05 20:14:13 +03:00
Choose Game Server https://linuxgsm.com/servers/ and follow Dependencies/Installation instructions.
Also read Basic Usage.
2023-10-04 18:22:23 +03:00
### Metamod Installation
https://www.sourcemm.net/
### Sourcemod Installation
https://www.sourcemod.net/
2024-01-26 20:38:03 +03:00
### L4DToolZ v1.1.0.2
2023-10-04 18:22:23 +03:00
https://github.com/Accelerator74/l4dtoolz/releases
2024-01-26 21:47:06 +03:00
### ABM: A MultiSlots / SuperVersus Alternative v0.1.95
2023-12-22 20:39:37 +03:00
https://forums.alliedmods.net/showthread.php?p=2477820
https://gitlab.com/vbgunz/ABM
2024-01-26 20:38:03 +03:00
### Left 4 Downtown 2 v0.5.4.2
2023-12-22 20:39:37 +03:00
https://forums.alliedmods.net/showthread.php?t=134032
2024-01-26 20:38:03 +03:00
### L4D AFK Fix: [L4D(2)] 4+ Survivor AFK Fix (1.2) v1.2
2023-12-22 20:39:37 +03:00
https://forums.alliedmods.net/showthread.php?t=132409?t=132409
2024-01-26 20:38:03 +03:00
### L4D2 8+ Players Bugfixes v1.0.2.1
2023-12-22 20:39:37 +03:00
2024-01-26 20:38:03 +03:00
https://github.com/Satanic-Spirit/l4d2_bugfixes
2023-12-22 20:39:37 +03:00
2024-01-26 20:38:03 +03:00
### Defib_Fix Defib_Fix[Left 4 Fix][28/02/2023] 2.0.1
2023-12-22 20:39:37 +03:00
https://forums.alliedmods.net/showthread.php?p=2647018
### Infected Health Gauge Redux (Tank & Witch & Special)
https://forums.alliedmods.net/showthread.php?p=2803852
2023-10-05 19:58:50 +03:00
### SteamCMD Installation (steamclient.so)
apt install steamcmd
/usr/games/steamcmd
2023-10-04 18:22:23 +03:00
2023-10-03 19:31:58 +03:00
## Usage
### Run in Docker
```
docker run -it -v /mnt/27TB/home/linuxgsm:/home/gsm --net=host -u gsm --entrypoint /bin/zsh -w /home/gsm linuxgsm
```