Original Source
- Original title: Sideview battler position problem
- Original author: TinyFoxtail
- Original date: February 23, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/sideview-battler-position-problem.118515/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Requests
Summary
Under sideview battle,I need a plugin that can set ally actors position according the game window's width&height. For instance: positon X = screenWidth - 16 - (maxSize + 2) * 32 + index * 32 position Y =screenHeight - statusHeight - maxSize * 48 + (index+1) * 48 - 32 YEP_BattleEngineCore.js can do these above, but the plugin has other unnecessary functions that causes incompatible problem.
Archived First Post
For instance: positon X = screenWidth - 16 - (maxSize + 2) * 32 + index * 32
position Y =screenHeight - statusHeight - maxSize * 48 + (index+1) * 48 - 32
YEP_BattleEngineCore.js can do these above, but the plugin has other unnecessary functions that causes incompatible problem.
Link: http://www.yanfly.moe/wiki/Battle_Engine_Core_(YEP)
Protected download
I guess theres 2 ways to solve the problem.
1 Take out the 'Sideview Position part' from the YEP plugin, and delete other unused parts.
2 Find another plugin that ONLY set actors' position according the game window's width&height.
THANK YOU!
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...
