אז ככה, יש לי משתמש אם גישת SSH אם מספיק מקום !
אני עושה את השרת בצורה הבאה,
יצירת התיקיה:
נכנס לתיקיה:
מוריד קבצי שרת:
קוד:
wget http://storefront.steampowered.com/download/hldsupdatetool.bin
אחרי שזה מסיים להוריד עושה:
קוד:
chmod +x ./hldsupdatetool.bin && ./hldsupdatetool.bin
מקבל שאלה האם אני מקבל את כל התנאים עושה YES ומקבל את זה:
קוד:
extracting steam.tar.Z...done
עושה פקודה הזאת:
קוד:
chmod +x ./steam && ./steam -command update -game cstrike -dir .
(מחכה עד שיסיים)
מקבל הודעה כזאת:
קוד:
HLDS installation up to date
עושה פקודת הרצה:
קוד:
./hlds_run -game cstrike -autoupdate +maxplayers 20 +map de_dust +port 27199 -ip 212.150.164.251 -tickrate &
הנה מה רושם לי אחרי שאני מריץ:
קוד:
-bash-3.00$ ./hlds_run -game cstrike -autoupdate +maxplayers 20 +map de_dust +port 27199 -ip 212.150.164.251 -tickrate &
Auto detecting CPU
Using AMD Optimised binary.
Auto-restarting the server on crash
Console initialized.
scandir failed:/home/sa/hlds/./valve/SAVE
scandir failed:/home/sa/hlds/./platform/SAVE
Protocol version 47
Exe version 1.1.2.5/Stdio (cstrike)
Exe build: 20:02:44 Oct 24 2006 (3651)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 127.0.0.1:27033
scandir failed:/home/sa/hlds/./valve/SAVE
scandir failed:/home/sa/hlds/./platform/SAVE
`couldn't exec listip.cfg
couldn't exec banned.cfg
Adding master server 69.28.151.162:27010
Adding master server 72.165.61.190:27010
Could not establish connection to Steam servers.
VAC secure mode is activated.a
בא ליבדוק אתה שרת בSTEAM מוסיף אותו כאילו זה פועל עושה VEIW SERVER INFO וזה מראה לי שהSERVER NO RESPODING
מה הבעיה !?