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

[转载发布] Javascript-Powered Notes - No more messy note fields + Extra features possible!

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

    连续签到: 2 天

    [LV.7]常住居民III

    6501

    主题

    864

    回帖

    3万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

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

    灌水之王

    发表于 昨天 22:04 | 显示全部楼层 |阅读模式
    NoteFieldsFromJS.js - v1.2

    Introduction

    If you're using Yanfly plugins or many other popular plugins that let you define complex behaviors through Note tags, you're probably aware that it's a bit of a mess, especially if you're embedding Javascript code in your note through Yanfly's Lunatic Mode and so on. Really this is an abuse of the note field - it was never designed for this much text, and the only way to manage it is to write everything in a separate text editor and copy and paste it into the field, which is annoying if you want to make changes.

    This is meant to be used with plugins that allow complicated features to be coded up in note fields, and though a basic knowledge of Javascript will be useful for understanding how this works and coding your own special features, I've set things up so you technically can get by with no Javascript knowledge.


    Features
    This script provides two notetags to use:
    1. <JSNote:functionName>
    复制代码
    (where functionName is the name of a Javascript function that returns your note text)
    1. <JSNoteParams:param1,param2>
    复制代码
    (where param1,...paramN is a comma-separated list of parameters to pass to the function. Commas can be escaped with
    1. \,
    复制代码
    (backslash-comma).

    Because now you are running Javascript to retrieve your note field, you can use all its power to add more dynamic features to your game. You could store some properties in a settings file and read it through Javascript, make certain behaviors change based on whether you start the game when the system clock says it's day or night, and so on. The sky's the limit if you're proficient in Javascript (or copy and pasting
    ). Of course, basically no knowledge is required to achieve the easiest feature of letting you edit and store complicated note fields.

    Screenshots
    I've referenced Yanfly's tutorial on Adapting Armorhere as an example of how this cleans up complicated note fields.
    Spoiler: Screenshots



    How to Use
    Put NoteFieldsFromJs.js into your plugin folder and enable it. If you have any plugins that modify how the database loads its data, place this plugin below those. It should be fully compatible. Once enabled, use the tags referenced above as needed.
    You can organize your functions however you like, but in case you're hesitant due to  little or no coding knowledge that's fine too - I've included a template called NoteFields.js, a template plugin that can serve as a place to put all your note field functions. Follow the examples inside that plugin to create your own functions easily.

    Changelog
                    Code:       
    1. v1.2
    2. ===
    3. - Re-include NoteFields.js template plugin
    4. - Include more detailed documentation on how to use the NoteFields.js template plugin
    5. v1.1
    6. ===
    7. - Change notetag parsing logic so you can now reference info from values from the $data* objects like $dataArmors, etc.
    8. - Compatability patch for Eli's  FindNameById (Database Organizer)
    9. - Compatability patch for Yanfly's Doodads
    10. v1.0
    11. ===
    12. Initial release
    复制代码


    Terms of Use: You are free to use this code in any project you like, including commercial projects. You may also modify or distribute this code with only the following restriction: Leave my name attached somewhere to the code, be it in the plugin author field or attribution added in the code itself.


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

    本帖子中包含更多资源

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

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

    使用道具 举报

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

    本版积分规则

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

    幸运抽奖

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

    立即查看

    聊天机器人
    Loading...

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

    GMT+8, 2026-7-28 01:34 , Processed in 0.113781 second(s), 56 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

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