public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Sideview battler position problem

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

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

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.
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 to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

SV.png
SV.png
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.

#039#rpg-maker-archive#js-requests

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar