VE Notes Text File - VE_NotesTextFile.js
シェア用テキスト:
▼VE Notes Text File(Victor Sant様作) - VE_NotesTextFile.js
https://plugin.fungamemake.com/archives/26965
メモタグをテキストファイルで管理できます。
ふりがな:のーとてきすとふぁいる
機能概要: メモタグをテキストファイルで管理できます。
利用規約(ライセンス):https://fungamemake.com/victor-engine-jaspanese
作者:Victor Sant
作者サイト:https://victorenginescripts.wordpress.com/
ダウンロードページ:https://fungamemake.com/archives/9811
ファイル名:VE_NotesTextFile.js
プラグインのヘルプ:
/*:ja * @plugindesc v1.00 メモタグをテキストファイルで管理できます * @author Victor Sant * * @help * 翻訳:ムノクラ * https://fungamemake.com/ * https://twitter.com/munokura/ * * 元プラグイン: * https://victorenginescripts.wordpress.com/rpg-maker-mv/notes-text-file/ * * * =========================================================================== * 必要プラグイン * =========================================================================== * * このプラグインを使用するには、下記のプラグインが必要です。 * - VE_BasicModule * * * =========================================================================== * 説明 * =========================================================================== * * 全てのオブジェクトのメモタグ * * <text note: 'filename'> * * ファイル内のテキストをメモタグとして使用します。 * メモタグのコモンイベント化と考えると理解しやすいでしょう。 * * ファイル名は引用符で囲まれていなければなりません。 * ファイルは'data/notes/'フォルダになければなりません。 * この新しいフォルダを作成する必要があります。 */