User Tag List

Results 1 to 6 of 6

Thread: INI++ help

  1. #1
    No Products Registered

    Join Date
    Jul 2009
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    INI++ help

    Is it possible to make ini++ write modified string to config

    normally ini++ makes it like this:
    [player]
    name=pallokallo

    but i need it to make it:
    //player
    name pallokallo

    If ini cant do it is there extension that can edit text files and replace
    given values. For like i want to replace [ with // or = with empty space.

  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++ help

    I may be wrong but you could probably create a simple text file and not even use INI at all then use the string parser to interpret it.

  3. #3
    No Products Registered

    Join Date
    Jul 2009
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: INI++ help

    String parser? does mmf 2 have it?

  4. #4
    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++ help

    Download the extension with Fusion Updater if you don't already have it.

    Also, wait for someone else to come by, I am not completely sure if the parser will work.

  5. #5
    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++ help

    Or it would probably be easier to use the Get Line extension and use your own string parsing with fastloops and the mid$() function, the String Parser 2 Object works btter for delimiters and a few other adavnced features you wouldn't even need at all.
    Working as fast as I can on Fusion 3

  6. #6
    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++ help

    Since TS is an 09er and from yesterday, I don't think a project involving parsing especially a custom kind would be a good way to start with MMF2.

Posting Permissions

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