RPG Maker Uniteのサンプルゲーム
「MP0の魔法使いと僧侶が仲間の棺桶を抱えてダンジョン中腹から脱出する」
で使っているアドオンの詰め合わせです。
https://rpgmakerunite.com/game/
This is an assortment of add-ons used in the RPG Maker Unite sample game
"The MP0 Sorceress and Priest Duo - Dungeon Escape with Companion’s Coffin" (MP0 Dungeon Escape)
https://rpgmakerunite.com/game/
物理名 | 説明 | Explain |
---|---|---|
RDBanBattleRandom | 戦闘のランダム要素を選択して除去します。詳しくは中身を見てください。 | Select and remove random elements of the battle. See contents for details. |
RDBattleSpeedUp | 決定ボタンを押している間戦闘を高速化します。 | Speeds up battle scene while decision button is on. |
RDCommandSave | イベントコマンドでセーブができるようになります。 | You will be able to save with the event command. |
RDDungeonLight | マップに暗闇と光源を作ります。 | Create darkness and light sources on the map. |
RDEnemyBreath | 敵が息遣いの様なアニメーションをします。 | The enemy animates like breathing. |
RDEnemyHPGage | 敵にHPゲージを表示します。 | Display the HP gauge on the enemy. |
RDEventMove | マップでイベントを歩行させます。移動後にスイッチを入れたり向きを変えたり瞬間移動したりできます。 | Walking events on the map. You can switch, turn around and move momentarily after moving. |
RDEventOpacity | イベントの透明度を少しずつ変えられます。 | You can change the transparency of the event in small increments. |
RDEventTraceCamera | イベントにカメラを追従させます。 | Follows the camera to the event. |
RDExtensionState | ステートに様々な効果を付与します(解除時に別のステート付与、能力値を固定値を増減) | Grant various effects to states (grant another state when disappeared, increase or decrease fixed values of ability values) |
RDFadeOut | 独自UIも含めて画面をフェードアウト・インできます。操作中にイベントを動かすこともできます。 | You can fade in and out of the screen, including your own UI. Events can also be moved during operation. |
RDGlobalVolume | 初期ボリュームを変更できます。ついでにボリュームを10%ごとに増減できるようになります。 | You can change the initial volume. In addition, you can increase or decrease the volume by 10%. |
RDMapInfo | 自機が触れている時にマップ上に文字情報を表示するイベントを作れるようになります。 | You will be able to create an event that displays text information on the map when the actor is touching it. |
RDMoveStop | 特定スイッチを入れるとデフォルトの操作を全て受け付けなくなります。 | When the specific switch is turned on, all default operations are no longer accepted. |
RDSkillSwitch | スキルを使うとスイッチをON・OFFしたり、特定スイッチの状態でスキルの使用可否を制御します。 | Using a skill turns a switch on or off, or controls the availability of a skill by the state of a specific switch. |
RDZoom | カメラを指定した場所にズームイン・アウトします。自機・単独イベント・複数イベント・座標選択可。イージングもあります。 | Zooms the camera in and out to the specified location. Self, single event, multiple events, and coordinates selectable. Easing is also available. |
\Assets\RPGMaker\Codebase\Add-ons
の中にフォルダごと入れてください。
Uniteのメニューでアドオンを選択し、アドオンをチェックすれば使えるようになるはずです。
いくつかのアドオンは
https://support.rpgmakerunite.com/hc/ja/community/posts/20064652518169-ReplaceCodesAddon
で紹介されている「ReplaceCodesAddon」を前提としています。
詳しくは中身を見てください。
申し訳ないことにRadian(角度ゆいえ)はこのアドオンの動作を保証することができません。
また、不具合の修正や機能の追加依頼も恐らく受け付けられません
問題が発生した時にご自身で対処できる方、
もしくは何が起こっても怒らない方のみご利用ください。
Put the add-on folder inside the following folder
\Assets\RPGMaker\Codebase\Add-ons
And in the Unite menu, select Add-ons and check Add-ons and you should be able to use it.
Some add-ons are available at
https://support.rpgmakerunite.com/hc/ja/community/posts/20064652518169-ReplaceCodesAddon
introduced in the "ReplaceCodesAddon" section.
See what's inside for details.
Sorry, Radian (Kakudo Yuie) cannot guarantee that this addon will work.
Also, we probably cannot accept requests to fix problems or add features!
You must be able to deal with the problem yourself when it occurs,
Or, please only use this add-on if you are not offended by what happens.