Battle Test problems

● ARCHIVED · READ-ONLY
Started by stickyicarus 3 posts View original ↗
  1. I'm having some weird issues when i battle test fights. One of my charecters doesn't have their starting weapon equipped and the skill cooldowns plugin doesnt do anything. When i test the game itself all of these functions work. I'm wondering what I'm doing that could make them fail in the battle tester though... My plugin order is in the pics
  2. The cooldown plugin probably has required things that are only initialized when you start the game in the normal way (the objects initialization process for normal game and battle test are different) .. It's actually a pretty normal thing for custom stuff to not work on battle test..

    Also make sure you close the database and hit save first before battle testing to make sure the database changes are saved to the game files..

    As for your starting equips not working, iirc upon clicking battle test it shows a window for your party setup first including what their levels and equipment for the battle test should be, it doesnt always exactly follow your default actor setup so check that first.
  3. Thanks for the help! I think hitting save fixed everything!