RacerRoomSetup: The vim code no longer works :/
authorWuzzy
Wed, 30 Oct 2019 11:06:19 +0000
changeset 2079 388bb06bd16e
parent 2078 499a9bda5571
child 2080 870bd5e04865
RacerRoomSetup: The vim code no longer works :/
RacerRoomSetup.wiki
--- a/RacerRoomSetup.wiki	Wed Oct 30 11:02:43 2019 +0000
+++ b/RacerRoomSetup.wiki	Wed Oct 30 11:06:19 2019 +0000
@@ -21,9 +21,7 @@
 The racer room configuration is currently here: [https://hg.hedgewars.org/hedgewars/raw-file/tip/misc/racer.yaml]
 It is stored relative to the game server.
 According to unc0rr, any errors in syntax will kill the server, so be careful!
-To update for a new release you usually just need to add new characters to the AMMO for any newly added weapon entries.
-{{{:s/\([0-9]\{58\}\)/\10/g}}}
-will do this in vim, where 58 is the number of weapons in the current racer room and the 0 is for the addition.
+To update for a new release you usually just need to update `AMMO` for any newly added weapon entries.
 New maps can be added too, using existing entries as a reference.
 
 == Setting up the room ==