Page 1 of 1

[MDPPY] Coming soon...

Posted: Sun Nov 26, 2006 2:50 am
by KanedaFr
a new tool for map using the famous Mappy

Posted: Wed Nov 29, 2006 2:57 pm
by cdoty
Mappy is a really good tool, can't wait to see the script.

Now, if there was a tool for sprites, GraphicsGale is pretty decent.

Posted: Wed Nov 29, 2006 5:43 pm
by Pascal
a good tool for sprites and tile authoring is promotion from cosmigo

http://www.cosmigo.com/promotion/

all the pros working on gba and gbc were using that tool (famous among pros) . i'm only using that one and it rox combined with my tile convertor genitile

Posted: Thu Nov 30, 2006 8:31 am
by KanedaFr
these 2 tools seems cool but there aren't free... :(
I can make plugin for them but not ONLY for them since it will imply you buy or torrent it ;)

I prefer make tools for everyone

(by the way, thanks, I lost the bookmark to these sites on my last HD crash!!)

Posted: Thu Nov 30, 2006 4:21 pm
by cdoty
GraphicsGale works just fine without registering.

I'd heard of ProMotion, but never really checked it out. It has some impressive features, especially for Console/Arcade development.

Posted: Fri Dec 01, 2006 8:35 am
by KanedaFr
GraphicsGale is what I wanted to do with my GennySpriteStudio ;)

I see if I can find information on Susie Plug in ...in english!

Posted: Fri Dec 01, 2006 12:53 pm
by Stef
What about making a big genesis dev pack ?
I'm thinking about CodeBlock editor configured and ready to use with GCC compiler and all the best genesis dev tools :)
IMO it would be a nice project.
I think the first step is to enumerate all the best and reliables tools for genesis dev, we can divide tools in categories like that :

* Graphisme :
- Tile Editing :
- Sprite Editing :
- TileMap Editing :
* Sound :
- Sample editing :
- FM instrument editing :
- FM tracker :
- PSG "tracker" :
* Misc :
- ...

Posted: Fri Dec 01, 2006 5:12 pm
by cdoty
I just purchased Pro Motion, and it should make sprite/tile work a lot easier. It supports a lot of features for system with a limited palette. The format of the graphics are quite easy to understand and parse.

This should be a nice tool for tile work, combined with Mappy.

I've started the tools to parse the spr file from Pro Motion, and fmp file from Mappy (previously I was using the map format). This seems like a nice tool set.

GraphicsGals would probably make a good/cheap alternative to Pro Motion, but the file format isn't documented.

Posted: Fri Dec 01, 2006 5:18 pm
by cdoty
Stef wrote:* Graphisme :
- Tile Editing :
- Sprite Editing :

Pro Motion or GraphicsGale seem pretty good. Pro Motion is a bit expensive.

- TileMap Editing :

Mappy is good, and cheap (or free).

* Sound :
- Sample editing :
- FM instrument editing :
- FM tracker :
- PSG "tracker" :

Here's MVSTracker converted to work for the Genesis:
http://www.pascalorama.info/article.php?news=30&cat=22

This supports instruments exported from kmod (Kaneda's baby!).

* Misc :
Visual Studio 6 is easy to configure for Genesis/GCC projects. And, it should be fairly cheap now.

Posted: Fri Dec 01, 2006 5:31 pm
by Pascal
about maps,[lame advertisement] a easy way is to use the tool i've done: genitile.exe[/lame advertisement] :)
http://www.pascalorama.info/article.php?news=28&cat=21

it's really handy, just draw your map with your favourite graphics tool, and then genitile will extract the optimised tileset and generate for you the map .i never used a map editor for the md :p

Posted: Fri Dec 01, 2006 8:04 pm
by Fonzie
I confirm... pascal tool is enough powerfull to generate maps from a large bmp :)
Well, i'm using it along kaneda's bmp2tiles basic map functions...

There is also the powerfull tavern rpg map editor... which supports 3 layers (A,B,Objects) and 16*16px blocks... Of course, its customized for tavern rpg, but i think it can be used with ease.

Posted: Fri Dec 01, 2006 11:07 pm
by cdoty
Pascal wrote:about maps,[lame advertisement] a easy way is to use the tool i've done: genitile.exe[/lame advertisement] :)
http://www.pascalorama.info/article.php?news=28&cat=21
I was just looking at genitile. The plugin system would be nice for supporting other systems (such as the Neo Geo or SNES).

The only issue I saw with this would be command line options for the other systems.

Posted: Sat Dec 02, 2006 11:53 pm
by KanedaFr
GraphicsGale is really a great tool!!!
I took time to test it and I definitly love it ;)
the free version is very useful...

If you use it with the export stuff (bmp, multiple file, csv), you can easily import it to Genny....

about fmp, you can find a lot of lib to load and parse them...Allegro does it if I remember well...
Personnaly, I made a script to export directly from the software...
currently working on sample code

about the MVS Tracker, I successfully debugged and improved it...
I also updated the Z80 driver for FM+DAC support, need to work on the PSG...

Stef, I saw the CodeBlock stuff on your blog and was about to ask you more information...can you drop me a PM on that or, even better, explain it here ?


btw, it seems my "Kaneda's stuff" need to be renammed...A single "dev tools" seems enought...

Posted: Sun Dec 03, 2006 11:06 am
by Stef
CodeBlocks is a powerful editor for developers.
You can configure it in many ways, of course it offers the usuals syntax highlight, code completion... features.
We can natively configure it for genesis GCC compilation but for convenience on my setup i just added some custom tools to compile my rom and test it immedialty with emulator as i'm using CodeBlocks for Gens development. CodeBlocks is free and open source and will be soon ported to linux.

Posted: Sun Dec 03, 2006 6:41 pm
by Pascal
cdoty wrote:
Pascal wrote:about maps,[lame advertisement] a easy way is to use the tool i've done: genitile.exe[/lame advertisement] :)
http://www.pascalorama.info/article.php?news=28&cat=21
I was just looking at genitile. The plugin system would be nice for supporting other systems (such as the Neo Geo or SNES).

The only issue I saw with this would be command line options for the other systems.
the plugins are only for the inputs & outputs, unfortunatly not for the data processing so it gonna stay only for megadrive. Anyway i did a neogeo version if you 're interested