Tactical Omni Map
This is an extension for the tactical battle system. It is NOT a stand-alone plugin.
- Allows the tactical battle system to be executed on any game map with a script call.
- Requires setting up events to convert into specific enemies/actors/force relocate party members
- Relocates player to leader position after battle.
- Relocates followers to last position from battle.
- Allows for smart followers which won't overlap with player (or at least try not to)
If you are going to use a map for omni tbs in the future, be sure to set your no move region accordingly otherwise, you may have enemy battlers doing faulty movements, move areas showing in random places, etc. It is of critical importance.
To call the OmniTBS, simply use the script call: $gameMap.beginOmniTBS()
- $gameMap.beginOmniTBS(true) will skip victory UI display
Once used, the battle will begin immediately and it would substitute events flagged to be converted based on comments in the event's current page. In the image above, this event will be converted into enemy 2 and on battle victory, the event's self switch A will be triggered making it permanently deleted by virtue of changing the event's page.
The plugin's help should have a list of comment tags you can use to add actors, modify party member position, etc.
On victory, the player is set to the leader's location and followers are set to the map battler's last location.
If "Smart Followers" is not enabled, followers will simply move through walls towards the player at impossibly fast speed.
Status | Released |
Category | Tool |
Author | Synrec |
Tags | 2D, RPG Maker, Strategy RPG, Turn-based |
Purchase
In order to download this tool you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:
Development log
- v1.3 - Minor FixJun 27, 2024
- v1.2 - Player followersJun 08, 2024
- v1.1 - Skip Victory UI DisplayJun 04, 2024
- ReleasedMay 30, 2024
Comments
Log in with itch.io to leave a comment.
This is an awesome addition!
Thanks!