User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Where is Ini?

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Where is Ini?

    I know that ini file saves into windows folder when testing in mmf2 editor. But when i build a swf app and start it with flash player. Where does it saves that file?

  2. #2
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    nivram's Avatar
    Join Date
    Jul 2006
    Location
    Bandon, Oregon
    Posts
    6,773
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    Cookies Folder

    Marv
    ​458 TGF to CTF 2.5+ Examples and games
    http://www.castles-of-britain.com/mmf2examples.htm

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    Is there a program that can read SOL files more normally than notepad, cause it looks very strangely with all the squares, and since ini has so many bugs it would be a lot helpfull if i could read it properly like a normal ini.

  4. #4
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Where is Ini?

    INI has bugs?

    Please explain.

  5. #5
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    You could use any number of free text editors which... work rather better than Notepad, such as Notepad2, Notepad++ and EditPlus.

    Details on INI's bugs would be welcome as well.

  6. #6
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    Well it behaves different in swf than in mmf, especially when i delete groups and then create them again, i am not sure what causes the bug yet, but mostly because it does very strange things. But i am trying to find out.

  7. #7
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    Skyhunter, you can find a normal ini in Windows folder after running your app within MMF. The inis created by SWFs seem to be formatted differently and therefore contain special characters. However, I found no problem in retrieving this data again (except when accessing the same file from the main app and a sub app, in this case you may need to "re-initialize" the ini by destroying and creating it again - maybe this also helps in your case).

    CT, is there some kind of encryption added by Adobe?

  8. #8
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    I have tried deleting the cookie it is not that, the problem is way deeper, and ini created in the windows folder does not help me because the bugs only create when running in swf.

    And a quick edit: The bug appears due to deleting a group, but i have no idea why.

  9. #9
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleInstall Creator Pro

    Join Date
    Jul 2006
    Location
    Germany
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    I see, I missed one word, so you only could misunderstand: I meant "re-initialize" (destroy/create) the ini OBJECT helped me.

    About your "groups", you mean you delete all Actives using the same qualifier? Events related to qualifiers can cause strange effects if no Active with this qualifier exists.

  10. #10
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleSWF Export Module
    Skyhunter's Avatar
    Join Date
    Jan 2007
    Location
    Croatia
    Posts
    452
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where is Ini?

    No not a group of objects, ini group.

    But it's ok now, i did remove all delete groups actions, and now i am deleting items one by one, so no more bugs so far.

    The problem was my merchant code which when replenishing stock would delete [merchant] group and repopulate it with new items.

    Somehow delete group didn't delete the group but transfered those items elsewhere in the ini.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •