Game
Parasite's Island

4 years ago

Hello Everyone! Today I re-implemented some things that are included in the game before I changed the grid system and the path finding implementations

Here are the changes that I made today:


Family

Inhabitants are spawned into a family. A family chooses a random surname from a text file of surnames and starts filling family members in. There are only two types of family in the family unlike the previous implementation of 3. The two types are Parents and Children. There could only be two parents into the family but sex would not be a factor unlike the previous implementation where there is a Father, a Mother and children. The inhabitant's role is displayed on a text GUI at the top left of the screen.

Random Name Generation

This random name generation is just a very simple implementation just like the previous one. I have a text file of the most common unisex names from the internet and when an inhabitant is created, the game would select a random name from this file. The name selected a long with the surname from the family of the inhabitant would make up its full name. The full name is displayed on a text GUI at the top left of the screen.

Clock

The clock implementation is the same as the previous one. It stores the year, month, day and hour. The real life seconds per in game hour could be set in the Unity editor for easier adjustments in the future. That goes the same with the hour per day, day per month and month per year. currently I made the seconds per hour set to 2 real life seconds per 1 in game hour. The year, month, day and hour are displayed on a text GUI at the top left of the screen.



0 comments

Loading...

Next up

Hello Everyone! Yesterday, I finally implemented the new means of infection through a small panel of buttons. It took me the whole day to implement because of unforeseen errors but I finally finished it

Hello Everyone! For the past few days I have been working on the schedule system. Not sure if this would be it or I would change it because my current implementation is buggy and laggy but here are what I've made so far

Hello Everyone! I re-implemented the animations and the tile maps of the game.

Hello Everyone! Yesterday when I implemented the new infection mechanics I forgot a little detail about the infection. Today I fixed it.

These are the changes that I've done for today:

Hello Everyone! Today I started implementing a new system of infecting inhabitants.

Hello Everyone! I just uploaded a new devlog update on my Youtube Channel!

https://youtu.be/xcEXmOMImkk

Hello Everyone! Today I continue working on implementing the A* Path Finding Project into the game.

Hello Everyone! My implementation of the path finding is not optimized and causes some lag. I decided that it is best if I use the A* Path Finding Project. Learning this might be the focus of this week's development

Hello Everyone! in the last update I implemented a schedule system. Unfortunately my implementation causes an error. I removed it instead but I have a different implementation of the inhabitant movement in mind so look out for that in the next updates

Hello Everyone! Here are the things that I worked on today: