playMaker

Author Topic: Default Variables - Easy Save 2  (Read 1886 times)

Budde88

  • Full Member
  • ***
  • Posts: 165
Default Variables - Easy Save 2
« on: August 14, 2017, 06:37:56 AM »
I'm using ES2 with Playmaker.

It's all working great, I was just wondering how to reset all my saved data to Playmaker default variable value. So when I launch, all the values are as they should be.

Thanks

MatiasHarder

  • Junior Playmaker
  • **
  • Posts: 51
Re: Default Variables - Easy Save 2
« Reply #1 on: August 16, 2017, 09:11:30 AM »
Hi, I'd like to know how I can get that

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Default Variables - Easy Save 2
« Reply #2 on: August 17, 2017, 01:05:11 AM »
Do you mean to reset/remove the saved data?
If so, go to Windows/easy save
then Settings/tools
the Clear default save folder

Budde88

  • Full Member
  • ***
  • Posts: 165
Re: Default Variables - Easy Save 2
« Reply #3 on: August 28, 2017, 08:03:55 AM »
Thanks, will this reset or remove the data?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Default Variables - Easy Save 2
« Reply #4 on: September 21, 2017, 03:05:01 AM »
Hi,

 Usually I would do a special logic for reverting all data to default and force each value to what you really want.

so do either a Global Event that you broadcast and each fsm will deal with saving in prefs its own known values to defaults

or have a single fsm that does this. It depends how spreaded your prefs access is on your fsms.

Bye,

 Jean