playMaker

Author Topic: ArrayMaker + Easy Save 2 Loading from Resources[SOLVED]  (Read 3297 times)

marcos

  • 1.2 Beta
  • Full Member
  • *
  • Posts: 199
ArrayMaker + Easy Save 2 Loading from Resources[SOLVED]
« on: November 27, 2013, 02:45:16 AM »
Hey,

Using Easy Save 2 and the ArrayMaker actions, I've set up a system where I have an FSM that collects the objects that make up a level, puts them in arrays that record their tag, position and rotation, then saves out a .txt file with this information.

I've also managed to load this .txt file into arrays and repopulate an empty level with the saved arrangement of objects.

Now, what I'm stuck on is how to do the same sort of thing but instead of loading from an absolute path, loading from the Resources folder. I notice that the Easy Save 2 actions for loading have a checkbox for "Load From Resources" whereas the Array List Easy Load does not.

Is there a way to go about doing this? Or would it be possible to get this checkbox added to the Array List Easy Load action?

Many thanks in advance,
Mark
« Last Edit: December 02, 2013, 01:11:28 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ArrayMaker + Easy Save 2 Loading from Resources
« Reply #1 on: November 28, 2013, 06:30:37 AM »
Hi,

 What version of easy save is it? I don't have this here.

 bye,

 Jean

marcos

  • 1.2 Beta
  • Full Member
  • *
  • Posts: 199
Re: ArrayMaker + Easy Save 2 Loading from Resources
« Reply #2 on: November 28, 2013, 06:32:57 AM »
Hey,

Easy Save 2 v2.26.

Cheers,
Mark

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ArrayMaker + Easy Save 2 Loading from Resources
« Reply #3 on: November 28, 2013, 07:03:47 AM »
Hi,

 Ok, I have contacted the author, I should be able to provide an update soon.

Bye,

 Jean

marcos

  • 1.2 Beta
  • Full Member
  • *
  • Posts: 199
Re: ArrayMaker + Easy Save 2 Loading from Resources
« Reply #4 on: November 28, 2013, 07:14:38 AM »
You're a legend! Thanks, Jean.

Mark

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ArrayMaker + Easy Save 2 Loading from Resources
« Reply #5 on: November 29, 2013, 06:23:00 AM »
Hi,

 ok, it's added. Can you redownload the package and import, now HashtableEasyLoad and ArrayListEasyLoad Will have the "loadFromResources" option.

 Bye,

Jean

marcos

  • 1.2 Beta
  • Full Member
  • *
  • Posts: 199
Re: ArrayMaker + Easy Save 2 Loading from Resources
« Reply #6 on: November 29, 2013, 07:16:32 AM »
Thank you!