User Tag List

Results 1 to 10 of 10

Thread: Save directory

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Mar 2010
    Location
    Lier, Norway
    Posts
    276
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Save directory

    Hi!

    My publisher asks if I change the save directory from
    "%USERPROFILE%/AppData/Roaming/MMFApplications"
    to
    "%USERPROFILE%/AppData/Roaming/GameName".
    They fear that save game issues could occur with other MMF apps..

    Is this possible?


    Thanks!
    Per




    Sent from my iPhone using Tapatalk

  2. #2
    Clicker Fusion 2.5Fusion 2.5 MaciOS 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)
    advaith's Avatar
    Join Date
    Jun 2015
    Location
    SF Bay Area, California, USA
    Posts
    1,324
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    It depends, could you post a screenshot of your current %USERPROFILE%/AppData/Roaming/MMFApplications? (I assume you have ran the game on your computer).

  3. #3
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall 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)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    You can use the YASO object to get the appdata path. Also if you're using the INI object be sure to uncheck the "Create INI file in Application Data Folder".

    It would be useful if fusion supported system variables though.

  4. #4
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    The File Object will also be usedul

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Mar 2010
    Location
    Lier, Norway
    Posts
    276
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Here is a screenshot
    Images attachées Images attachées

  6. #6
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall 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)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    As stated above you can use extensions to retrieve the %appdata% path which you can use to specify where to save your file.

  7. #7
    Clicker Fusion 2.5Fusion 2.5 MaciOS 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)
    advaith's Avatar
    Join Date
    Jun 2015
    Location
    SF Bay Area, California, USA
    Posts
    1,324
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Aasland View Post
    Here is a screenshot
    It is possible there will be issues, I'm not sure how CF handles stuff like that.

    How do you create the save game files? Are you using an extension?

  8. #8
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Mar 2010
    Location
    Lier, Norway
    Posts
    276
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Late reply, been busy becoming a father[emoji4]

    Can someone please explain how to use the YASO object to achieve this? I tried without luck..


    Sent from my iPhone using Tapatalk

  9. #9
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall 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)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    If you're using the INI object so the current file to (remember to uncheck "Create INI file in Application Data folder" in the setting of the object) :
    CurAppData$( "YASO Object" ) + "\MyApp\SavedData.ini"

    CurAppData$( "YASO Object" ) is achieved by selecting Folder Features -> Current User Folders -> Application Data

    As stated above also the file object has this feature too. It may be the preferred object to use if you're already using the extension in your app.

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Mar 2010
    Location
    Lier, Norway
    Posts
    276
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by danworth View Post
    If you're using the INI object so the current file to (remember to uncheck "Create INI file in Application Data folder" in the setting of the object) :
    CurAppData$( "YASO Object" ) + "\MyApp\SavedData.ini"

    CurAppData$( "YASO Object" ) is achieved by selecting Folder Features -> Current User Folders -> Application Data

    As stated above also the file object has this feature too. It may be the preferred object to use if you're already using the extension in your app.
    Fantastic! This works great
    Thanks for the help!


    Sent from my iPhone using Tapatalk

Similar Threads

  1. INI save/load doesn't save a value
    By neonwarrior in forum Fusion 2.5
    Replies: 2
    Last Post: 5th April 2016, 01:42 PM
  2. Save As: How to save a string or list and set its filename at runtime?
    By rubes in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 16th March 2013, 05:43 PM
  3. Save associative array in another directory
    By EE in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 7th November 2012, 06:19 PM
  4. 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
  5. UP Directory
    By 8u8n in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 22nd September 2007, 03:49 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
  •