From 7b89d1037cc50446d223575f3d4f8f89ff47cdaf Mon Sep 17 00:00:00 2001 From: Big Bad Waffle Date: Sun, 26 Feb 2017 13:11:47 +0000 Subject: [PATCH] More work on the 'how to build a map' wiki entry --- howto-build-map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto-build-map.md b/howto-build-map.md index 38ec597..4728553 100644 --- a/howto-build-map.md +++ b/howto-build-map.md @@ -6,7 +6,7 @@ ##### Prep * Create a new folder in `server/config/maps`. The folder should't contain spaces and should ideally be your map name. For instance: `plainsOfRuin`. -* Download the map blueprint from [here](). +* Download the map blueprint from [here](). (Document not actually uploaded yet. For now, you can basically just copy one of the existing maps). * Extract the zipped archive into your new map folder. You should now have `server/config/maps/{yourMap}/map.json`. ##### The Map File