Results 1 to 4 of 4

Thread: LuMM

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    54
    Posts
    141,711
    Blog Entries
    3209
    Rep Power
    50

    psp LuMM

    New release from Merick:

    This is a basic 2d tile map editor for lua games.

    Features:

    -- edits map in 3 layers:
    ground layer : the basic map area
    object layer : assigns a number value to the current tile area
    0 is not displayed in the editor. In my demo, I
    used 0 for walkable area and set 1 to indicated
    an impassable barrier
    overlay layer : this layer is for images that the player can walk behind

    -- tile rotation - still working on this, not yet implemented

    -- saves / loads map info to a single data file

    Controls:

    start menu - d-pad up/down to change selection, cross to start

    text input for create new project:
    left trigger = numbers
    right trigger = shift
    D-pad up = backspace
    start = accept name
    analog and buttons = select letter

    file broswer for loading projects:
    d-pad up/down to change selection, cross to start


    map edit mode:
    start = brings up save/quit menu
    d-pad = change current map location
    square = put tile down
    cross = erase tile
    triangle/circle = cycle through tiles / object numbers
    right trigger = cycle through layers

    left trigger + d-pad left/right = change tile rotation (not implemented yet)

    to do list:

    -- finish tile rotation


    Credits:

    File browser for loading projects edited from Tactical Penguin's
    Uses cancan's version of the Danzeff OSK for text input

    -- Rotation - although not implemented yet, KleptoOne is
    helping to figure this out

    tablesave functions - author unknown but found at:
    http://lua-users.org/wiki/SaveTableToFile

    The sample tiles included are from a set made and released to the public
    for free use by Danc at Lost Garden. The full, unaltered set can be found here:

    http://lostgarden.com/2006/02/250-fr...-textures.html

    The tower and tree images are from here: http://reinerstileset.4players.de/englisch.htm

    Download and Give Feedback Via Comments
    via merick

  2. #2
    DCEmu Regular Cokemusic's Avatar
    Join Date
    Dec 2006
    Posts
    281
    Rep Power
    71

    Default

    First Post WOOT

  3. #3
    DCEmu Pro
    Join Date
    Dec 2005
    Location
    Portugal
    Posts
    505
    Rep Power
    76

    Default

    Nice work. I´ll check it out.

  4. #4
    DCEmu Legend DarthPaul's Avatar
    Join Date
    Apr 2006
    Location
    Puerto Rico
    Age
    35
    Posts
    2,734
    Rep Power
    91

    Default

    Quote Originally Posted by Cokemusic View Post
    First Post WOOT
    Froob do you feel cool? Want a trophy?

    On topic: Great release.Does this work on all Lua games or what?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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