@@ -73,4 +73,10 @@ Once you are done with your map, it should be saved into the GameServer's /maps
<palign="center">
<imgsrc="https://i.imgur.com/M6nYhfj.png"/>
</p>
If you ever get an error like the one shown above when loading a map (the path appears to start at a second place midway through the path), the issue is most likely with the .tsx file for the map. Instead of using a relative path, it is using an absolute path. To fix this, open the .tsx file in notepad (or a notepad alternative) and reroute using a relative path to access the file. An example of this is highlighted in the image below.