0 of 0

File information

Last updated

Original upload

Created by

dontknow

Uploaded by

Delathh

Virus scan

Safe to use

Tags for this mod

8 comments

  1. 44somas
    44somas
    • member
    • 1 kudos
    endorsed but I fucked my game and had to verify files, not really sure how to properly install this 
    1. 44somas
      44somas
      • member
      • 1 kudos
      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
    2. 44somas
      44somas
      • member
      • 1 kudos
      that said it seems just keeping the original main in your www's JS folder and passing on the other files does the trick?
  2. jpvo2003
    jpvo2003
    • member
    • 4 kudos
    What's in this mod? Could you add a description of it and the features?
    1. Person1211
      Person1211
      • member
      • 1 kudos
      +1
    2. Delathh
      Delathh
      • member
      • 0 kudos
      I hoped someone could fetch the description of the mod, because i just reposted it.
      It was one of the most popular mods here and it got removed.

      It adds animation speed, message speed and other unknown stuff
    3. Imouto36
      Imouto36
      • member
      • 0 kudos
      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.
    4. Magsarion
      Magsarion
      • member
      • 2 kudos
      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.