Week 4 Devlog
This week I got the saving features for the game setup. What I did was create a save game blueprint which I use to store all of the things that I want the game to save when the player saves the game, e.g., player location, what items have been picked up, destroyed actors array, amount of ammo, coins, and potions picked up, and the level seed. I then have my pickups in the game add themselves to the array when they are destroyed; I also have them check if they are in the list, and they will no longer respawn if they were picked up in a previous save. As for saving the player's position, I have it on the begin play node. It checks if a save game exists and if it loads the player's position and the number of pickups the player has.
Files
Get AI_Project
AI_Project
AI movement and Saving test
Status | In development |
Author | Lopcario |
More posts
- Week 3 DevlogDec 07, 2022
- Week 2 DevlogDec 07, 2022
- Week 1 DevlogDec 07, 2022
Leave a comment
Log in with itch.io to leave a comment.