- Joined
- Sep 10, 2017
- Messages
- 50
- Reaction score
- 3
- First Language
- English
- Primarily Uses
- RMMV
Yanfly made a video regarding the octopath inspired plugins by Olivia a few days ago. I decided to use some of them (sideview battle ui, battle system, victory screen). I have managed to set up most things as I wanted, unfortunately I´ve run into a small problem now.
https://imgur.com/a/ALQhayL
As it is now, all player characters are standing as depicted in the picture, diagonally, with each member standing further in the back. They´re also standing a bit too far left for my liking. How can I set them up to stand in one row and preferably around the area marked in the second picture? The current formulas used by the plugin are
Formula for X
Graphics.boxWidth * 0.5 + 128 + index * 64
Formula for Y
Graphics.boxHeight - 128 - ($gameParty.maxBattleMembers() - index - 1) * 48
I´m not an expert at these kinds of things, so I´m honestly not sure what I should do to change their positions, and I´m somewhat afraid of changing anything and ruining the placement completly. I hope this is enough information for someone to help me with my problem. If it isn´t, I´ll provide any asked information.
Thank you very much
https://imgur.com/a/ALQhayL
As it is now, all player characters are standing as depicted in the picture, diagonally, with each member standing further in the back. They´re also standing a bit too far left for my liking. How can I set them up to stand in one row and preferably around the area marked in the second picture? The current formulas used by the plugin are
Formula for X
Graphics.boxWidth * 0.5 + 128 + index * 64
Formula for Y
Graphics.boxHeight - 128 - ($gameParty.maxBattleMembers() - index - 1) * 48
I´m not an expert at these kinds of things, so I´m honestly not sure what I should do to change their positions, and I´m somewhat afraid of changing anything and ruining the placement completly. I hope this is enough information for someone to help me with my problem. If it isn´t, I´ll provide any asked information.
Thank you very much
