Re: [Pamoka] Counter - Strike 1.6 serverio instaliacija
Posted: 2014 Jan 01 18:22
Na tada reikia pamąstyti kaip gudriau padaryti konfigūraciją.
AMX Mod X modifikacijos forumas
https://www.amxmodx.lt/
Code: Select all
[inline]--2014-01-03 21:40:02-- http://media.steampowered.com/client/steamcmd_linux.tar.gzResolving media.steampowered.com... 87.248.217.253, 87.248.217.254Connecting to media.steampowered.com|87.248.217.253|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 3170982 (3.0M) [application/octet-stream]Saving to: `steamcmd_linux.tar.gz' 100%[======================================>] 3,170,982 4.42M/s in 0.7s 2014-01-03 21:40:03 (4.42 MB/s) - `steamcmd_linux.tar.gz' saved [3170982/3170982] Redirecting stderr to '/root/Steam/logs/stderr.txt'ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".[ 0%] Checking for available update...[ 0%] Downloading update (0 of 10579 KB)...[ 0%] Downloading update (544 of 10579 KB)...[ 5%] Downloading update (1738 of 10579 KB)...[ 16%] Downloading update (1847 of 10579 KB)...[ 17%] Downloading update (2129 of 10579 KB)...[ 20%] Downloading update (2503 of 10579 KB)...[ 23%] Downloading update (2868 of 10579 KB)...[ 27%] Downloading update (3295 of 10579 KB)...[ 31%] Downloading update (3847 of 10579 KB)...[ 36%] Downloading update (4395 of 10579 KB)...[ 41%] Downloading update (5208 of 10579 KB)...[ 49%] Downloading update (6259 of 10579 KB)...[ 59%] Downloading update (7092 of 10579 KB)...[ 67%] Downloading update (8046 of 10579 KB)...[ 76%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8305 of 10579 KB)...[ 78%] Downloading update (8517 of 10579 KB)...[ 80%] Downloading update (8872 of 10579 KB)...[ 83%] Downloading update (9368 of 10579 KB)...[ 88%] Downloading update (9911 of 10579 KB)...[ 93%] Downloading update (10502 of 10579 KB)...[ 99%] Downloading update (10579 of 10579 KB)...[100%] Download Complete.[----] Applying update...[----] Extracting package...[----] Extracting package...[----] Extracting package...[----] Installing update...[----] Installing update...[----] Installing update...[----] Cleaning up...[----] Update complete, launching...Redirecting stderr to '/root/Steam/logs/stderr.txt'[ 0%] Checking for available updates...[----] Download complete.[----] Installing update...[----] Extracting package...[----] Extracting package...[----] Extracting package...[----] Installing update...[----] Installing update...[----] Installing update...[----] Cleaning up...[----] Update complete, launching Steam...Redirecting stderr to '/root/Steam/logs/stderr.txt'[ 0%] Checking for available updates...[----] Verifying installation...[----] !!! Fatal Error: Steam failed to load: *SteamStartEngine(0xbf9b6570) failed with error 1: Failed to open logfile /root/Steam/steam.log-------------------------------------------------------------------------------SteamCMD vidine klaida. Klaidos kodas: 255Instaliacija nutraukiama...[/inline]
Code: Select all
Cannot identify account 'aplankalas'
Code: Select all
/usr/aplankalas/hlds
Code: Select all
#!/bin/bashSESSION=$(screen -ls | egrep -o -e [0-9]+\.hlds | sed -r -e "s/[0-9]+\.//")if [ "$SESSION" == "hlds" ]; then screen -dr hldselse cd /usr/hlds && screen -A -m -d -S hlds ./hlds_run -game cstrike +ip 77.241.194.98 +port 27015 +map cs_assault +maxplayers 15 sleep 1 screen -dr hldsfiexit
Code: Select all
#!/bin/bashSESSION=$(screen -ls | egrep -o -e [0-9]+\.aplankalas/hlds | sed -r -e "s/[0-9]+\.//")if [ "$SESSION" == "aplankalas/hlds" ]; then screen -dr serveriai/sablonas_nonsteamelse cd /usr/aplankalas/hlds && screen -A -m -d -S aplankalas/hlds ./hlds_run -game cstrike +ip 77.241.194.98 +port 27015 +map cs_assault +maxplayers 15 sleep 1 screen -dr aplankalas/hldsfiexit