Bennu Game Development

English Forums => General => Topic started by: MisterN on January 29, 2013, 11:41:21 PM

Title: Tiled support?
Post by: MisterN on January 29, 2013, 11:41:21 PM
I was wondering if there was tiled/mappy support? For those of you who dont know what tiled/mappy is/are, its a tile placement program that has an object placement feature. Some other libraries have support for it but im wondering if theres a library for it here (or for fenix/div/etc that can be ported). Thanks
Title: Re:Tiled support?
Post by: JaViS on January 30, 2013, 12:13:33 AM
hoho what a coincidence. I've just made a tiled loader and renderer library that I've used to create my last game in the Game Jam. I was planning to release the source code very soon


You're really a lucky man
Title: Re:Tiled support?
Post by: MisterN on January 30, 2013, 02:30:02 AM
lol maybe it was fate to ask. it work with object placement and all that?
Title: Re:Tiled support?
Post by: FreeYourMind on January 30, 2013, 06:25:57 AM
you have mod_mappy.dll, and can use official mappy editor, bennugd .net tool already support creating maps with tiles and export it to mappy format and others popular formats, but this tools is not released yet
Title: Re:Tiled support?
Post by: JaViS on January 30, 2013, 10:05:45 AM
Quote from: DoctorN on January 30, 2013, 02:30:02 AM
lol maybe it was fate to ask. it work with object placement and all that?


yes it does support object placement. the only feature missing are custom properties, but that's only a matter of time. I'm going to release the source code of the game today so you can watch an example
Title: Re:Tiled support?
Post by: JaViS on January 30, 2013, 02:39:57 PM
Download the library from here: http://forum.bennugd.org/index.php?topic=3437.0 (http://forum.bennugd.org/index.php?topic=3437.0)


Please use that thread to ask anything related to the library
Title: Re:Tiled support?
Post by: MisterN on January 30, 2013, 09:48:19 PM
thanks! maybe i can integrate it with the physics tutorial i need help with.