Question about Ini object

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.
  • Hello,
    I have a question about ini files on Android:
    - I have an ini file with my game level data
    - It include in my app "Binary Data"
    - At start of the frame I load the files like this:

    I want to know if the final user can edit this file ? Or there are reload from binary data at each start of the app.
    Thanks.

  • Thanks @Please login to see this link.
    Do you have a tips to prevent this ? Maybe use an MD5 key with all concatanate game level data and if it's not match in game I'm delete local file...

    EDIT: other solution is to write the file content in string object and create ini file at start of the application

    Edited once, last by Xenon3000 (December 5, 2019 at 8:48 PM).

  • INI files can be edited. You can change the format extension to something like ".datastuff" or whatever to add a single hoop for them to jump through (though it will still open in text editors). Alternately you can switch to Arrays which are not nearly as easily edited.

  • INI files can be edited. You can change the format extension to something like ".datastuff" or whatever to add a single hoop for them to jump through (though it will still open in text editors). Alternately you can switch to Arrays which are not nearly as easily edited.

    Thanks, I will change the extension name and add md5 keys for important values. Yes the array object is good but all my game load ini format data :/

  • Thanks, I will change the extension name and add md5 keys for important values. Yes the array object is good but all my game load ini format data :/

    So did mine, took me just a couple days to transfer everything over. I honestly thought it would be a LOT worse. You just need to make sure you have a legend handy to know what you're saving to each cell.

  • Is a way to save information that relies on android way, files inside datatstorage with a name you choose and a set of key/values, these actions/conditions/expressions exist in androidplus object


    you may read there in the help of android plus or google sharedpreferences for more information

    Regards,


    Fernando Vivolo

    ... new things are coming ...

  • Is a way to save information that relies on android way, files inside datatstorage with a name you choose and a set of key/values, these actions/conditions/expressions exist in androidplus object


    you may read there in the help of android plus or google sharedpreferences for more information

    Brilliant. Thank you!

    ~Tiny~

Participate now!

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