EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
966 stars 183 forks source link

RM2k3: Support for "RPG_RT_no_row.ips" #2800

Open Deflaktor opened 2 years ago

Deflaktor commented 2 years ago

There are some games which use the "RPG_RT_no_row.ips" found here: https://forums.rpgmakerweb.com/index.php?threads/remove-row-command-from-battle.87342/#post-797445

It simply removes the "Row" command from the rm2k3 battle system.

Would be really nice if EasyRpg would support that patch as well.

carstene1ns commented 2 years ago

This could be easily added with a custom chunk or rpg_rt.ini switch. Good thing is that nothing for the engine needs changing, is only cosmetic, same goes for the removing of auto-battle.

fdelapena commented 1 year ago

The Feature::HasRow() could help with this with the new settings system, as the chunk is present with easyrpg_disable_row_feature since https://github.com/EasyRPG/Player/pull/2697/commits/c5a95ff2c06047b7732f0b531e1a16c916e94dc6