Week 2 log

Published January 22, 2024
Advertisement

This week I started working on the save game system for the game.

I found a great tutorial on Youtube that I followed, I just need to make adjustments to the data types and implement all of the loading and saving methods in my various different objects.

I made a class PossessableAttributes that will hold all the data I need for each possessable to be saved and loaded. Like position, rotation, can possess, is possessed etc. Then in the gameData class I made a public SerializableDictionary<string, PossessableAttributes> possessables; variable that will hold all of the possessables data in a hashmap with a unique id for a key.

I did not manage to get it working in any capacity this week. So that is the plan for next week.

Grade for this Week: B, did not manage to get it working, but worked around 5 hours and learned a whole new thing.

Next Entry Week 3 Log
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!
Profile
Author
Advertisement

Latest Entries

Week 11

14294 views

Week 10

11796 views

Week 9

19141 views

Week 8

15139 views

Week 7

10329 views

Week 6 Log

2338 views

Week 4 Log

1975 views

Week 3 Log

831 views

Week 2 log

676 views
Advertisement