poopie Posted May 7, 2014 Share Posted May 7, 2014 Hello, i'm not sure if this is the correct section to post this, but my friend is trying to install silent mod on his et server, but when he runs it he gets this: execing default.cfgcouldn't exec language.cfgcouldn't exec autoexec.cfgHunk_Clear: reset the hunk okBypassing CD checksFound high quality video and fast CPU--- Common Initialization Complete ---Opening IP socket: localhost:27960Hostname: black.bttdm.comAlias: blackIP: 192.210.229.209Started tty console (use +set ttycon 0 to disable)couldn't exec silent.cfgexecing preset_high.cfgHitch warning: 1118 msec frame timeWARNING: watchdog will trigger in 4 secondsIdle Server with no map - triggering watchdogShutdown tty console[root@black .etwolf]# I'm really a noob at this stuff and so is he, but we want to test the silent mod on the server..Any help would be appreciated. Thank you in advance! Quote Link to comment Share on other sites More sharing options...
Sol Posted May 7, 2014 Share Posted May 7, 2014 Idle Server with no map - triggering watchdog You need to startup server with any map, for example with start command: +map oasis Quote Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted May 8, 2014 Share Posted May 8, 2014 couldn't exec silent.cfg Maybe because "+exec silent.cfg" is missing in command-start or you have made a file server.cfg instead ?So no map is played. Good Luck with your server ! Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted May 8, 2014 Management Share Posted May 8, 2014 The silent.cfg is in the etmain when unzipping the downloaded silent package. If you copied only the silent directory to the server, please also copy the silent.cfg. It can be put to silent directory also if you like. The unzip places it to etmain for historic reasons only. Quote Link to comment Share on other sites More sharing options...
Bluemax Posted May 8, 2014 Share Posted May 8, 2014 Your command line should be similar to this!etded +set dedicated 2 +set fs_game silent +exec silent.cfg Quote Link to comment Share on other sites More sharing options...
Bluemax Posted May 8, 2014 Share Posted May 8, 2014 More information would be helpful as well, is the server on a rented host or is is local pc (home net) I have a Home net PC with Windows and one with Linux running ET Server for testing Maps/Mods and also a rented host through Dediserverhosting,com as well. Thanks Bluemax hellreturn and clan DIABOLIK 2 Quote Link to comment Share on other sites More sharing options...
Patriot Posted May 15, 2014 Share Posted May 15, 2014 Make sure you have this filesetmain:server.cfg or silent.cfg and make sure you exec a maprotation file like objectivecycle.cfg in the server or silent.cfg, also make sure the objectivecycle.cfg (or whatevernameucallit) is in etmain. silent:the silent client pk3, the qagame.mp.i386.so (Linux) or the qagame.mp.i386.so (Windows) in the root of your et you should have a startscripthere is mine its for Linux #!/bin/bash opts="+exec whatever.cfg +set net_port 27960 +set net_port_extra 27970 +set fs_homepath /opt/games/et3.0 +set fs_game silent +set g_dbMaxAliases 6 +sets gamestartup \"`date +"%D %T"`\"" while [ 1 ]; do ./etded $opts done finally make sure that the maps your calling for in your map.cfg (objectivecycle.cfg) also is placed into your etmain hope it helps hellreturn 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.