Compare commits
No commits in common. "278f6de6f53db7d3ec5044c133bcd3b84b92d1d2" and "3bcd2be520a20f2832c3193c54dee819b490f6a4" have entirely different histories.
278f6de6f5
...
3bcd2be520
2 changed files with 6 additions and 10 deletions
|
@ -13,9 +13,6 @@ sudo su - steam -s /bin/bash
|
||||||
wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz
|
wget http://media.steampowered.com/installer/steamcmd_linux.tar.gz
|
||||||
tar -xvzf steamcmd_linux.tar.gz
|
tar -xvzf steamcmd_linux.tar.gz
|
||||||
|
|
||||||
# fix: /opt/steam/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
|
|
||||||
mkdir /opt/steam/.steam && ln -s /opt/steam/linux32 /opt/steam/.steam/sdk32
|
|
||||||
|
|
||||||
# erst die windows deps zu installieren scheint ein workaround für x64 zu sein?
|
# erst die windows deps zu installieren scheint ein workaround für x64 zu sein?
|
||||||
./steamcmd.sh \
|
./steamcmd.sh \
|
||||||
+force_install_dir /opt/steam/left4dead2 \
|
+force_install_dir /opt/steam/left4dead2 \
|
||||||
|
@ -30,6 +27,9 @@ mkdir /opt/steam/.steam && ln -s /opt/steam/linux32 /opt/steam/.steam/sdk32
|
||||||
+app_update 222860 validate \
|
+app_update 222860 validate \
|
||||||
+quit
|
+quit
|
||||||
|
|
||||||
|
# fix: /opt/steam/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
|
||||||
|
mkdir /opt/steam/.steam && ln -s /opt/steam/linux32 /opt/steam/.steam/sdk32
|
||||||
|
|
||||||
# download admin system
|
# download admin system
|
||||||
wget -4 https://git.sublimity.de/cronekorkn/steam-workshop-downloader/raw/branch/master/steam-workshop-download
|
wget -4 https://git.sublimity.de/cronekorkn/steam-workshop-downloader/raw/branch/master/steam-workshop-download
|
||||||
chmod +x steam-workshop-download
|
chmod +x steam-workshop-download
|
||||||
|
@ -40,16 +40,13 @@ echo "STEAM_1:0:12376499" > "/opt/steam/left4dead2/left4dead2/ems/admin system/a
|
||||||
/opt/steam/left4dead2/srcds_run -game left4dead2 -ip 0.0.0.0 -port 27015 +map c1m1_hotel
|
/opt/steam/left4dead2/srcds_run -game left4dead2 -ip 0.0.0.0 -port 27015 +map c1m1_hotel
|
||||||
|
|
||||||
|
|
||||||
cat <<'EOF' > /opt/steam/left4dead2/left4dead2/cfg/server.cfg
|
# /opt/steam/left4dead2/left4dead2/cfg/server.cfg
|
||||||
hostname "CKNs Server"
|
hostname "CKNs Server"
|
||||||
motd_enabled 0
|
motd_enabled 0
|
||||||
|
|
||||||
sv_steamgroup "38347879"
|
|
||||||
#sv_steamgroup_exclusive 0
|
|
||||||
|
|
||||||
sv_minrate 60000
|
sv_minrate 60000
|
||||||
sv_maxrate 0
|
sv_maxrate 0
|
||||||
net_splitpacket_maxrate 60000
|
net_splitpacket_maxrate 60000
|
||||||
|
|
||||||
sv_hibernate_when_empty 0
|
sv_steamgroup "38347879"
|
||||||
EOF
|
sv_steamgroup_exclusive 1
|
|
@ -20,7 +20,6 @@
|
||||||
'cake': {
|
'cake': {
|
||||||
'Bandwidth': '350M',
|
'Bandwidth': '350M',
|
||||||
'FlowIsolationMode': 'triple',
|
'FlowIsolationMode': 'triple',
|
||||||
'PriorityQueueingPreset': 'besteffort',
|
|
||||||
'RTTSec': '100ms',
|
'RTTSec': '100ms',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue