Don't have an account yet? Then register once and completely free of charge and use our wide range of topics, features and great options. As a registered member on our site, you can use all functions to actively participate in community life. Write posts, open topics, upload your pictures, put your videos online, talk to other members and help us to constantly improve our project and grow together! So, what are you waiting for? Become a part of us today!
To get support for a technical issue such as installing the software, to query a purchase that you've made/would like to make, or anything other than using our software, please visit our Customer Service Desk:
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!
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..
It depends, could you post a screenshot of your current %USERPROFILE%/AppData/Roaming/MMFApplications? (I assume you have ran the game on your computer).
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.
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.