First, I would like to say that I love this engine and can't wait for it to be open source! Thank you for all your hard work!
Â
I want to change the tile size to 48x48 to mimic the tile size for RPG Maker MV. I may also like to change the map size to either be smaller or bigger.
Â
I have a few questions:
- Is the map and tile size virtually limitless within reason?
- What are the problems with changing the map and tile size?
Â
I saw that the config.xml file has the following:
Quote
<Map>
<!--MapBorder Override. 0 for seamless with scrolling that stops on world edges. 1 for non-seamless, and 2 for seamless where the camera knows no boundaries. (Black borders where the world ends)-->
<BorderStyle>0</BorderStyle>
<!--DO NOT TOUCH! These values will resize the maps in the engine and will CORRUPT existing maps. In MOST cases this value should not be changed. It would be wise to consult us before doing so!-->
<MapWidth>32</MapWidth>
<MapHeight>26</MapHeight>
<TileWidth>32</TileWidth>
<TileHeight>32</TileHeight>
</Map>
Â
It makes sense that changing the sizes would corrupt existing maps, which is not an issue for us, since we will creating the maps from scratch after changing the values. I am, however, worried by the severity of the comment itself. It seems like there might be other immediate or near future issues when changing the size. Is there anything I should be worried about?
Question
Shilo
Hello,
Â
First, I would like to say that I love this engine and can't wait for it to be open source! Thank you for all your hard work!
Â
I want to change the tile size to 48x48 to mimic the tile size for RPG Maker MV. I may also like to change the map size to either be smaller or bigger.
Â
I have a few questions:
- Is the map and tile size virtually limitless within reason?
- What are the problems with changing the map and tile size?
Â
I saw that the config.xml file has the following:
Â
It makes sense that changing the sizes would corrupt existing maps, which is not an issue for us, since we will creating the maps from scratch after changing the values. I am, however, worried by the severity of the comment itself. It seems like there might be other immediate or near future issues when changing the size. Is there anything I should be worried about?
Â
Thank you for your time!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts