User Tag List

Results 1 to 4 of 4

Thread: MMF ini file editor - how to make one?

  1. #1
    Clicker Fusion 2.5Fusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    blurymind's Avatar
    Join Date
    Feb 2014
    Location
    Huddersfield, United Kingdom
    Posts
    497
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)

    MMF ini file editor - how to make one?

    I made an NPC dialogue system. Now I am tempted to make a customizeable ini file creator/editor, but that seems to be pretty hard, since it is hard to find any examples for text editing in MMF.

    Basically I want to have an editor where i define the template of a group and am able to create a new item in it and add premade template values.
    I wonder if there is an ini editor piece of software out there that can do custom ini templates. I am just sick of copying and pasting text

  2. #2
    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)
    The Edit object would allow you to load, save and manipulate text... you could define templates in strings, if you're talking about something like:

    []
    apple=
    banana=
    cabbage=

    - and then add the value of that string to the current cursor position of the edit box. Does that sound roughly like what you'd like to do?

  3. #3
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export Module
    Konidias's Avatar
    Join Date
    Aug 2009
    Posts
    1,546
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Sure! Since you have access to the ini object and edit object/string objects, you could potentially make any sort of ini editor you wanted.

    You could have a list object that loads up any ini groups, then when you click on a group in the list, it would load the items and values... and then you set up an application to modify/delete/add new items, values or groups.

  4. #4
    Clicker Fusion 2.5Fusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    blurymind's Avatar
    Join Date
    Feb 2014
    Location
    Huddersfield, United Kingdom
    Posts
    497
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    ah thanks guys
    Its not on top of priorities, but it sure would be a nice tool to have in combination with fusion

Similar Threads

  1. How to make a map editor?
    By Koro in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 25th August 2009, 11:20 PM
  2. I need help! How do I make a level editor?
    By Nusua in forum File Archive
    Replies: 3
    Last Post: 1st March 2009, 06:10 PM
  3. Attempting to make a Tile Editor...
    By Mantoid in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 28th June 2008, 12:42 AM

Posting Permissions

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