it looks like the "main" in this folder has a bad script that conflicts with the vanilla main script, some unnecessary lines of start and end that lock the game from ever starting
From what I remember, it increases the limit of the items in your inventory above 99, very useful for collecting shillings in particular. Then there are some changes in the settings menu, I think it most likely lets you have faster battle animation speed and change the colour of the window, but there may be some other things as well. Then it overhauls the save/load menu and makes it much cleaner. And then it improves the input ui in some particular puzzles in the game. One more thing is that it is not compatible with any mods that change the index.js file like the suspend & restore mod. That's unfortunately all I can remember for now.
What has the mod Added? Are you in doubt about this? Well.
1) Add a configuration file with the following options:
OptimizationPlugins // Some Cache and preload plugins.
HideUnusableSkills // This makes the not usable skills not appear in the battle menu, making it more clean.
HidePassiveSkills // This Makes the Passible Skills not visible *Both in Menu And Battle Skills menu*.
CounterNonPhysical // Let you counter Magical Attacks.
SplashScreen ``This is just obvious`
Now, these are not recommended configurations.
NewInBattleEquip // This is a new Equip In Battle Command.
TargetSelectEncore // Improvement for selection of target in battle. *Not Tested, and probably SUPER Overpower*
LimitDamage // for those who want to give 9.999 damage and higher.
NewBattleAI `New AI for enemys that make the game very difficult because its make enemy iginore their attack time and flod you with his strongest attacks`
NewActorBattleAI // Gives a new AI to Auto-Battle Characters like the Black Kalev. This has a high chance of even doesn't make any difference.
ReadCanvasFaster // This is a fix for a console error that are appearing for me while I'm testing. I don't know if this really make the game faster. And even this "fix" appears to cause lag in the church, I don't recommend it.
SetValueOptimization // Perhaps this will give your game performance. As it basically prevents variables from receiving a new value they already have, which would avoid unnecessary map refreshes.
Now, talking about his code: Accessing non-user-friendly/programmer-user-friendly areas of the mod. We can see that in the file of his plugins, this mod loads the plugins "Irina_PerformanceUpgrade", "JitterFix", "Chau_SceneStabilizer", "YEP_CoreEngine", "YEP_X_CoreUpdatesOpt" before the plugins of the original game. And load "YEP_SaveCore", "YEP_X_CounterControl", "YEP_BattleAICore", "YEP_TargetCore", "YEP_X_SelectionControl", "YEP_SkillCore", "YEP_X_ChangeBattleEquip", "YEP_X_MessageSpeedOpt", "YEP_FpsSynchOption", "YEP_BattleAniSpeedOpt", "YEP_KeyNameEntry", "YEP_OptimizeScriptCalls" after original game plugins.
Some of these plugins are paid, such as "YEP_KeyNameEntry" which costs 10 USD in " Yanfly Engine Plugins", "[Bundle] Utility Pack - RPG Maker MV Plugins", or 30 USD in his complete pack of plugins.
8 comments
It was one of the most popular mods here and it got removed.
It adds animation speed, message speed and other unknown stuff
1) Add a configuration file with the following options:
Now, these are not recommended configurations.
Now, talking about his code: Accessing non-user-friendly/programmer-user-friendly areas of the mod. We can see that in the file of his plugins, this mod loads the plugins "Irina_PerformanceUpgrade", "JitterFix", "Chau_SceneStabilizer", "YEP_CoreEngine", "YEP_X_CoreUpdatesOpt" before the plugins of the original game.
And load "YEP_SaveCore", "YEP_X_CounterControl", "YEP_BattleAICore", "YEP_TargetCore", "YEP_X_SelectionControl", "YEP_SkillCore", "YEP_X_ChangeBattleEquip", "YEP_X_MessageSpeedOpt", "YEP_FpsSynchOption", "YEP_BattleAniSpeedOpt", "YEP_KeyNameEntry", "YEP_OptimizeScriptCalls" after original game plugins.
Some of these plugins are paid, such as "YEP_KeyNameEntry" which costs 10 USD in " Yanfly Engine Plugins", "[Bundle] Utility Pack - RPG Maker MV Plugins", or 30 USD in his complete pack of plugins.