Documentation 10 UpUpDownDownUpDownUpDownUpUp
I was on development last week.
After deciding to move from Twine to Unity, and relearning the basic manipulation of Unity, I started to work on the code. I will develop the scene using two main dialogue systems.
For the face to face conversations, I will use the dialogue system, Conversa, developed by Dbugger. It is an asset in the asset store that allows the users to build up a dialogue system for any situation. After downloading the asset, I followed the tutorial on Youtube to build the system for my project. I found there are several issues going on in the code that I could not solve. I was stuck for several days, and I went to Discord asking for help. Dbugger is very responsive and helpful, he spent hours with me to solve my problems on the Discord. And now the system is good to go. Link to Conversa. By using this dialogue system, I would be able to assign the sprite, name, message to each character. It allows me to build text based games in Unity like in the Twine. I’m now working on the content, and hopefully I will finish the first half of the scenes by the end of this week.
For the messenger style, I will use an instant messenger text adventure asset. It is an asset from unity asset store by Gabriel. After downloading the asset, I started to test it. I found it has fixed answer numbers that I need to modify to better work for my project. In order to make the choices more engageable, I changed the size of the answer array to future develop it in the inspector. Moreover, I was going to send the messages from the player automatically in the prototype version. However, I got some feedback that players are leaning towards more interactives that they would feel more immersive. So I finally decided to ask players to click on the answer no matter if there are choices or not to make them feel like actually chatting with the characters. I will try to finish the first half of the project by the end of this week with sounds and variables setup. Link to plugin.
Before I started developing my project in Unity, I found it was hard to build the UI without a prototype. So I went back to XD to design the UI. I want to make the UIs clean and simple. Easy to access and easy to read. However, the UI looked great in the XD does not look that great in Unity, I may need to do more research on it to make a better version to use in Unity. Besides the design, I also learned tricks about UI design in Unity. I have found several tutorials that may be helpful when I am developing the project. One more issue for the UI is the resolution. Since I’m going to release it as a mobile game, I have to consider the different resolutions of phones. In addition, there are areas on the phone that are not seeable, so I need to find a method to test the effectiveness of my design when I’m doing the playtesting.
I have also worked on variables last week. The first thing I did for the monetary design is to reconsider the variables. What variables am I designing to better work with my concept? To make it more efficient and simple, instead of redundantly having same variables for each character(Nat, Christie and Jamie), I would do like below:
Nat:
Baby’s Wellness: controlled by Nat’s health condition, and would have an effect on Christie’s Mental Health Level and Jamie’s Mental Health Level.
Christie:
Mental Health Level: Controlled by Christie’s emotion and baby’s wellness. It would have an effect on Jamie’s Mental Health Level.
Jamie:
Mental Health Level: Controlled by Jamie’s emotion, Christie’s Mental Health Level and baby’s wellness. It would change the final score directly.
Self-Satisfactory Level: Controlled by Jamie’s sense of achievement, social, and self-esteem. It would change the final score directly.
Stamina: Controlled by Jamie’s energy. Lower stamina would have a negative impact on baby and Christie.
Since I’m doing a one day story instead of a month long story, I delete the household income variable because it won’t change a lot within a day.
Final Score: Final score is a sum of all the Jamie’s variables times a specific weight(larger differences between variables would lead to a lower weight, vice versus). The final grade will decide the final ending.
I have been thinking about the ending for a really long time. In the prototype version, there are two endings, the medium ending and the bad ending. Since I decided to do it one day, I could not do the endings like what I did in the prototype. Moreover, the concept of the project is not judging the choices players are making since each family and person has their different choices. In the consequence, it would not make sense that there are good/medium/bad endings. Not mentioning that in the current story, the new mom has already had Postpartum Depression.
So I stepped back, and rethought about the goal of the project, what am I supposed to tell the players?
The answer is:
Hey, do you know about Postpartum Depression? It’s a real issue!
A healthier communication is expected for a healthier postpartum life.
Life would be hard, and the key is to find the balance between what you want and what you love.
Go find professionals if needed, they are there for reasons.
Want what you want, chase what you want, leave the toughness to time. Be careful, be prepared and be brave!
I would not touch those topics about the scientific infos of baby blues and postpartum depression as well as the prevention, treatment and everything details for them. It’s a 30 minutes long experience, and it would be less effective if I wanted to cover everything at once.
So that’s pretty much everything I did last week. It was a week of exploration. There are many ups and downs during the development, and I am still on my way to finally build up the project. I love how things are modified, and changed. I love the process of exploring and the result of testing. I’m also grateful for all the help I got from professors and developers. I guess the next move would be hard yet fun.
See you next week.