How to reload unlocked levels?
JasperzHD
Member Posts: 18
In my game how do reload unlocked levels after a player quits the game then goes back on?
Comments
bump
When the level is unlocked you should save a table variable saying its unlocked. Then it will be persistent.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
I have made the levels using attributes.
@JasperzHD - Okay, so did you create one global (game) integer attribute for the levels? Or did you create an attribute for each level? I only ask because you said "attributes."
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
then save the attributes when they have been unlocked, and then load the attribute when the game loads.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
@Braydon_SFX I have made an attribute for each level.
@jonmulcahy Where abouts do I save the attribute and which actor do I use to load it?
(Sorry I am new to game salad)
Search for GameSalad level lock and unlock tutorials on YouTube. I'd recommend redoing the system you've set up. Use tables - its much easier and will save you a lot of trouble.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Thanks will do