User Tag List

Results 1 to 4 of 4

Thread: INI files for save game

  1. #1
    Clicker SWF Export Module

    Join Date
    May 2010
    Location
    Tennessee, USA
    Posts
    247
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    INI files for save game

    I read a thread about using INI files to save games.
    But it sounded like at present there is not a good way for a person playing a flash game to get an ini file saved to the harddrive while playing an internet game.

    My question is, is anyone working on a "save game" extension that would save 1)the frame a person is in
    2) the x and y coordinates of the player and 3)inventory a player has ???
    (i'll bet not - but would it be possible to save and retrieve data from an ini file like this:

    Frame #
    x coor
    y coor
    global value A = 1 (patient has a sword)
    global value B=1 (patient has a magic missle spell)
    etc
    etc

    ?

    Thanks.

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: INI files for save game

    INI object works just fine in flash. All you have to do is enter a filename in the properties, with no path. EG "MyGameFile.ini"
    Working as fast as I can on Fusion 3

  3. #3
    Clicker SWF Export Module

    Join Date
    May 2010
    Location
    Tennessee, USA
    Posts
    247
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: INI files for save game

    Good to know LB...

    Of course, tooling around in MMF2 I stumbled upon a "save game object" written by Fodo...
    Looks like it will do what I am looking for...

    Thx

    Looks like you can jump to a frame based on a calculation; therefore, you can store a string called "Frame" in save game object and retrieve the value --- jump to frame (based on a calculation - retrieve value from ini file)

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: INI files for save game

    You can do all that you do in the Save Game object with INI, just takes more effort

Similar Threads

  1. The right way to save ini files?
    By yuigoto in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 31st December 2013, 12:36 AM
  2. Newgrounds Save Files
    By Mephistus in forum SWF/Flash Export Module Version 2.0
    Replies: 8
    Last Post: 2nd April 2013, 12:39 AM
  3. Save status of entire game (load / save values)
    By DEKE15 in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 13th September 2009, 10:17 AM
  4. Ways for INIs to save multiple game files?
    By Jdsfrog in forum Multimedia Fusion 2 - Technical Support
    Replies: 31
    Last Post: 15th April 2008, 05:02 AM
  5. Way to Save Separate Game Files with INI?
    By Jdsfrog in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 24th October 2007, 04:14 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
  •