Digital Paint Discussion Board
Paintball 2: The Game => Server Discussion => Topic started by: Aero on October 11, 2012, 12:51:14 AM
-
Hello,im creating a new Server,but for any reason everytime the first/start map is just loading,do i have to turn something in my config?
Here the rotation file:
[maplist]
bankrob
grave
zsiege
siegecastle
###
it was the file myrotation.txt
now my config file(a part):
set rot_file pball/configs/myrotation.txt
// ----------------------------------------------------------------------
// GENERAL SETTINGS
// ----------------------------------------------------------------------
set autojoin normal
set ffire 0
set grenadeffire 0
set timelimit 1
set fraglimit 50
set elim 5 // time (in seconds) before players respawn
set gren_explodeonimpact 1
set deadtalk 0 // set to 1 to allow dead players to talk to living
set sv_maxvelocity 8192
set swear_filter 0
set sv_votemapenabled 0
set idle 120 // time (in seconds) before idle players are put on observer
set deathmatch 1
set maxclients 16
set smokegens 6
set paintgens 6
set ctftype 1
set ball_life 4
set maxentities 4096
set rotation 1
still the only map loading is siegecastle,here the start parameters:
C:\Games\Paintball2\paintball2.exe +set dedicated 1 +set public 1 +exec myserver.cfg +map siegecastle
As Attach you can see my console.
So can any1 help my fix my rotation to get it working?
ps. it will be a siege only server
Edit: In the Screenshot of the console it was +map bankrob
-
When you say that it was the only map loaded, do you mean that you couldn't change it to another map? I think the +map is just what it goes to first or if there are no votes.
-
Try removing "set rotation 1". I don't use that command in my server config files.
-
i can change map as admin,but after 1 match finished,the naxt map is the same like:
siegecastle -> siegecastle -> siegecastle -> ...
i removed set rotation 1 no effect
-
You need to add "set rot_file pball/configs/myrotation.txt".
Edit: Never mind, I missed that at the top. Is your "myrotation.txt" in the pball/configs directory? Also, make sure you're not hiding file extensions and actually have the file named "myrotation.txt.txt" or something like that.
Edit 2: It says "4 maps added to rotation", so it sounds like the rotation is being loaded. Type "maplist" at the console.
-
unknown command maplist
but what do the error:"bad gametype,unsupported - 4 not in 8" mean,may thats the source of the problem?
-
Try "sv maplist". The bad gametype is not a problem for the rotation.
-
did,the maps are in the list,but i still have the problem
-
Do maplist ingame.
-
if i do maplsit ingame,i see the same what u saw in the console
-
You can change the map with
newmap arenaball
?
-
update: if i play some rounds,siegecastle is comming everytime,even if startmap was bankrob.
here a maplist after 3 matches
-
map changed to arenaball
-
try
newmap grave
-
ffixed europe siege working now
-
If you're testing with just 1 player, it's possible there are not enough people to switch to some of the other, larger maps. The mapinfo files specify the min/max players.