RacerRoomSetup.wiki
changeset 1742 b597100d6111
parent 1509 9c51e2c8572c
child 1743 39ca8f9807e3
equal deleted inserted replaced
1741:1e358389decc 1742:b597100d6111
    15 
    15 
    16 Then exit.  The room will be removed.
    16 Then exit.  The room will be removed.
    17 
    17 
    18 == Updating the room config for a new release ==
    18 == Updating the room config for a new release ==
    19 
    19 
    20 The racer room configuration is currently here: [https://hg.hedgewars.org/hedgewars/raw-file/tip/misc/racer.room]
    20 The racer room configuration is currently here: [https://hg.hedgewars.org/hedgewars/raw-file/tip/misc/racer.yaml]
    21 It is stored relative to the game server.
    21 It is stored relative to the game server.
    22 According to unc0rr, any errors in syntax will kill the server, so be careful!
    22 According to unc0rr, any errors in syntax will kill the server, so be careful!
    23 To update for a new release you usually just need to add new characters to the AMMO for any newly added weapon entries.
    23 To update for a new release you usually just need to add new characters to the AMMO for any newly added weapon entries.
    24 {{{:s/\([0-9]\{58\}\)/\10/g}}}
    24 {{{:s/\([0-9]\{58\}\)/\10/g}}}
    25 will do this in vim, where 58 is the number of weapons in the current racer room and the 0 is for the addition.
    25 will do this in vim, where 58 is the number of weapons in the current racer room and the 0 is for the addition.