HldsUpdateTool посвящается...

Здесь хранится вся документация по созданию выделенных серверов
Сообщение
Автор
OwL88
Нович0к
Нович0к
Сообщения: 26
Зарегистрирован: 04.05.2008

#91 Сообщение 10.10.2008, 18:33

Здравствуйте, Помогите пожалуйста с tf2 сервером под linux.
Скачал сервер

Код: Выделить всё

mkdir srcds_l
cd srcds_l
wget http://www.steampowered.com/download/hldsupdatetool.bin
chmod +x hldsupdatetool.bin
./hldsupdatetool.bin
./steam -command update -game tf -dir . 
Дальше я создал в папке tf/cfg [spoiler=""server.cfg""]// this is your server name as shown in the server list
hostname "server"

sv_password ""
// your server password. a pair of double quotes means it is not set and anyone can join

// start rcon settings

rcon_password "123456"
// your rcon password to log into the dev rcon console or HLSW rcon console
sv_rcon_banpenalty 5
// Number of minutes to ban users who fail rcon authentication
sv_rcon_maxfailures 10
// Max number of times a user can fail rcon authentication before being banned

// end rcon settings

// start cvars for balancing un-even teams

mp_autoteambalance 1
// 0 is off and 1 is on. if 1 then should be used in conjunction with the following 3 commands
mp_autoteambalance_delay 60
// Time (in seconds) after the teams become unbalanced to attempt to switch players
mp_autoteambalance_warning_delay 30
// Time (in seconds) after the teams become unbalanced to print a balance warning
mp_teams_unbalance_limit 2
// Teams are unbalanced when one team has this many more players than the other (0 disables)

// end cvars for balancing un-even teams

// start cvars for round and game times

mp_enableroundwaittime 1
// Enable or disable timers to wait between rounds. 0 is off 1 is on
mp_bonusroundtime 20
// Time after round win until round restarts (in seconds)
mp_restartround 20
// Time the current round will restart (in seconds)
mp_stalemate_timelimit 120
// Timelimit (in seconds) of the stalemate round
mp_timelimit 30
// game time per map in minutes

// end cvars for round and game times

// start cvars for win conditions

mp_maxrounds 4
// Max number of rounds to play before server changes maps
mp_winlimit 3
// Max number of rounds one team can win before a server changes maps

// end cvars for win conditions

// start client specific cvars

mp_forcecamera 0
// force dead clients to first person mode disabling freelook. 0 is off 1 is on
mp_allowspectators 1
// enable or disable spectators on the server. 0 is off 1 is on
mp_friendlyfire 0
// 0 is off and clients can do harm to team mates. 1 is on and players can kill or injure team mates
mp_footsteps 1
// footsteps on or off. 0 is off and 1 is on
sv_cheats 0
// allow cheats to be used by the client. 0 is off 1 is on
sv_timeout 300
// the amount of time in seconds that a client is booted for no input
sv_maxspeed 320
// the maximun speed a client can move at
sv_consistency 1
// Force clients to pass a consistency check for critical files before joining server. 0 is off 1 is on
decalfrequency 10
// the pause in seconds between a decal being sprayed

// end client specific cvars

// start cvars for communication

sv_voiceenable 1
// allow players to use a microphone. 0 is off 1 is on
sv_alltalk 0
// toggles whether both teams can hear each others voice comms or not. 0 is off 1 is on. recommend it being off
mp_chattime 10
// players can chat for this amount of time (in seconds) after a game is over

// end cvars for communication

// start download cvars

sv_allowupload 1
// allow custom decals to be uploaded. 0 is off 1 is on
sv_allowdownload 1
// allow files to be downloaded from the server. 0 is off 1 is on
net_maxfilesize 15
// Max download file size. Default is 15
sv_downloadurl ""
//redirect download location

// end download cvars

// start bandwidth rates/settings

sv_minrate 20000
sv_maxrate 30000
decalfrequency 10
sv_maxupdaterate 100
sv_minupdaterate 66
sv_mincmdrate 66
sv_maxcmdrate 100

// end bandwidth rates/settings

// start server logging

log off
// enable or disable server logging. on is on off is off
sv_logbans 0
// Log server bans in the server logs
sv_logecho 1
// Echo log information to the console. 0 is off 1 is on
sv_logfile 0
// Log server information in the log file. 0 is off 1 is on
sv_log_onefile 0
// log everything in one file

// end server logging

// start cvars for general operation

sv_lan 0
// is this an internet or LAN server. 0 is internet 1 is LAN
sv_region 3
// server location. -1 is the world, 0 is USA east coast, 1 is USA west coast, 2 south america, 3 europe, 4 asia, 5 australia, 6 middle east, 7 africa
sv_contact [email protected]
// contact email for sysop
sv_pausable 0
// enables or disables whether the server can be paused. 0 is off 1 is on
sv_pure 1
// forces all clients on the server to use content that matches what is on the server. 0 is off 1 is on
sv_pure_kick_clients 1
// kicks clients that do not have content that matches what is on the server

// end cvars for general operation

// start execute ban files

exec banned_user.cfg
exec banned_ip.cfg

// end execute ban files[/spoiler]
Создал 2 пустых файла banned_user.cfg и banned_ip.cfg +
skill1.cfg

Код: Выделить всё

sv_accelerate 5
sv_stopspeed 75
После этого:

Код: Выделить всё

cd srcds_l/orangebox
 ./srcds_run -console -game tf +ip 8*.***.***.13 -port 27015 +maxplayers 16 +map tc_hydro
а он мне на всё это выдаёт
[spoiler=""console""]Auto detecting CPU
Using SSE2 Optimised binary.
Server will auto-restart if there is a crash.

Console initialized.
Game.dll loaded for "Team Fortress"
Particles: Missing 'particles/error.pcf'
maxplayers set to 16
maxplayers set to 16
Unknown command "startupmenu"
Network: IP 8*.***.***.13, mode MP, dedicated Yes, ports 27019 SV / 27009 CL
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/CONCRETE/CONCRETEFLOOR008.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_001A.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/TILE/FLOOR_TILE_002A.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/WATER/WATER_HYDRO_CHEAP.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/PROPS/METALDUCT001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME002.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/GLASS/GLASSWINDOW001A.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
Failed to load $include VMT file (materials/METAL/METALCHROME001.vmt)
ConVarRef room_type doesn't point to an existing ConVar
Unknown command "sv_accelerate"
Unknown command "sv_stopspeed"
Executing dedicated server config file
Unknown command "mp_autoteambalance_delay"
Unknown command "mp_autoteambalance_warning_delay"
Unknown command "sv_maxspeed"
--------------------------------------------------------
sv_pure set to 1.
Note: Changes to sv_pure take effect when the next map is loaded.
--------------------------------------------------------
exec banned_user.cfg: file size larger than 1 MB!
exec banned_ip.cfg: file size larger than 1 MB!
exec: couldn't exec tc_hydro.cfg
Adding master server 69.28.151.162:27011
Adding master server 72.165.61.189:27011
Could not establish connection to Steam servers.
VAC secure mode is activated.[/spoiler]
И как вы наверное догадываетесь некто не может к ниму подключится. Сервер полностью оригинальный, без каких либо кряков и плагинов.
Поиски в интернете нечего более менее вразумительного не дали. Те кто в этом разберается подскажите решение проблемы или правильный путь.
Спасибо за внимание.
P.S. Fedora 9
Изображение

Аватара пользователя
U#0
Майор
Майор
Сообщения: 529
Зарегистрирован: 25.10.2007
Поблагодарили: 1 раз
Контактная информация:

#92 Сообщение 11.10.2008, 15:26

Когда вы уже научитесь думать то?
Фраза Failed to load $include VMT file - означает, что сервер скачан не полностью.
Используй:

Код: Выделить всё

./steam -command update -game tf -dir . -retry -verify_all

OwL88
Нович0к
Нович0к
Сообщения: 26
Зарегистрирован: 04.05.2008

#93 Сообщение 15.10.2008, 16:17

Может кому поможет.
Проблему решил установкой ubuntu-8.04(i386). Всё без проблем запустилось. Видно Fedora 9 (i386) плохо "дружит" с сервером под linux (TF2 в моём случии). Все подобные ошибки я встретил в интернете, вместе с упоминанием Fedora или её эмуляции.
На счёт материалов, всё у меня скачалось! Я обновлял сервер не один раз с этим параметром, даже удалял всю папку и скачивал заного. Кстати после переименовывания папки и файла в заглавные буквы, он мне больше на них не ругался :%) .
Изображение

Morfin
Лейтенант
Лейтенант
Сообщения: 237
Зарегистрирован: 19.10.2007
Поблагодарили: 1 раз

#94 Сообщение 15.10.2008, 23:55

Помогите пожалуйста - раньше делал
hldsupdatetool -command update -game garrysmod -dir .
создавались папки hl2,orangebox и другие(это было давно и сервер работал), обновил попробовал запустить просто ничего не пишет, не создаёт минидамп(как обычно делает если происходит исключение) и выходит... Не знаю в чём причина даже но никак не хочет уже с 0 переделал сервер и всё также не работает :(.
P.S Я не нуб я уже в настройке серваков подобных грамотный просто не пойму что за ерунда
Изображение

Morfin
Лейтенант
Лейтенант
Сообщения: 237
Зарегистрирован: 19.10.2007
Поблагодарили: 1 раз

#95 Сообщение 17.10.2008, 13:26

В общем потестил сервер из самого steam работает(прямо из gcf) а так не хочет. Просто вылетает. Я уже несолько раз скачал на 100% сервер а всё также фигово
Изображение

gM@X
VIP
VIP
Сообщения: 430
Зарегистрирован: 16.01.2006
Поблагодарили: 2 раза

#96 Сообщение 17.10.2008, 17:51

addons папка есть?

если в конфиге сервера включено ведение логов то они должны быть, в папке logs есть чего нить?

TraFF1c-by
Нович0к
Нович0к
Сообщения: 5
Зарегистрирован: 26.04.2008

#97 Сообщение 18.10.2008, 16:30

Почему HldsUpdateTool.exe не обновляе CS 1.6 HldsUpdateTool установлен в D:\Games\DedicatedServer\
тамже лежит и клиент
Запускаю HldsUpdateTool.exe -command update -game cstrike -dir D:\Games\DedicatedServer !
скажите вчем проблема !
остается такойже как был !
Protocol version 47
Exe version 1.1.2.5 (cstrike)
Exe build: 21:06:55 Oct 19 2006 (3647)
дайте кто самую последню версию эсли кого не затруднит !!!

Morfin
Лейтенант
Лейтенант
Сообщения: 237
Зарегистрирован: 19.10.2007
Поблагодарили: 1 раз

#98 Сообщение 18.10.2008, 23:59

TraFF1c-by писал(а):Почему HldsUpdateTool.exe не обновляе CS 1.6 HldsUpdateTool установлен в D:\Games\DedicatedServer\
тамже лежит и клиент
Запускаю HldsUpdateTool.exe -command update -game cstrike -dir D:\Games\DedicatedServer !
скажите вчем проблема !
остается такойже как был !
Protocol version 47
Exe version 1.1.2.5 (cstrike)
Exe build: 21:06:55 Oct 19 2006 (3647)
дайте кто самую последню версию эсли кого не затруднит !!!
Потому что последний WON сервер CS 1.6 для Windows...
P.S Дерьмо я с 0 всё сделал Source Dedicated Server 2007 не работает :cry:
P.P.S Щас попалю обращения exe к файлам
В папке orangebox должен быть файлик gameinfo.txt :D из-за него не работало(этот файл по-идее должен быть получен из папки игры при создании сервера ;)
Изображение

Аватара пользователя
CTPAX
Полковник
Полковник
Сообщения: 1390
Зарегистрирован: 18.04.2008
Откуда: pl_goldrush.bsp

#99 Сообщение 24.10.2008, 19:26

Народ,я обновил свой DS с HldsUpdateTool и вот что случилось :cry: Чё делать?
Изображение

Maxxxxx92
Нович0к
Нович0к
Сообщения: 18
Зарегистрирован: 05.11.2007

#100 Сообщение 24.10.2008, 21:36

CTPAX писал(а):Народ,я обновил свой DS с HldsUpdateTool и вот что случилось :cry: Чё делать?
Изображение
(например) Не может скомпилировать какой-нибудь плагин. У меня такое с play or be kicked.

Аватара пользователя
CTPAX
Полковник
Полковник
Сообщения: 1390
Зарегистрирован: 18.04.2008
Откуда: pl_goldrush.bsp

#101 Сообщение 24.10.2008, 22:08

Этот hlds чистый,ещё нечего кроме Amx-а недобавел.

Morfin
Лейтенант
Лейтенант
Сообщения: 237
Зарегистрирован: 19.10.2007
Поблагодарили: 1 раз

#102 Сообщение 25.10.2008, 00:02

Попробуй Visual Studio 2005 Runtime поставь(в комплекте со многими играми есть)
Изображение

Optima
VIP
VIP
Сообщения: 2337
Зарегистрирован: 11.01.2008
Поблагодарили: 1 раз
Контактная информация:

#103 Сообщение 28.10.2008, 18:45

хех, обновляю свой сервер, от версии 29 до 68. Интересно, долго ли оно будет обновлять..

activation
Нович0к
Нович0к
Сообщения: 2
Зарегистрирован: 30.10.2008

#104 Сообщение 04.11.2008, 20:54

Приветствую ! Ребятки подскажите...
У меня вообщем такая трабла, скачал hldsupdatetool все сделал правильно, обновил сервер...пожже его удалил, а мне понадобился скачать сервер tf , короче просто проверяет версию, а сервер не качает(((
Помогите плыззз !

CyberMan
Капитан
Капитан
Сообщения: 352
Зарегистрирован: 11.03.2007
Откуда: 127.0.0.1
Благодарил (а): 60 раз
Поблагодарили: 5 раз
Контактная информация:

#105 Сообщение 15.11.2008, 13:29

У меня вообще трабла... не хотит стим (ну у меня дебиан) обновляться... Походу админ прибил все порты этой проги... какие она порты использует?
В жопу копирайты!
1)Кто не уважает админа, тому сюда
2)Уверен, что Sonic Generations - отстой? - тебе сюда.
3)Изображение
Мой стим-профиль
Изображение

Ответить Вложения 5