じ☆ve冰风 发表于 2026-7-30 15:11:01

Dynamic Party Size

Dynamic Party Size
Author: Vyndicate
You don't want 4 heroes in 1 party? No worries, we can add unlimited max. But having a lot of heroes cause position X and Y can be more or less than Screen Size. This can fix your issue
Max Battlers:
How many do you want for using hero members in 1 party
Per Line Battlers:
How many do you want heroes per line if all party member exist in battle
Position X and Position Y:
Adjust position as you desire. This code originally from YEP_BEC and add some adjustment. You can use these to write the formula
screenWidth => Value of width screen
screenHeight => Value of height screen
maxSize => Maximum party size. Can be set through parameter
perLineBattlers => Maximum heroes per line. Can be set through parameter
statusHeight => Size of window below in battle
600 + index * 32 and 280 + index * 48 is legacy default
Line Gap:
How long is the gap between line? You can set the number as you desire

Terms of Use:
Free for commercial and non commercial use with credits

Changelog:
v1.0.0
Init plugin

Showcase:

https://forums.rpgmakerweb.com/attachments/screenshot-2026-03-05-070508-png.362004/



本贴来自国际rpgmaker官方论坛作者:Vyndicate处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/dynamic-party-size.182737/
页: [1]
查看完整版本: Dynamic Party Size