Latest update notes:
I have absolutely zero background in UI design, so I always just do my best to design the graphics and UI in the game. These changes have involved a lot of work in terms of UI.
Working on systems like this make it clear to me why games take so long to create. You can really spend 20 hours on a single piece of the UI and still have ideas on things you could add to it.
A UI involves all of the following things:
- The actual graphics / artwork
- Animations / moving things around the screen
- Timing while chaining animations together.
- Sound effects
- Timing of the sound effects inside of the animations
- Particle effects
While I could still think of 100 things I could add to the UI, I think I got to a really good middle-ground without spending even more time on it.
Here are some screenshots of new UI elements that will be in the next update:
New Phone App - DateConnect
DateConnect is the app where you will access the 'side stories' (and play the new dating minigame).
Dates are categorized by the number of 'Hearts' involved (shown in the red ribbon on the icon). Currently I plan to add dates up to 3 hearts for each character (though it will be a long time before all of these dates are complete, since they will contain complete stories, artwork, etc...)
I have also built in support for branching stories inside of DateConnect dates, depending on how you do as part of the minigame.
Character Relationship Progression
You will unlock characters for access in DateConnect as part of their main story. Here is what it looks like to unlock Ashely's DateConnect (+ here's how her animation looks in the game.)
I love this animation, I will certainly be commissioning future animations
New Date System
And of course the new date system will be in the game. Accessed via DateConnect. The experience is nearly complete, the only feature that is missing is the "Spicy Question" reward.
Here it is complete with animations and sound effects
Optimization
Those who have read my previous posts might remember one where I talked about optimizing the game by making it so the game does not load all the images in the entire game at once.
With the addition of the new animations, which are very large, I started to have issues with the game using too much RAM. Actually it crashed the game on my laptop. My laptop is not very good, but there are definitely a lot of people with worse laptops, so I decided I needed to optimize the game to work on worse systems.
So I've made the decision to do some optimization with this update. You will now notice that when you begin certain scenes (usually when you click on them in the phone) you may get a very short lag spike. By allowing this lag spike, I was able to reduce the amount of RAM the game takes by over 75%. (It used to take 4gb+ and now it takes <1gb)