User Tag List

Results 1 to 4 of 4

Thread: import map

  1. #1
    No Products Registered

    Join Date
    Nov 2009
    Posts
    327
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    import map

    i am making a flash rpg with MMF2, and my friend wants to design levels.

    is there a simple solution anyone can think of , where he can design the layout of the maps without having to even acess my .mfa, which i can load into mmf in a memory efficient way - preferably not as giant background objects

    i posted this in flash section, because i cant use a extension that is *not* available to flash.

  2. #2
    Clicker Fusion 2.5SWF Export Module
    Fusion 2.5 (Steam)

    Join Date
    Dec 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: import map

    The way I did this for my game was have the level editor save to an external text file. Then in the actual game as MMF2 flash doesn't really support external files very well, I'm using a list object to hold all of my level data (just copy and paste from text file into list).

    Not sure how well this will scale for a full blown RPG but for the simple thing I'm working on at the moment it's able to fastloop through and build the level pretty well from the internal list object.

    Following this method, you can build an exe version of the editor (added benefit is this won't limit you to the flash supported extensions), give it to your friend and he can just send you the text files for your game engine.

  3. #3
    No Products Registered

    Join Date
    Nov 2009
    Posts
    327
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: import map

    nice... thanks for the suggestion.

    the rpg i am making is pretty "lite" so i think this would be a good approach.

    did you ever look into the "mappy" program?
    i wonder if MMF could interpret the exported text map from that...


  4. #4
    Clicker Fusion 2.5SWF Export Module
    Fusion 2.5 (Steam)

    Join Date
    Dec 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: import map

    I'd say that it would be possible for a custom MMF2 extension to be written to natively support the Mappy format (I think it's FMP), but looking at the text export it looks to be just a number coded array.

    The file is comma delimited so you should have no problem using the string parser object to load levels using your game engine.

    I found the following site that explains how Mappy text export files can be loaded into Flixel, hopefully this will be of some assistance, at least on the Mappy side of things. http://flixel.org/forums/index.php?topic=211.0

    Cheers,

    Dave

Similar Threads

  1. PSD import?
    By florianberger in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd August 2013, 07:34 AM
  2. import swf?
    By NathanG in forum SWF/Flash Export Module Version 2.0
    Replies: 1
    Last Post: 19th August 2011, 02:28 PM
  3. Box mode import
    By Shin in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd December 2009, 06:06 PM
  4. import .PSD layers
    By lordzero in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 4th December 2009, 04:51 PM
  5. import format
    By iammfa in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd February 2009, 03:31 PM

Posting Permissions

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