Для запуску цього вмісту необхідно мати придбану в Steam копію RPG Maker MV.

Усі рецензії:
схвальні (14) - 85% з 14 рецензій на цю гру є позитивними.
Дата виходу:
8 лют. 2024
Розробник:
Видавець:
Позначки

Увійдіть до акаунта, щоби додати цей продукт до списку бажаного чи позначити як ігнорований.

українська мова недоступна

Цей продукт не підтримує вашу мову. Будь ласка, перегляньте список підтримуваних мов перед купівлею.

Завантажуваний вміст

Для запуску цього вмісту необхідно мати придбану в Steam копію RPG Maker MV.

Завантажити RPG Maker MV - SRPG Gear MV - Tactical Battle system for RPG maker MV

Безкоштовно
 

Про цей вміст

To celebrate the RPG Maker Festival 2024, we are distributing "SRPG Gear" and graphic assets for creating simulation RPGs to everyone! For FREE of course!

You can use this to expand the scope of your game creation or use the plugin as a reference guide for creating your own iteration!

There are also sample projects included, so you can see what kinds of actions are possible right away.

We hope you find it useful in your game development! Happy game creating!

〇install folder

Launch Steam→Right click on RPG Maker MZ item in "LIBRARY"→Manage→Browse local files→The files are in the "dlc" folder.

〇 Features of this Plugin:

・Make Simulation RPGs without any programming!

With this plugin, you can easily create simulation RPGs that battle directly on the field!

・Robust Simulation RPG on RPG Maker MV!

With this plugin, you can create a tactical RPG in which PCs/enemies fight on the field. It provides essential functionalities for SRPG, such as terrains and ranges, as well as battle AI. These enable you to easily create SRPGs.

・Enjoy the creative freedom with the plugin’s high customizability!

You can easily create popular events for SRPG, such as deploying or reinforcing units. In addition, the functionalities to change the victory/defeat conditions let you make exciting and emotional battles!

〇Included Plugins

・SRPG_core.js

The core plugin for SRPG system.

・SRPG_RangeControl.js

A plugin to add range control functionalities to SRPG system.

・SRPG_PositionEffects.js

A plugin to add skill effects to change target positions.

・SRPG_AoE.js

A plugin to add skills/items with area effect.

・SRPG_AIControl.js

A plugin to extend AI controls of units for SRPG system.

・SRPG_AuraSkill.js

A plugin to add “aura skills”, which affects units around the skill owner with various effects.

・SRPG_UX_Windows.js

A plugin to modify windows for SRPG system.

・SRPG_BattlePrepare.js

A plugin to add battle preparation for SRPG system.

・SRPG_BattleUI.js

A plugin to modify the menu screen for SRPG system.

・SRPG_DispHpOnMap.js

A plugin to show HP gauges on the field on SRPG battle.

・SRPG_MoveMethod.js

A plugin to extend move methods in SRPG battle.

・SRPG_ShowPath.js

A plugin to show move paths in SRPG battle.

・SRPG_Summon.js

A plugin to enable to summon enemies/objects in SRPG battle.

・SRPG_UX_Cursor.js

A plugin to control the cursor in SRPG battle.

〇Graphic assets

“system” folder

SRPG move path sprite (srpgPath.png)

“pictures” folder

SRPG player turn display sprite (PlayerTurn.png)

SRPG enemy turn display sprite (EnemyTurn.png)

============================================================================

Version History

============================================================================

2024/9/18 Ver.1.19Q :

- The process for calling the menu screen using the cancel key has been improved to reduce the likelihood of conflicts.

- Fixed a bug where the script command this.EventDistance() was not functioning correctly.

- Modified the script command for retrieving the distance between actors/events to return -1 to the specified variable if a non-existent actor/event is specified.

2024/9/7 Ver.1.18Q :

[Specification Changes]

- Changes to AoE Mechanics:

- The details on how to create AoE skills have been updated in the SRPG_AoE.js help file.

- Area Attacks:

- Removed the functionality of directly setting the skill's range as the AoE range with and .

- When creating a skill that targets the area around the user, change it to an AoE skill with a range of 0.

- To ensure that enemies and auto-controlled actors use area attacks correctly, SRPG_AIControl.js is required.

- Global Attacks:

- Added and tags to specify allied or opposing factions for global attack skills.

- You can create a global skill that targets everyone by combining (set to 1 or higher) with , , , or . The tag is no longer necessary.

[Improvements & Fixes]

- Added a "Guest Actor" feature (allows the same ID actor to be copied and participate in battle). Adding in the event's memo will create a guest actor.

- Added functionality in SRPG_BattleUI to adjust the number of displayed actors and their graphics in the menu screen (configurable via plugin parameters).

- Added the tag for enemies, allowing them to copy the parameters, equipment, and traits of a specified actor ID, creating an enemy identical to that actor.

- Added the tag to SRPG_UX_Windows, which allows HP, MP, and TP to be displayed as "???". A state tag has also been added to disable .

- Improved the tag so it can now be used with actors and classes to prevent receiving rewards (experience, money, items).

- Improved the and tags, making them usable with actors and enemies to set map battles.

- Enhanced to show damage/healing from HP regeneration traits on the map.

- "After Action Processing" () and "Unit Events" () now retain the "Event ID during action" (default stored in variable 4) and the "Target Event ID" (stored in variable 5).

- Improved script/plugin commands that specify an event ID to allow input of "Event ID during action" and "Target Event ID" (with event ID 0 referencing the event ID during action and -1 referencing the target event ID).

- Optimized the rendering of AoE range display sprites.

- Fixed a bug where SRPG battles would freeze upon ending if resumed from save data created with versions before Ver.1.16Q.

- Fixed an issue where the Counterattack Skill with skill ID 1 (default is "Attack") would use normal attacks to counter, even if normal attacks had been replaced with other skills via traits or tags.

- Fixed a bug where the script command this.unitAddState() would not properly apply the death state.

- Corrected a bug where the cursor would move during "After Action Processing" () and "Unit Events" () if the plugin command "Start On Next Actor" was set to true in SRPG_UX_Cursor.

- Fixed an issue where level-up notifications could appear on the reward window even for units that had reached their level cap.

- Corrected a bug where defeating an enemy during a counterattack in scene battles could trigger victory processing multiple times.

2024/6/15 Ver.1.17Q :

- Added a feature to SRPG_PositionEffects to set regions that cannot be selected by skills.

2024/6/13 Ver.1.16Q:

- Added to the tags (notes) for skills and items, allowing conditions based on the opponent's skills when used in counterattacks (stricter counterattack conditions enable more appropriate actions. Example: a counterattack that triggers only when receiving a physical attack from the enemy).

- Added the script command this.removeUnit(eventId); to remove actors/enemies from battle. Unlike incapacitation, this completely removes them from SRPG battle. If it’s an actor, they will also leave the party.

- Added the ability to change the status window colors for actors/enemies in SRPG_UX_Windows (changeable via plugin parameters).

- Added the tag to skills, which prevents receiving rewards (experience points, money, drop items) when set with .

- Improved two-attack (follow-up attack) based on agility difference, allowing judgment based on the absolute value of the difference instead of the ratio (changeable via plugin parameters).

- Improved two-attack (follow-up attack) based on agility difference to allow changing whether attacks occur based on probability if the set ratio/value is not met (changeable via plugin parameters). Setting it to OFF will disable two-attacks if the set value is not met.

- Corrected the judgment of whether skills/items can be used in two-attacks (follow-up attacks) based on agility.

- Improved the "Change Actor Image" event command so that changes in walking graphics are reflected on the map units.

- Improved behavior for mouse operations (especially when the cursor follows the mouse) (MouseOperation.js).

- Fixed an issue where some description texts were overflowing from windows in the English version sample game.

- Fixed the cellTarget issue in SRPG_PositionEffects.js (unable to select on bridges, or selectable on non-movable objects).

- Fixed an error in SRPG_AuraSkill when trying to make a target unable to act with an aura (state) within the aura’s range.

- Improved the application timing of aura skills to better respond to auras that change movement power.

- Improved the display position (Z-coordinate) of actor sprites in battle scenes.

- Fixed an issue where the number of activations increased excessively when using multi-activation skills in map battles.

5/12/2024 Ver.1.15Q :

・Supported both Japanese and English plugin helps. (Special Thanks to: Gotcha Gotcha Games)

・Integrated AoE_Animation.js.

 →In the older versions, AoE skills were executed for each target with battle scenes repeated as many times. Since this version, they bring just a battle scene with the user against multiple targets.

・In conjunction with AoE_Animation.js integration, the processes of map battles are now the same as those of scene battles.

・Added a metatag which enables a counterattack by all friends within the area.

・State, buff and debuff changes are now displayed on the map battles.

・Improved the direction adjustment of characters at the battle starts.

・Moves, ranges and AoE areas are now initialized at the battle ends. (battle end calls, such as common events, are now supported.)

・The player display, such as invisibility or follower display, is now recorded before the battle starts and restored after the battle ends.

・SRPG UX Windows.js can now show how long the result window is displayed.

・Fixed an issue that the value of the EXP shown at the end of the battle was unintentionally offset.

・Fixed an issue that units were unintentionally able to pop at unpassable tiles when their coordinates were the same as those of other units.

・Fixed an issue that if the app window size was extended and there was an area outside of the game display, it crashed if it used SRPG_ShowPath.js and players moved the cursor outside of the game area.

・Fixed an issue that for SRPG_MouseOperation_MZ.js, if the screen size and the UI area size were different, cursor movement was could be uncontrollable.

・Improved some touch operations.

 *It is reported that it does not work well on some tablets. If it won't work, try making SRPG_MouseOperation.js OFF.

Системні вимоги

Windows
macOS
SteamOS + Linux
    Мінімальні:
    • Додаткові примітки: System supporting RPG Maker MV
    Рекомендовані:
    • Додаткові примітки: System supporting RPG Maker MV
    Мінімальні:
    • Додаткові примітки: System supporting RPG Maker MV
    Рекомендовані:
    • Додаткові примітки: System supporting RPG Maker MV
* З 15 лютого 2024 року клієнт Steam більше не буде підтримувати 32-бітні ігри та macOS 10.14 і старіші версії цієї ОС.
    Мінімальні:
    • Додаткові примітки: System supporting RPG Maker MV
    Рекомендовані:
    • Додаткові примітки: System supporting RPG Maker MV

Користувацькі рецензії на RPG Maker MV - SRPG Gear MV - Tactical Battle system for RPG maker MV

Тип рецензії


Тип придбання


Мова


Діапазон дат
Щоб переглянути рецензії за певний проміжок часу, виберіть його на графіку вище або клацніть відповідний стовпчик.

Показати графік



Час гри
Сортуйте рецензії за показником награного часу на момент написання рецензії:


Без мінімуму до Без максимуму

Показ
Показувати рецензії у вибраній послідовності





Дізнатися більше
Показати графік
 
Сховати графік
 
Фільтри
Виключення рецензійної активності «не за темою»
Ігровий час:
Переважно на Steam Deck
Завантаження рецензій…