User Tag List

Results 1 to 2 of 2

Thread: Saving and loading values from profiles.

  1. #1
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)iOS Export Module (Steam)
    Epic_Elephant's Avatar
    Join Date
    Apr 2015
    Location
    New York, United States
    Posts
    96
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Saving and loading values from profiles.

    I want it so I can save and load profiles with values. I want it so when the player types in a name in the edit box, it will either create or load a data value from that profile.

  2. #2
    Clickteam Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    BartekB's Avatar
    Join Date
    Aug 2013
    Posts
    667
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    You can use the INI++ object for this, interpret the Groups as separate profiles, with items as different values. e.g.
    [Profile1]
    a=1
    b=2
    c=3
    d=4
    [Profile2]
    a=0
    c=30
    ...
    etc,

    This will make it so you can create as much profiles as you'd like, you could even run a loop and display the profiles as buttons to click.
    - BartekB, a.k.a Uppernate
    Join the Click Converse Discord! - https://discord.gg/R3WuvF3mHr

Similar Threads

  1. Saving/Loading 250 Global Values to/from INI
    By DaveC in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 30th November 2011, 02:36 AM
  2. saving/loading objects and fixed values
    By uprize in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 29th September 2009, 06:43 AM
  3. Saving and loading
    By FlyingDeath in forum The Games Factory 2 - Technical Support
    Replies: 0
    Last Post: 4th August 2008, 04:16 AM
  4. saving and loading
    By bunnyonion in forum Multimedia Fusion 2 - Technical Support
    Replies: 17
    Last Post: 30th July 2008, 08:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •