Skip to content

I bundled what I think is particularly useful among plugins I created.

License

Notifications You must be signed in to change notification settings

Tsumio/rmmv-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMMV Plugins

profile
I bundled what I think is particularly useful among plugins I created.
Hope these plugins help, and enjoy creating great games!

Requirement

These plugins are for RPG Maker MV.

Usage

Read each JS file.It contains usage.

List

Plugin name Description Detailed information
PreviouslyOnStory This plugin implements the synopsis function. Official Forum
DebugToolEx This plugin helps to do the debugging. Official Forum (Japanese)
ChoiceListBugFix This plugin fix a bug in choice list. N/A
OperateDearFollowers This plugin enables the operation of the follower. Official Forum (Japanese)
WarnGamePadConnecting This plugin report the gamepad has been disconnected. Official Forum (Japanese)
ShowIncredibleActions This is a plugin that displays the number of actions when battle scene. Official Forum (Japanese)
ChangeBattleWindowRows This plugin change the rows of the battle scene. Official Forum (Japanese)
ByeGoodBoy When there is a level difference with the enemy, you will force victory to battle. Official Forum (Japanese)
TsumioMenuSystem This plugin remodels the menu scene. Official Forum (Japanese)
SkipSatoshi Not display specific actors in the battle, nor in the menu scene. N/A
YieldReturnConversation Supports suspension and resumption of events. Official Forum (Japanese)
SimpleFileLayout This plugin remodels the file scene. Official Forum (Japanese)
SimpleMenuLayout This plugin remodels the menu scene. Official Forum (Japanese)
TsumioFireCalendar This plugin implements the calendar function. Official Forum (Japanese)
TsumioEventsShadow This plugin displays shadow. Official Forum (Japanese)
MaskScrollingText Add mask function to scrolling text. Official Forum (Japanese)
AddedExpCollector Save the experience value gained in battle in a variable. N/A
UnfollowTouchTracks This plugin hides tracks representing the destination. Official Forum (Japanese)
EscapeRatioAnalyzer Display the escape ratio during battle. N/A
SkipPartyCommand This plugin skip party command in battle. N/A
BugFixFreezeOfSomeScenes Fixes the bug of freezing occurring in some scenes. N/A
MultipleWindowSkinSystem Dynamically change the image and display method of the message window. Official Forum (Japanese)
MOG_PictureGallery_Patch Patch plugin for MOG_PictureGallery. N/A
TsumioActions Implement special actions. Official Forum (Japanese)
TsumioErrorChecker Attempting to restore storage data if it is spoiled. Official Forum (Japanese)
MemoryCheatingBlocker Prevent memory tampering cheat. Official Forum (Japanese)
BattleCommandAdjuster Position the battle command next to the actor. N/A
TsumioBattleResult Change battle result. N/A
TsumioCarrySystem Player can carry a event. N/A
TsumioCommandBattle Extend the battle system. N/A
UnReloadMap Disables map reloading only on setting maps. N/A
CharacterScaleChanger Change the Character scale at once. N/A
BattleCommandModifier Control the availability of battle command. N/A
MessageWindowSizeAdjuster Changes the size of the message window. N/A
AirshipAltitudeAdjuster Adjust the altitude of the airship. N/A
ShortestDistanceCalculator Calculate the shortest distance. N/A

If you want to know all my plugin, see the blog (Japanese).

License

All plugins are released under the MIT License, see LICENSE.txt.

Terms of Use

All plugins are free for both commercial and non-commercial use.
You may edit the source code to suit your needs, so long as you don't claim the source code belongs to you.

Contact Information

Tsumio
[GitHub] : https://github.com/Tsumio/rmmv-plugins
[Blog] : http://ntgame.wpblog.jp/
[Twitter]: https://twitter.com/TsumioNtGame


日本語

profile
製作したプラグインのうち、特に有用だと思うものをこのリポジトリにまとめています。
ゲーム制作は大変なことも多いですが、少しでもお役に立てれば幸いです!

要件

RPGツクールMV上での動作を前提としています。

使用方法

各JSファイルを読んでください。使用方法が書かれています。

一覧

プラグイン名 説明 詳細情報
PreviouslyOnStory あらすじ機能を実装します。 公式フォーラム
DebugToolEx デバッグを支援します。 公式フォーラム
ChoiceListBugFix 選択肢のバグ修正用プラグインです。 なし
OperateDearFollowers フォロワーを操作するプラグインです。 公式フォーラム
WarnGamePadConnecting ゲームパッドが切断されたことを報告するプラグインです。 公式フォーラム
ShowIncredibleActions 戦闘時に行動可能回数を表示するプラグインです。 公式フォーラム
ChangeBattleWindowRows 戦闘時におけるウィンドウの行数を変更します。 公式フォーラム
ByeGoodBoy 敵とレベル差があるとき、戦闘に強制勝利します。 公式フォーラム
TsumioMenuSystem メニュー画面を改造するプラグインです。 公式フォーラム
SkipSatoshi 特定のキャラクターを戦闘に参加させず、メニュー画面にも表示させません。 なし
YieldReturnConversation イベントの中断と再開をサポートします。 公式フォーラム
SimpleFileLayout ファイルシーンのデザインを変更するプラグインです。 公式フォーラム
SimpleMenuLayout シンプルなメニュー画面を実装します。 公式フォーラム
TsumioFireCalendar カレンダー機能を実装します。 公式フォーラム
TsumioEventsShadow 立体的な影を表示するプラグインです。 公式フォーラム
MaskScrollingText 文章のスクロール表示にマスク機能を加えます。 公式フォーラム
AddedExpCollector 戦闘で得た経験値を変数に保存します。 なし
UnfollowTouchTracks タッチ後の目的地を表す軌跡を非表示にするプラグインです。 公式フォーラム
EscapeRatioAnalyzer 戦闘中の逃走成功率を表示します。 なし
SkipPartyCommand 戦闘時のパーティーコマンドをスキップします。 なし
BugFixFreezeOfSomeScenes いくつかのシーンで発生する可能性のあるフリーズ現象を修正します。 なし
MultipleWindowSkinSystem メッセージウィンドウの画像や表示方法を動的に変更できるようにします。 公式フォーラム
MOG_PictureGallery_Patch MOG_PictureGalleryのパッチプラグインです。 なし
TsumioActions 特殊なアクションを実装します。 公式フォーラム
TsumioErrorChecker セーブデータが壊れていた場合に復元を試みるプラグイン。 公式フォーラム
MemoryCheatingBlocker メモリ改竄チートを予防するプラグイン。 公式フォーラム
BattleCommandAdjuster バトルコマンドの位置をアクターの隣にします。 なし
TsumioBattleResult 戦闘結果の表示を変更します。 なし
TsumioCarrySystem プレイヤーはイベントの持ち運びが可能になります。 なし
TsumioCommandBattle 戦闘システムを拡張します。 なし
UnReloadMap 特定マップでマップのリロードを無効化します。 なし
CharacterScaleChanger キャラクターのScaleを一括で変更します。 なし
BattleCommandModifier バトルコマンドの使用可否コントロールします。 なし
MessageWindowSizeAdjuster メッセージウィンドウのサイズを変更するプラグイン なし
AirshipAltitudeAdjuster 飛行船の高度を調整するプラグイン。 なし
ShortestDistanceCalculator 最短距離を計算するプラグイン。 なし

GitHubに公開していないものを含む全てのプラグインの一覧はブログをご覧ください。

ライセンス

全てのプラグインはMITライセンスで公開されています。
詳細はLICENSE.txtをご覧ください。

利用規約

ソースコードの著作権者が自分であると主張しない限り、作者に無断で改変、再配布が可能です。
利用形態(商用、18禁利用等)についても制限はありません。
自由に使用してください。

連絡先

ツミオ
[GitHub] : https://github.com/Tsumio/rmmv-plugins
[Blog] : http://ntgame.wpblog.jp/
[Twitter]: https://twitter.com/TsumioNtGame

About

I bundled what I think is particularly useful among plugins I created.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published