Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Use Side-View Battle is UNCHECKED, yet whenever I  do combat it will show up normal for half a second and then go to side-view battle and push all of the monsters to the side.  How do I make it so it's  not side-view battle?\

 



On top of that, how do I make it so your money doesn't show up in the top right. If you notice, it overlaps your name and looks really bad.

Hi Xyphien,

For the first issue, If you are editing the Demo Project, there are two places you will need to change in order to make Battles in Front View. The first place is the Common Event called Initialize, here we do a script call that sets Side View as the default. You can feel free to remove this line or set the value to false in order to make Front View battles the default.

Next,  you will want to clear the Battle Events in the Enemy Troops. All of them have script calls are set to change the configuration if the Settings are in Side View. If you delete the Conditional that is asking for $dataSystem.optSideView that should do the trick.

 

For the second issue, if your project is using the PartyUI_A plugin, you can increase the width of the Status Window in the plugin parameters. This will allow the  name, resources and health to spread out more evenly. Right now it looks like the Micro Status Window width is really small which is causing issues. Try increasing it to 384 px or higher and see if that makes a difference.

If you are not using PartyUI_A plugin for your game project then you will need to use another plugin to modify the UI.

Hope this helps. Please let us to know if you run into any further issues and we can help you troubleshoot them here.

Whenever an enemy uses Wound Strike it says it adds a Wound Card to the deck but it never actually adds it while you're in battle or at any point. It just says it does and nothing actually happens. Why is this? Isn't everything set up correctly?

Wound Strike does work properly in the base Demo Project. However, if you are editing the Demo Project (as was the case with your previous post) there could be some changes that you have made which are preventing it from working as initially implemented.  Please post screencaps of the following from your project:

- Your project's Plugin Order

- Console after Wound Strike has been used (press F8 to open while in Battle)

- Screenshot of the PostLearnShuffle Common Event

If you can give us this information, we can certainly help you troubleshoot this issue further.

(+1)

I just sent an email. This is my 8th attempt at sending a reply, the last reply took me a full day because of the same issue. Itch.io's reply system is honestly garbage lol. Hopefully you don't mind replying via email since I literally cannot seem to send anything here. The moment I add any sort of pictures it just craps out on here.

(+1)

Yeah, no worries, will follow up over email :)