Devlog 6/1/2021

Published June 01, 2021
Advertisement

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.

Previous Entry ​5/29/2021
Next Entry 6/2/2021
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement

Latest Entries

Dev Log 8/12/21

6543 views

Dev Log 8/9/21

5871 views

​Dev Log 8/7/21

3232 views

​Dev Log 8/6/21

3234 views

Dev Log 7.18.21

21032 views

​Dev Log 7.17.21

4779 views

​Dev Log 7.15.21.

5065 views

​Dev Log 7.13.21.

5310 views

Dev Log 7/12/21

5312 views
Advertisement