Skip to main content

Search

Exit dream, re-enter and resume game state

  • FUNKYMOTHA

    I'm pretty sure there is a way. When I've played other people's dreams, exited, then go back to play it, Dreams asks if I want to continue.

  • raz0rbackzwei

    Ok, ok, ok... kinda my bad. People, dont make all scenes invisible by tweaking it in the dream.

    In invisible scenes you can not respawn and if all are invisible it always starts from the beginning.

    Ok sorry this is solved.

  • FlashMedallion

    So there is one element called Persistent Variable or something. You use this to manage all data and save values for players when they return.

    One way of using it might be to number all your checkpoints. So if the checkpoint by the elevator to your next scene is Checkpoint 3, when they enter the trigger zone for changing scenes you'll store '3' in the persistent variable. When they come back to that level, you'll use that variable to spawn them at Checkpoint 3. You can use the same thing to store status of collectibles or things like that.

    As for hiding scenes from search... no idea.

Please sign in to leave a comment.