playMaker

Author Topic: Help with changing integers dynamically  (Read 1506 times)

hariprasadh10792

  • Playmaker Newbie
  • *
  • Posts: 8
Help with changing integers dynamically
« on: May 27, 2015, 05:23:53 PM »
How can I change the integer values after the game goes live on the App Store.  I know it's possible using xml. But how do i implement it using playmaker. Any help is really appreciated.

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: Help with changing integers dynamically
« Reply #1 on: May 27, 2015, 07:30:08 PM »
I have no experience working with it but datamaker https://hutonggames.fogbugz.com/default.asp?W1133 is a Playmaker tool to work with XML etc
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Help with changing integers dynamically
« Reply #2 on: May 28, 2015, 02:53:21 PM »
Hi,

 yeah, using external datastorage will allow you to change values on the final device.

Xml is one way. Then comes the question of where do you want to store this. On the device? then PlayerPrefs is one way, else you can store on a server, and then you talk to your server using http url (REST).

 Bye,

 Jean