RacerRoomSetup.wiki
changeset 2082 bb914d6298f2
parent 2079 388bb06bd16e
equal deleted inserted replaced
2081:a0c2ba8d636a 2082:bb914d6298f2
     1 #summary How to setup the official racer room
     1 #summary How to setup the Official Racer Challenge room
     2 
     2 
     3 = Racer Room Setup =
     3 = Official Racer Challenge Room Setup =
     4 
     4 
     5 == Overview ==
     5 == Overview ==
     6 
     6 
     7 The server has support for "fixed" server rooms in order to have a permanent room for hosting race maps. A little manual setup is required, and at present must be recreated on every new release and server restart.
     7 The server has support for "fixed" server rooms in order to have a permanent room for e.g. hosting Racer/TechRacer maps. Fixed rooms can exist even when nobody is inside.
       
     8 
       
     9 On the official server, we use this for the Official Racer Challenge.
       
    10 
       
    11 A little manual setup is required, and at present must be recreated on every new release and server restart.
     8 
    12 
     9 == Removing the Room ==
    13 == Removing the Room ==
    10 
    14 
    11 In order to add a room for a new release, the old room must be removed first. Join the game using the old release, join the Official Racer Room, then run:
    15 In order to add a room for a new release, the old room must be removed first. Join the game using the old release, join the Official Racer Challenge room, then run:
    12 {{{
    16 {{{
    13 /unfix
    17 /unfix
    14 /delegate YourNick
    18 /delegate YourNick
    15 }}}
    19 }}}
    16 
    20 
    24 To update for a new release you usually just need to update `AMMO` for any newly added weapon entries.
    28 To update for a new release you usually just need to update `AMMO` for any newly added weapon entries.
    25 New maps can be added too, using existing entries as a reference.
    29 New maps can be added too, using existing entries as a reference.
    26 
    30 
    27 == Setting up the room ==
    31 == Setting up the room ==
    28 
    32 
    29 After having removed the old room, create a new room named "Official Racer Room". Restrict join to registered players only (unregistered players don't get recorded in the stats) then run:
    33 After having removed the old room, create a new room named "Official Racer Challenge". Restrict join to registered players only (unregistered players don't get recorded in the stats) then run:
    30 {{{
    34 {{{
    31 /loadroom racer.yaml
    35 /loadroom racer.yaml
    32 /fix
    36 /fix
    33 /callvote map #01
    37 /callvote map #01
    34 }}}
    38 }}}