-
Notifications
You must be signed in to change notification settings - Fork 12
Creating a map
If you have any tips on building maps, feel free to share them here!
Once the map is built, the regions must be set up. Using the plasmid add_region stick, attainable with /give <username> plasmid:add_region
, you can demarcate the necessary regions. These are the spawn and throne region.
The spawn region is where players spawn into the game, both during the waiting period and actual gameplay. It should be added with the marker spawn
The throne region is where players are attempting to get to. In winner takes all mode, the last player on the throne at the end of the game is the winner. In scored mode, when players are inside of the throne region they will gain points. This region is not required in deathmatch mode.. It should be added with the marker throne
.
In order to add the region to the game, a game config file must be created which uses the map so it can be played. You can either create a plasmid game config which sets the right map id and use this for private use, or you can submit a pull request to this repository to have it added. For an example of such a pull request, see here.