Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Devlog 6/1/2021


So I thought I was going to jump in and get some of the game straightened out by playing it. Then a certain battle turned out not to be working and I had to fix ALL of the battle triggers because I didn't notice I did not have a proper "checking system" for making sure if the battle was won or lost.

After getting that straightened out, I noticed the inventory was buggy in the main menu. So I took a bit to fix the inventory back up so that it doesn't randomly jump around from function to function. Like it would jump straight into showing what items the player had without being asked, and also for some reason two items were set to be shown as had even when there were 0 of them.

I fixed that up and then I found that ambushes weren't working correctly. The monsters weren't displaying properly and it was teleporting me all the way into the jungle after an ambush at any other location. I made a specific switch to trigger for every single location that the ambushes can happen at, which is about 30 locations, because they have to be able to load back into the level. And I set up an individual battle process trigger for every location. And after all of that I realized I could just use "return to previous." 

I was planning on using "outfits" to give players some customization for their imaginations and also, outfits were going to add buffs or attributes or elements to the player. However I decided to reduce scope and eliminate the outfits from the game completely, as well as the option to only be wearing outfit or armor over outfit outside of the jungle. Since you can't actually see the outfits and it's mostly only for helping your mind make a good mental model, I decided it wasn't important enough to the core of the game to keep. If I finish the game faster than I think I will (I won't) I will consider adding in outfits again.


-Expanded battle triggers for travel events.

-Implemented all ambushes.

-fixed the inventory.

-Reduced scope by deleting outfits and choices for other locations main cities.

-Was planning to modify the story but decided I actually like the story the way it is so I will only edit it.