Creating nes object animations

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems.

Moderator: Moderators

Wave
Posts: 110
Joined: Mon Nov 16, 2009 5:59 am

Creating nes object animations

Post by Wave »

During my try to create a Nes framework in the Neshla languaje, I came across with the difficulty to create objects and animations for any game given the little sprite size available on the Nes.
Defining game objects one by one is a tedious task, so I decided to do an animation tool based on the nes, supporting game objects and animations made of 8x8 or 8x16 sprites.

This is a beta of what I have up to now:
-Load chr or nes tiles
-8x8 or 8x16 sprites
-Metasprites
-Sprite/Metasprite x/y flip
-Export animations to gif/apng
-Infinite loop animation / Zig-zag animation
-Automatic animation / manual animation
...and some more things
Image
(screenshot in spanish but application is multilanguaje, click to donwload .jar)
Project is opensource, you can download sources at:
http://sourceforge.net/projects/nesobjectpack/

What's lacking:
-Exporting to neshla or nesasm format to import in assembler
-Selecting tiles individually
-Other things...

What would you need the tool to have, to meet your games needs?
Collision rectangles?

-Any suggestions for the output format?
User avatar
Dwedit
Posts: 4470
Joined: Fri Nov 19, 2004 7:35 pm
Contact:

Post by Dwedit »

Hey, cool. Arranging sprites into bigger metasprites is always a PITA.

I just did this stuff yesterday. I made my own little tool that lets you arrange your sprites using Photoimpact. It opens a PSD file, and through the magic of someone else's library, lists all layers in the file, their coordinates, and their images. Then I match them up to the tileset.
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
User avatar
thefox
Posts: 3139
Joined: Mon Jan 03, 2005 10:36 am
Location: Tampere, Finland
Contact:

Post by thefox »

Am I blind or is there no download link? Do I need to download it from the SVN repo?

Anyways, thanks for the tool. We need more tools like this for the NES.
Download STREEMERZ for NES from fauxgame.com! — Some other stuff I've done: fo.aspekt.fi
Wave
Posts: 110
Joined: Mon Nov 16, 2009 5:59 am

Post by Wave »

thefox wrote:Am I blind or is there no download link? Do I need to download it from the SVN repo?

Anyways, thanks for the tool. We need more tools like this for the NES.
Click on the image ;)
It's a jar file so you need java 1.5+ installed
User avatar
thefox
Posts: 3139
Joined: Mon Jan 03, 2005 10:36 am
Location: Tampere, Finland
Contact:

Post by thefox »

Wave wrote:
thefox wrote:Am I blind or is there no download link? Do I need to download it from the SVN repo?

Anyways, thanks for the tool. We need more tools like this for the NES.
Click on the image ;)
It's a jar file so you need java 1.5+ installed
Yeah apparently I'm blind.

I tried it, seems to be working fine. Of course export to some NES readable format is a must. And the GUI could be organized a little better. Other than that, good work.
Wave
Posts: 110
Joined: Mon Nov 16, 2009 5:59 am

Post by Wave »

thefox wrote:
Wave wrote:
thefox wrote:Am I blind or is there no download link? Do I need to download it from the SVN repo?

Anyways, thanks for the tool. We need more tools like this for the NES.
Click on the image ;)
It's a jar file so you need java 1.5+ installed
Yeah apparently I'm blind.

I tried it, seems to be working fine. Of course export to some NES readable format is a must. And the GUI could be organized a little better. Other than that, good work.
I'm open for ideas. GUIs are not my forte :p
User avatar
oRBIT2002
Posts: 643
Joined: Sun Mar 19, 2006 3:06 am
Location: Gothenburg/Sweden

Post by oRBIT2002 »

You should perhaps consider using a english interface.
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Post by tokumaru »

oRBIT2002 wrote:You should perhaps consider using a english interface.
I haven't tested, but he said the application is multilanguage...
hyarion
Posts: 164
Joined: Tue May 05, 2009 6:12 pm
Contact:

Post by hyarion »

oRBIT2002 wrote:You should perhaps consider using a english interface.
Wave wrote:(screenshot in spanish but application is multilanguaje, click to donwload .jar)
= it's both in spanish and english
User avatar
Petruza
Posts: 311
Joined: Mon Dec 22, 2008 10:45 pm
Location: Argentina

Post by Petruza »

oRBIT2002 wrote:You should perhaps consider using a english interface.
Irony LOL :D
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

His english is probably better than your swedish.
User avatar
Petruza
Posts: 311
Joined: Mon Dec 22, 2008 10:45 pm
Location: Argentina

Post by Petruza »

tepples wrote:His english is probably better than your swedish.
AND my english too :D
Wave
Posts: 110
Joined: Mon Nov 16, 2009 5:59 am

Post by Wave »

I couldn't test the english translation on my pc but it should be if your locale is not spanish. Could anyone test it?
User avatar
thefox
Posts: 3139
Joined: Mon Jan 03, 2005 10:36 am
Location: Tampere, Finland
Contact:

Post by thefox »

Wave wrote:I couldn't test the english translation on my pc but it should be if your locale is not spanish. Could anyone test it?
It was working fine for me (and set by default).
Download STREEMERZ for NES from fauxgame.com! — Some other stuff I've done: fo.aspekt.fi
User avatar
Memblers
Site Admin
Posts: 3901
Joined: Mon Sep 20, 2004 6:04 am
Location: Indianapolis
Contact:

Post by Memblers »

I'm gonna need some help here, because I can't get it to start. Nothing comes up on the screen. I ended up here to try an update: http://www.java.com/en/download/index.jsp, but nothing changed.

I could try it again next time I reboot, but I'd be surprised if it made a difference.

Only other Java program I use is Tile Molester, and it continues to run fine from a .jar file.
Post Reply