User Tag List

Results 1 to 5 of 5

Thread: Where MMF2 games save ini files?

  1. #1
    Clicker Fusion 2.5 DeveloperiOS Export ModuleUnicode Add-on
    daryuss's Avatar
    Join Date
    Apr 2012
    Location
    Italy
    Posts
    241
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Where MMF2 games save ini files?

    I done a remake of Breakout Atari (like 100000 people before me!)

    After a big effort, I was able to insert ini file for stable game setting.

    But as I thought, ini file (brakout.ini) give problems after a several training and I need delete it!

    But in the same dierctory of the game ini file doesn't appear (I already set view all system files on my pc setting), and PC's search engine can't find ini file!

    Where I can find MMF2 ini file to delete it?

    (Note: press 9 to try it for testing!)

  2. #2
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Sometimes it will save into your app data folder... Try looking in:

    C:\Users\(your username)\AppData\Roaming\MMFApplications

    or wherever your user app data would be

    edit: I checked your mfa... This is indeed where the ini is being saved to. If you click your Ini object and look at the Settings, there is a check box under where you set the ini name that explains that it is saving to the Application Data folder.

  3. #3
    Clicker Fusion 2.5 DeveloperiOS Export ModuleUnicode Add-on
    daryuss's Avatar
    Join Date
    Apr 2012
    Location
    Italy
    Posts
    241
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Konidias View Post
    ... Try looking in:

    C:\Users\(your username)\AppData\Roaming\MMFApplications
    Ok! THANKS! Resolved, I found where delete ini files! But I would like create ini file in the same directory of the game.
    Other think I don't understand is why when I press f5 to reset all counter, it does not save counter values in the ini file, while the same event working in other my game with same codes method!! (HERE!). These are the unexpected mysteries that make me despondent!

    (note: I'd put -ItemValue( "Ini", "COUNTER VALUES") etc... in service frame and in global events!).

  4. #4
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleInstall Creator Pro

    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    961
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by daryuss View Post
    But I would like create ini file in the same directory of the game.
    If you're wondering how to do this, you can create a condition like this:

    Start of frame
    ---> Set file to apppath$+"\save.ini" or apppath$+"\saves\save.ini"

    This would create the ini in the same directory as your application, rather then the "Application Data" folder.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Oct 2013
    Location
    England
    Posts
    39
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This post helped me with some problems I was having with INI files so thanks

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. Do I actually have to spend 69 dollars to save MMF2 games as flash .swf?
    By YeOldeLuke in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 31st May 2013, 08:50 PM
  3. Save games and .ini files
    By Gamemaker10 in forum The Games Factory 2 - Technical Support
    Replies: 6
    Last Post: 30th November 2010, 05:29 AM
  4. Can I release games with MMF2's ready made files?
    By JumpplatmanYGO in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 29th April 2010, 11:02 AM
  5. Music Files allowed for MMF2 Games.
    By Smedwicks in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 11th November 2009, 04:58 AM

Posting Permissions

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