Problems saving and loading files.

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.
  • I am making an app where people starting it for first time willl see intro and text.
    But other times it jumps straight to main frame.
    I made it save to txt file and it works on my computer but if i download to somewhere else, it does not work.

    Because app thinks even though computer has changed that the path is C:// users / jesse etc....

    How to make it that in the install process of app it changes location to downloaders path?

    Too hard for me..

  • Use an ini file instead of a txt file.

    You can set a global value for example and check it when the game starts.

    If Start Value = 0 - then you write Start Value = 1 to the ini file and show the intro and text.
    If Start Value = 1 - then you jump straight to the main frame.

    In Fusion you can just set the name of the file and the name of the value it must write and Fusion will automatically create it and read it from the App Roaming directory. There are a few examples for ini files around the game tutorial section and in the forums.

    Casual games: Please login to see this link.

  • Assuming you don't mind the file being placed in the same directory as your app, apppath$+"filename.txt" should solve the problem where it's checking for the file. That's what I do for my data files.

Participate now!

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