- Joined
- Apr 14, 2019
- Messages
- 214
- Reaction score
- 187
- First Language
- German
- Primarily Uses
- RMMV
Hello, my own game if ever finished will contain no world map, because I don't really like it.
For this it needs some kind of fast travel system, so I wrote a plugin for this which is almost finished.
I only have quite a big issue, that I couldn't solve because I am inexperienced.
I wanted to create a new Scene consisting of 3 windows:
- 1 simple message window at the top displaying just a question.
- 1 command window at the right which displayes all previously visisted maps markes as traveling points via notetags.
- 1 big data window at the left which should display a miniature version of the map with a description below.
The 3rd window is what I couldn't do myself. That is why I commented the code around the new Scene.
I tried to use the maps tileset and the Spriteset Class to draw the map, but this seems to be wrong???
Maybe instead of using the windows tileset and data, saving the map as an image and scaling it down and displaying
the image in the window would be sufficient??
Could someone please help me?
Is there maybe already a plugin for fast traveling I could use instead?
For this it needs some kind of fast travel system, so I wrote a plugin for this which is almost finished.
I only have quite a big issue, that I couldn't solve because I am inexperienced.
I wanted to create a new Scene consisting of 3 windows:
- 1 simple message window at the top displaying just a question.
- 1 command window at the right which displayes all previously visisted maps markes as traveling points via notetags.
- 1 big data window at the left which should display a miniature version of the map with a description below.
The 3rd window is what I couldn't do myself. That is why I commented the code around the new Scene.
I tried to use the maps tileset and the Spriteset Class to draw the map, but this seems to be wrong???
Maybe instead of using the windows tileset and data, saving the map as an image and scaling it down and displaying
the image in the window would be sufficient??
Could someone please help me?
Is there maybe already a plugin for fast traveling I could use instead?
Attachments
-
22.9 KB Views: 0




