Update Making Maps authored by Gregory Neibert's avatar Gregory Neibert
...@@ -73,4 +73,10 @@ Once you are done with your map, it should be saved into the GameServer's /maps ...@@ -73,4 +73,10 @@ Once you are done with your map, it should be saved into the GameServer's /maps
<p align="center"> <p align="center">
<img src="https://i.imgur.com/M6nYhfj.png"/> <img src="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.
<p align="center">
<img src="https://i.imgur.com/Mlc2tKR.png"/>
</p> </p>
\ No newline at end of file