RacerRoomSetup.wiki
changeset 2079 388bb06bd16e
parent 2078 499a9bda5571
child 2082 bb914d6298f2
equal deleted inserted replaced
2078:499a9bda5571 2079:388bb06bd16e
    19 == Updating the room config for a new release ==
    19 == Updating the room config for a new release ==
    20 
    20 
    21 The racer room configuration is currently here: [https://hg.hedgewars.org/hedgewars/raw-file/tip/misc/racer.yaml]
    21 The racer room configuration is currently here: [https://hg.hedgewars.org/hedgewars/raw-file/tip/misc/racer.yaml]
    22 It is stored relative to the game server.
    22 It is stored relative to the game server.
    23 According to unc0rr, any errors in syntax will kill the server, so be careful!
    23 According to unc0rr, any errors in syntax will kill the server, so be careful!
    24 To update for a new release you usually just need to add new characters to the AMMO for any newly added weapon entries.
    24 To update for a new release you usually just need to update `AMMO` for any newly added weapon entries.
    25 {{{:s/\([0-9]\{58\}\)/\10/g}}}
       
    26 will do this in vim, where 58 is the number of weapons in the current racer room and the 0 is for the addition.
       
    27 New maps can be added too, using existing entries as a reference.
    25 New maps can be added too, using existing entries as a reference.
    28 
    26 
    29 == Setting up the room ==
    27 == Setting up the room ==
    30 
    28 
    31 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:
    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: