User Tag List

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

Thread: ini to ini++

  1. #1
    No Products Registered

    Join Date
    May 2009
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ini to ini++

    Hey I need a bit of help understanding the ini++ object.

    on ini i have the frame saved:

    [Save]
    Frame=3

    Then on my title screen it loads like this:

    GroupItemValue( "Ini", "Save", "Frame")


    Works perfectly fine.



    On ini++ I have the frame saved:

    [Save]
    Frame=3

    and on my title screen i can seen to figure out how to get the info from the item.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ini to ini++

    Start of frame, load the ini.
    Then just get the item or set the current group in an action to Save then you can use current group for the expression.

    If you want to make faster INI files, use my INI++ Decryptor =D. It can do unencrypted and can create INI files!
    You can check the threads I created for it.

  3. #3
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: ini to ini++

    There are also automatic save and load options in the properties to make it easier, and global data options too!

    Remember help docs are on my site as of now:
    http://www.LB-Stuff.com/MMF2/INI++/
    Working as fast as I can on Fusion 3

  4. #4
    No Products Registered

    Join Date
    May 2009
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ini to ini++

    What i mean is the only thing i can find is:

    GetItemValue( "Ini++", > Enter string here <, > Enter string here <, > Enter value here <)

    Is there a way to put in "GroupItemValue( "Ini", "Save", "Frame")"

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ini to ini++

    They're different objects. They react differently, so you have to use the expressions they have.

  6. #6
    No Products Registered

    Join Date
    May 2009
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ini to ini++

    yes i got that..

    I am just asking will somebody please explain to me how to load and item value from the ini++ object.

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ini to ini++

    It seems you already know how!!!

    Just look in the expressions, it's one of the first ones, GetItemValue or GetItemString$ i think. Then it will ask for the Group first, the Item name, then the default value, which you can put as 0 or "" depending on value or string.

  8. #8
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: ini to ini++

    Quote Originally Posted by JaJitsu
    What i mean is the only thing i can find is:

    GetItemValue( "Ini++", > Enter string here <, > Enter string here <, > Enter value here <)

    Is there a way to put in "GroupItemValue( "Ini", "Save", "Frame")"
    GetItemValue( "Ini++", >Group Name<, >Item Name<, >Value to use if the item doesn't exist<)
    Working as fast as I can on Fusion 3

  9. #9
    No Products Registered

    Join Date
    May 2009
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ini to ini++

    After i click it to load it erases all of my saved data, and doesn't load at all.



  10. #10
    No Products Registered

    Join Date
    May 2009
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ini to ini++

    http://rapidshare.com/files/264540451/JablesAdventure2.mfa.html


    here is my file.

    EDIT: I got it to not erase the values but it just will not load.

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
  •