PDA

View Full Version : No Map Loaded - Linux Dedicated Server


Lynxus
09-11-2007, 11:30 AM
== Resolved ==


Hi peoples,

Im having a bit of trouble with the linux dedicated.

Its installed and when i run it it loads up all the files etc and ends with:


------------- Initialized in 05 -------------
--- Common Initialization Complete ---
terminal support enabled ( use +set in_tty 0 to disabled )
pid: 7880
2266 MHz CPU
1520 MB System Memory
Async thread started

------------


So, Its now up and running,
HOWEVER when i try and connect to it quakewars replies with "Error no map loaded on server " Connection refused.

Has anyone got any idea why?

Thanks
Graham

RotzKotz_ere
09-11-2007, 11:41 AM
To start a stopwatch server:
si_rules sdGameRulesStopWatch
spawnServer valley
To start a campaign server:
si_rules sdGameRulesCampaign
spawnServer campaign_demo
The si_rules argument is case-sensitive.
Ditch the whole set m0/vstr m0 construct; it's not needed when running a single map/single campaign server and it will cause unnecessary map reloads at the end of the campaign.
Include one of those 2 into your config file.

Lynxus
09-11-2007, 11:55 AM
who da man?

you da man!


Thanks for that. Seems to work now :)