じ☆ve冰风 发表于 2026-7-28 13:00:19

PLUGIN Enemy As Actor

Hello
,
Recently i posted a thread for making a "Enemy as actor".

No one had the answer !


So I said to myself... I'll do it myself !
And here it is, it's a small plugin and my "first" real plugin,
Sorry it must not be optimized at all, I would love to have your feedback.

I don't know how to describe the plugin a picture is better :


https://forums.rpgmakerweb.com/attachments/1628444925831-png.198060/



* No copyright, this plugin are totally Free to use in Comercial and non-Comercial game
* You can credit me if you want, and my code are "open-source" !
You can use my code and modify it and post it everywhere without linking back here !
Maybe only my username would be nice but not obligatory.

Spoiler: Plugin HelpFor use a custom sprite instead of the Actor battler sprite put simply in the Actor notetag :
<FE_spriteName:X>
X is for the name of the file, by default the files should be in "img/sv_enemies/".

For changing that you can put :
<FE_path:X>
X is for the path of the file which contains the image for example <FE_path:img/characters/>.

Finally, for changing the anchor of the sprite :
<FE_anchorX:0.25> Default 0.75
<FE_anchorY:0.25> Default 1.6


Example of use in the actor notetag:



Sorry my rpg maker mv is in french
.

PS : For more help go into the plugin help


Sorry for my bad english
Enjoy !
https://raw.githubusercontent.com/Furia25/FURIA_EnemyActor/main/FURIA_EnemyActor.js



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