ET Server Map Cyrcle


(SadGasm) #1

Can someone help me ? I got a problem whit my maps on the server.
I got gametype 2 and i edit the objectivecyrcle.cfg but allways when i edit
only 4 maps are on server. The other maps dont load and i must load them then over
the rcon and if i leave the same maps roll over and over again.

My objectivcyrcle.cfg is :

set d1 “set g_gametype 2 ; map cortexbeta ; set nextmap vstr d2”
set d2 “set g_gametype 2 ; map snatch3 ; set nextmap vstr d3”
set d3 “set g_gametype 2 ; map v2base ; set nextmap vstr d4”
set d4 “set g_gametype 2 ; map purefrag ; set nextmap vstr d6”
set d5 “set g_gametype 2 ; map goldrush ; set nextmap vstr d1”
set d6 “set g_gametype 2 ; map oasis; set nextmap vstr d5”
set d7 “set g_gametype 2 ; map fueldump ; set nextmap vstr d7”
vstr d1


(ailmanki) #2

the cfg looks like it would work. Though d7 will never be loaded.
maybe add a line:
qsay ^7Objectivecycle loaded

then you know the cfg is loaded, also you can check with rcon your cycle,
/rcon cvarlist d

lastly you need the correct map names, not the pk3, but the name of the bsp. Maybe that is wrong.
You can figure out the name with:
/rcon fdir *bsp
Though map names look correct, but it also helps to check if the maps are really installed.


(SadGasm) #3

i got this when i did /rcon cvarlist d

http://screenshot.xfire.com/s/106169647-3.jpg

and got this when i did /rcon fdir *bsp

http://screenshot.xfire.com/s/106169803-4.jpg

please add my xfire : gendar257


(stealth6) #4

did you change your gametype to 2 in the server.cfg?

Also objectivecycle is spelt like that <- No R

the cvarlist is showing that you are running a campaign (gametype 4) not gametype 2


(SadGasm) #5

wait il try i really dident check but i think i have it becouse i did whit rcon /rcon <pass> g_gametype 2 and restarted server and nothing hapend


(stealth6) #6

well lol, when you restart your server it reads the server.cfg again and if you have g_gametype 4 in your server.cfg it will just overwrite your cmd.


(SadGasm) #7

i got gametype on 2 and i had exec objectivecycle 2 times so now its just 1 time and it works but doesnet load all maps :s


(SadGasm) #8

http://screenshot.xfire.com/s/106181129-4.jpg


(gaoesa) #9

There is still somewhere in your configs that it loads some campaign setup. Check everywhere for exec sentences and look what they have inside them.


(SadGasm) #10

bdw does anyone know how to make limitations for purefrag like only covert ops whit sten and so ?


(SadGasm) #11

I found this in my cfg file

set g_objectiveFile “objectivecycle.cfg”
set com_watchdog_cmd “exec campaigncycle.cfg” // defaults to quit


(ailmanki) #12

in your ‘cfg file’, I suppose its some kind of server.cfg, which you found, add as last line:
exec objectivecycle.cfg

And for sten and settings check the documentation of the mod you use.

edit: oh and modify watchdog to:
set com_watchdog_cmd “exec objectivecycle.cfg” // defaults to quit

This watchdog stuff will trigger - or should - when your server is hanging cause of no map loaded.


(SadGasm) #13

hey i fixed it :wink: thanks

can someone tell me how to put off moltov i got enhmod on ?


(SadGasm) #14

hey i fixed it :wink: thanks

can someone tell me how to put off moltov i got enhmod on ?
and how to make bots random country flags becouse now they have german and so on


(hunterthebest) #15

You can do that with Jaymod :> Go Jaymod pdf and search for g_weapons. U can also find out byyourself to use rcon. /rcon password g_weapons 3500, 3501, 3501 etc. You will find afther some minutes the perfect weapon settings and you’re done.

Good luck.