- Joined
- Feb 10, 2018
- Messages
- 50
- Reaction score
- 3
- First Language
- english
- Primarily Uses
- RMMV
Note: My RPG Maker MV game is set to 1920x1080 resolution.
When I start my RPG Maker MV game, the game area starts out centered:

How can I move that game map screen to the top left like this?

Then, as an added bonus, how can I place an image on the right like this?

EDIT
I ended up figuring it out. The solution was simple, you don't even need javascript.
In your map, do this: Make sure there is unwalkable extra space to the right and bottom of the map, it will push the walkable area towards the top left. Then you can simply Show Picture at the right of the screen.
Here's an example:

Here is how it looks in game (you could show a picture towards the right very easily).

The extra blank space to the right and bottom pushes the walkable area to the top left.
Things like the dialogue window can be resized if you don't like it overlaying your Picture on the right hand side.
The extra black space you see can be used for pictures, huds, overlays, etc.
When I start my RPG Maker MV game, the game area starts out centered:

How can I move that game map screen to the top left like this?

Then, as an added bonus, how can I place an image on the right like this?

EDIT
I ended up figuring it out. The solution was simple, you don't even need javascript.
In your map, do this: Make sure there is unwalkable extra space to the right and bottom of the map, it will push the walkable area towards the top left. Then you can simply Show Picture at the right of the screen.
Here's an example:

Here is how it looks in game (you could show a picture towards the right very easily).

The extra blank space to the right and bottom pushes the walkable area to the top left.
Things like the dialogue window can be resized if you don't like it overlaying your Picture on the right hand side.
The extra black space you see can be used for pictures, huds, overlays, etc.
Attachments
-
61.1 KB Views: 2
Last edited:

