EvanGeissler / ENSE-400-Project-Night-Terror

Final Software Systems Engineering Project: A 3D horror game.
2 stars 0 forks source link

Link Levels #66

Open EvanGeissler opened 5 years ago

EvanGeissler commented 5 years ago

Need to create conditions to link the levels and be able to go from one to another easily. The conditions will be outlined in the described objectives.

Date Started: January 29th, 2019

EvanGeissler commented 5 years ago

I will need to have the saved information across each level go across. Shouldn't be hard, but will most likely create a "level" save that is loaded up for the player on startup to the level so the process is:

1) Save all current states/information in Level Save 2) Open loading widget 3) Open next level 4) Load save into current player

Considerations: -I should have it that in this save it overwrites the main save as well

Total Time So Far: 10 Minutes

EvanGeissler commented 5 years ago

Added: -Current save system works when going to the next level. Still need to add the functionality of loading from a saved game.

Total Time So Far: -1 Hour