- Joined
- Oct 31, 2017
- Messages
- 59
- Reaction score
- 21
- First Language
- english
- Primarily Uses
- RMMV
The problem is when you have rows with different amounts of actors in those rows. The y position isn't right. It bases the y of the first battler in the row relative to the y of the first battler in the row in front of it. Then all other battlers y are based on the first battler in their row. That just doesn't work with rows with different amounts of battlers.
This problem is even in Yanfly videos and I can see what and why its doing it, so its a plugin "feature" not a bug or my mistake.
In the pictures the you can see what I mean. Sword icon = 1st row, Spear = 2nd, Bow = 3rd, Harp = 4th
The problem gets worse when difference in the number of battlers between adjacent rows are greater.
My guess is I need make the y pos for the row start on the middle guy in a row and go from there. Problem is I have no idea how to do this. The math confuses me for starters but also not sure how to even start with this problem. Maybe some script or eventing that checks the number of all rows then modifies the y pos after the fact? Not sure if that will conflict with the Yanfly action sequences i was planning on making for if I should use that plugin to help fix this.
Also if anyone knows the best way to limit the number of battlers in a row at a time, this wouldn't be as big of a problem.
This problem is even in Yanfly videos and I can see what and why its doing it, so its a plugin "feature" not a bug or my mistake.
In the pictures the you can see what I mean. Sword icon = 1st row, Spear = 2nd, Bow = 3rd, Harp = 4th
The problem gets worse when difference in the number of battlers between adjacent rows are greater.
My guess is I need make the y pos for the row start on the middle guy in a row and go from there. Problem is I have no idea how to do this. The math confuses me for starters but also not sure how to even start with this problem. Maybe some script or eventing that checks the number of all rows then modifies the y pos after the fact? Not sure if that will conflict with the Yanfly action sequences i was planning on making for if I should use that plugin to help fix this.
Also if anyone knows the best way to limit the number of battlers in a row at a time, this wouldn't be as big of a problem.