playMaker

Author Topic: Hello I have a Prefs save and load Question need to ask!? PLZ Help!!  (Read 1474 times)

naktim0819

  • Playmaker Newbie
  • *
  • Posts: 44
Hello I have a Prefs save and load Question need to ask!?  PLZ Help!!
Like my Pic say it!

Plz help!

Someone told me use UniDDatabase
But UniDDatabase seem have no playmaker action?
I didn't find it.

Or did "EasySave2" can do this?
« Last Edit: November 03, 2014, 02:48:54 AM by naktim0819 »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Hello I have a Prefs save and load Question need to ask!? PLZ Help!!
« Reply #1 on: November 27, 2014, 01:25:41 AM »
Hi,

 several ways:

Use XmlMaker. I use it in a mobile project with 50K lines of xml in game, and it works just fine. You'll need to be confident with xml and xpath to query data properly.

Use ArrayMaker and easySave, you can save and retrieve Arrays which will make handling of long lsit of items easier.

You should avoid dealing with such large amount of datas manually with a pref key for each. You can but you'll need to be very strict on convention if you don't want your system to collapse two days before the deadline...

 Bye,

 Jean