Am I wrong or to make autosave/load work I must put a pause of 500ms before it?

  • #1, by nerdTuesday, 06. November 2018, 11:03 5 years ago
    Am I wrong or to make autosave/load work I must put a pause of 500ms before it?

    I'm making a "start new game" and "resume" system and I've noticed that it works only putting a pause before autosave/load... Can you confirm that?

    Forum Fan

    147 Posts


  • #2, by afrlmeTuesday, 06. November 2018, 11:15 5 years ago
    Yeah, it needs a pause because the  scene needs to be loaded before saving it - Doesn't necessarily have to be 500ms. There are a few action parts that won't be executed if you try adding them inside of an at begin of scene action block without a small pause at the beginning of the action block - but I can't remember what they are off the top of my head - in general it's best to pause for at least the amount of time it takes to fade into the scene which by default is about 600ms.

    Imperator

    7278 Posts

  • #3, by sebastianTuesday, 06. November 2018, 17:14 5 years ago
    it depends in where you set it. I have no problems with the autosave in a custom system. 

    Thread Captain

    2346 Posts

  • #4, by nerdTuesday, 06. November 2018, 20:57 5 years ago
    Thank you guys.

    Forum Fan

    147 Posts