Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • 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

  • It depends, could you post a screenshot of your current %USERPROFILE%/AppData/Roaming/MMFApplications? (I assume you have ran the game on your computer).

    Please login to see this link., Please login to see this link.
    Discord: Please login to see this link., Please login to see this link., Please login to see this link.

  • 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.

  • 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?

    Please login to see this link., Please login to see this link.
    Discord: Please login to see this link., Please login to see this link., Please login to see this link.

  • 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.

  • 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

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!