I'm experiencing some strange behavior with the WME save thumbnails.
For example I made a map so that the player can navigate elsewhere instantly. It is a window object and overlayed sometimes as a dedicated map scene, but most of the time it's an overlay to the current scene so that when the player changed his mind he can revert back to the current scene and continue where he was. I do allow making savegames while on that map screen but this is what happens:
- On the dedicated map scene, the thumbnail is just a black screen (because there is nothing in the scene except the open window)
- On other scenes, the thumbnail shows the actual real scene the player is at and not the overlayed window object
For a while I thought WME just can't make thumbnails of window objects, but then I noticed if the player has the Inventory open while going to the save screen, the Inventory shows up on the thumbnail. With the Inventory it's exactly the opposite I want: I want it to be omitted from being screened and not show up in the thumbnail.
This all seems to act very random so I'm not sure what I can do to fix this. Are there some type of conditions that make some window objects show up and hide others? How can I control it, exactly?
Thank you