Author Topic: Creating new Server,rotation dont work  (Read 2589 times)

Aero

  • PGP
  • Posts: 47
Creating new Server,rotation dont work
« on: October 10, 2012, 10:51:14 PM »
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:
Quote
[maplist]
bankrob
grave
zsiege
siegecastle
###
it was the file myrotation.txt

now my config file(a part):
Quote
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

gonass

  • 68 Carbine
  • Posts: 383
Re: Creating new Server,rotation dont work
« Reply #1 on: October 10, 2012, 11:02:21 PM »
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.

SpeedUSA

  • PGP
  • Posts: 36
Re: Creating new Server,rotation dont work
« Reply #2 on: October 11, 2012, 12:21:41 AM »
Try removing "set rotation 1". I don't use that command in my server config files.

Aero

  • PGP
  • Posts: 47
Re: Creating new Server,rotation dont work
« Reply #3 on: October 11, 2012, 04:49:33 AM »
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

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Creating new Server,rotation dont work
« Reply #4 on: October 11, 2012, 09:40:48 AM »
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.

Aero

  • PGP
  • Posts: 47
Re: Creating new Server,rotation dont work
« Reply #5 on: October 11, 2012, 12:28:35 PM »
unknown command maplist
but what do the error:"bad gametype,unsupported - 4 not in 8" mean,may thats the source of the problem?

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: Creating new Server,rotation dont work
« Reply #6 on: October 11, 2012, 02:23:27 PM »
Try "sv maplist". The bad gametype is not a problem for the rotation.

Aero

  • PGP
  • Posts: 47
Re: Creating new Server,rotation dont work
« Reply #7 on: October 11, 2012, 10:25:21 PM »
did,the maps are in the list,but i still have the problem

ic3y

  • Committee Member
  • Autococker
  • Posts: 1398
Re: Creating new Server,rotation dont work
« Reply #8 on: October 12, 2012, 02:09:47 AM »
Do maplist ingame.

Aero

  • PGP
  • Posts: 47
Re: Creating new Server,rotation dont work
« Reply #9 on: October 12, 2012, 02:28:39 AM »
if i do maplsit ingame,i see the same what u saw in the console

ic3y

  • Committee Member
  • Autococker
  • Posts: 1398
Re: Creating new Server,rotation dont work
« Reply #10 on: October 12, 2012, 02:35:02 AM »
You can change the map with

newmap arenaball

?

Aero

  • PGP
  • Posts: 47
Re: Creating new Server,rotation dont work
« Reply #11 on: October 12, 2012, 02:35:54 AM »
update: if i play some rounds,siegecastle is comming everytime,even if startmap was bankrob.
here a maplist after 3 matches

Aero

  • PGP
  • Posts: 47
Re: Creating new Server,rotation dont work
« Reply #12 on: October 12, 2012, 02:36:36 AM »
map changed to arenaball

ic3y

  • Committee Member
  • Autococker
  • Posts: 1398
Re: Creating new Server,rotation dont work
« Reply #13 on: October 12, 2012, 02:46:29 AM »
try

newmap grave

Aero

  • PGP
  • Posts: 47
Re: Creating new Server,rotation dont work
« Reply #14 on: October 12, 2012, 02:46:52 AM »
ffixed europe siege working now

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Creating new Server,rotation dont work
« Reply #15 on: October 12, 2012, 09:32:58 AM »
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.