设为首页收藏本站同能贴吧 切换语言 繁体中文
开启辅助访问 切换到窄版
扫描二维码关注官方公众号
返回列表
+ 发新帖
查看: 106|回复: 0

[转载发布] Sir Legna's Plugin Generator

[复制链接]
累计送礼:
0 个
累计收礼:
1 个
  • TA的每日心情
    开心
    2026-7-12 04:10
  • 签到天数: 209 天

    连续签到: 2 天

    [LV.7]常住居民III

    9015

    主题

    864

    回帖

    6万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    7
    卡币
    58751
    OK点
    16
    推广点
    0
    同能卷
    50
    积分
    68660

    灌水之王

    发表于 2026-7-22 18:45:17 | 显示全部楼层 |阅读模式
    Hello there!

    To Access the Plugin Generator

    This tool has been in the works for over 6 months with 2 months of private testing and 4 months of low publicity access. Well, it is finally here. We believe that the work has finally paid off to reveal Sir Legna's Plugin Generator!

    Okay, what is this plugin generator?
    Great question! This was tool created by Sir Legna to allow developers to compile all the plugins that we have developed in whatever combination they want. For example, maybe you want 27 plugins in one file, and with this Generator can have it! How about 5 plugins here and 3 plugins there, sure thing! I just want individual flies per plugin, here you go then!


    Okay cool, but what plugins are included?
    Here is a list of all plugins that are available and as time goes on more plugins will be added. We bolded a few that we find very useful in our projects and others. And if there is a link, then that means we have created an interactive demo of the plugin. This list is up to date as of January 23, 2025.

    • Accent Manager - replaces text in a show text message automatically based on defined plugin parameters
    • Actor By Variable - references actors in various commands via a variable instead of hardcoded values
    • Actor Cloner - generates new actors during run time
    • Actor to Event - makes an event appear like an actor
    • Ammo Data - adds additional data fields to the game actors and enemies to manage the current level of ammo
    • Animation Sound Variance - Able to add a pool of random sounds to an animation frame, great for dynamic sound effects.
    • Armor Requirement Revamp - has skills that require armor requirements or require no armor to be equipped
    • Better Show Battle Animation - shows battle animation on dead enemies as well as alive ones​

    • [url=https://sirlegna.itch.io/sirlegnas-choice-location]Choice Location - makes the choice window appear anywhere they desire​

    • Control Skip Text - Control if the player can click to skip text to the end of the message box​

    • Custom Game Error - Calls custom Game Error window with any specified message​

    • Delay Switches and Variables - changes self-switches, switches, and variables with a delay of a number of battles, wins, escapes, saves, frames, game seconds, steps, and real-world seconds.​

    • Direction Event Switch Trigger - flips another event self-switch in Move Routes​

    • Enemy Escape Revamp - enables enemies to have escape percentages similar to how the party does
    • Enemy Stats Formula - dynamically defines enemy parameters
    • Event Approach Event - Move route that moves towards a specified event id
    • Event Cloner - clones an event from any map and can overwrite aspects of the cloned event​

    • Face Image to Bust - This allows the player to reveal an image when clicking on the face image in the message window, great for optional bust.​

    • Final Critical Damage - Makes it where when a target is one critical hit away from death, it increases the chance to 100%​

    • Follower-Specific Visuals - Allows the developer to customize how followers will be rendered either by actor note tags or globally​

    • In Event Comment - This allows you to comment out various event commands, and make them optional for playtesting only. Great for skipping components of your game that are well-tested when doing playtests​

    • Item Cost Formula - dynamically defines the price of items, weapons, and armors
    • Item Morpher - creates items that morph into a new item upon being used
    • Item Requirement Revamp - limits skill usage based on the number of items within the party inventory​

    • Jump to Tile - jumps to specific EventId or X and Y tile in Move Routes​

    • Position BattleBacks - modify the position of battlebacks for battles and also allow for animating them
    • Post-Action Animation - Allows the developer to call an animation after the action (move) was completed with the specification of hit, miss, and evaded
    • Random In Line - Move route which moves the event in a random straight line as long as the next step is valid
    • Real World Conditional - makes conditionals based on real-world local time​

    • Restore Event Commands - restores an erased event​

    • Repeat Next - Move route which repeats the next move route a specified number of times​

    • Rewards For Escaping - Able to distribute rewards/penalties for escaping a battle​

    • Searchable Item Select - Able to make an Item Select which only reveals the items which match (fuzzy string match) a given actor name which can be used as a search term​

    • Shop Conditional Purchasing - able to hide or disable items in the shop based on global and item-specific conditions​

    • Skill Cost Display - displays additional costs for skills such as MP and TP together
    • Skill Cost Formula - dynamic skill cost through damage-like formula
    • Skill Cost Sorter - defines how to sort the skills also allowing sorting by last used or if usable
    • Skill Restrict - adds additional restrictions to prevent the skill from being active
    • SwitchSetter - Collab plugin which allows you to specify Game switches instead of just ID
    • Tile-based Scaling - games attempt to auto-scale to reduce black bars on the side of the screen, by scaling the map, menu, and optionally title screen, game over screen, and battle backs
    • Tile Event - makes map tiles call common events based on three actions; standing on the tile, being beside the tile, or pressing the action button
    • Weapon Requirement Revamp - has skills that require additional weapon requirements (greater than the default 2) or require no weapons to be equipped​

    • Weapon Stats Restrictions - prevents a weapon from appearing in the equip menu for an actor if their stats don't meet the requirements
    How do I suggest a plugin for future versions? I found a bug where do I report it?
    Check out our Community page or come hang out on our discord

    Okay, how much does this cost?
    There is no cost to using this plugin generator or the generated plugins. It's FREE!

    What are the terms?
    These terms may change. The most up-to-date terms can be found on the plugin generator or plugin help section for the terms defined upon generation
    TERMS OF USE   

    All required Terms of Use follow the higher the number, the higher the priority, for example, 1. Can use X and then 2. Cannot use X, then you cannot use X   
    Optional Terms of Use are terms that the creator would like to have, but are not forcing anyone to follow.

    REQUIRED TERMS OF USE

    • You are free to use the plugin created in any commercial or non-commercial projects with the RPG Maker software.  
    • You are free to modify the script created to your liking however, for any bug fixes or general features you are required to post an explanation in the Bugs/Features Requests forums on the generator page. This is so that the community can always be using the best code available.
    • You are not allowed to modify the terms of use except for creating stricter terms.
    • Place SirLegna Generated Plugins in your credits

    OPTIONAL TERMS OF USE​

    • Gifting SirLegna a copy of your game. I would love to see how you use my code for ideas on how to improve my plugins.


    If you have any questions, don't hesitate to reach out to SirLegna! We want to make our plugins help make your game the best it can be.


    本贴来自国际rpgmaker官方论坛作者:SirLegna处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/sir-legnas-plugin-generator.138823/

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    x
    天天去同能,天天有童年!
    回复 送礼论坛版权

    使用道具 举报

    文明发言,和谐互动
    文明发言,和谐互动
    高级模式
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    简体中文
    繁體中文
    English(英语)
    日本語(日语)
    Deutsch(德语)
    Русский язык(俄语)
    بالعربية(阿拉伯语)
    Türkçe(土耳其语)
    Português(葡萄牙语)
    ภาษาไทย(泰国语)
    한어(朝鲜语/韩语)
    Français(法语)
    关闭

    幸运抽奖

    社区每日抽奖来袭,快来试试你是欧皇还是非酋~

    立即查看

    聊天机器人
    Loading...

    QQ|Archiver|手机版|小黑屋|同能RPG制作大师 ( 沪ICP备12027754号-3 )

    GMT+8, 2026-8-4 20:29 , Processed in 0.123554 second(s), 55 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回复 返回顶部 返回列表