My First Project

A place where you can keep others updated about your NES-related projects through screenshots, videos or information in general.

Moderator: Moderators

Post Reply
User avatar
Lucradan
Posts: 101
Joined: Wed Sep 21, 2016 12:08 pm

My First Project

Post by Lucradan »

I want to thank everyone on this forum for all their help while I attempted to complete my first NES Programming Project. It took me a good 50 hours of hitting the steep learning curve, but I was able to complete it last weekend.

The project was a gift to the local brick-and-mortar retro-gaming store and they loved it. They've even put it on a cart!

I've attached the source code files (written in asm6) and a couple of screen shots for you enjoyment. I tried to make a movie in FCEUX, but I can't get it record without tons of lag.

YOUTUBE VIDEO:

https://youtu.be/isk4Fon6CfE
Attachments
REGEN.chr
(8 KiB) Downloaded 196 times
REGEN.asm
(64.52 KiB) Downloaded 201 times
REGEN.nes
(24.02 KiB) Downloaded 241 times
REGEN1.png
User avatar
rainwarrior
Posts: 8731
Joined: Sun Jan 22, 2012 12:03 pm
Location: Canada
Contact:

Re: My First Project

Post by rainwarrior »

Lucradan wrote:I tried to make a movie in FCEUX, but I can't get it record without tons of lag.
FCEUX's "Record AVI" function might slow down your computer with all the disk access, but it doesn't record the lag, the output will be frame-perfect.

Choosing a suitable "compressor" option can help reduce the disk access (I like using lagarith). The other option is to use the "Record Movie" feature, which records input instead, save the gameplay movie, then play it back and use the AVI recorder, so you're not trying to play the game while your system lags.
User avatar
Lucradan
Posts: 101
Joined: Wed Sep 21, 2016 12:08 pm

Re: My First Project

Post by Lucradan »

rainwarrior wrote: FCEUX's "Record AVI" function might slow down your computer with all the disk access, but it doesn't record the lag, the output will be frame-perfect.
I tried for a couple of hours and this was not my experience, playback was always skipping frames when I recorded uncompressed AVI. I was able to get it by running a smaller screen and using Windows Video 1 compression at 75% (the youtube video). But anything else, it's super jumpy
User avatar
rainwarrior
Posts: 8731
Joined: Sun Jan 22, 2012 12:03 pm
Location: Canada
Contact:

Re: My First Project

Post by rainwarrior »

Lucradan wrote:...playback was always skipping frames when I recorded uncompressed AVI. I was able to get it by running a smaller screen and using Windows Video 1 compression at 75% (the youtube video). But anything else, it's super jumpy
This again is not skipping in the recorded video, but in your playback. The AVI is fine, but your computer doesn't have enough bandwidth to play back the uncompressed video. (The problem could be the speed of your disk drive, the speed of your CPU, or the speed of your GPU, depending on what's involved.)

I recommend that Lagarith codec I linked above for lossless compression during recording, but once recorded, if you can't play it back use something to re-encode it a H264 or something your computer can play back well to preview it.
zzo38
Posts: 1096
Joined: Mon Feb 07, 2011 12:46 pm

Re: My First Project

Post by zzo38 »

A have a few suggestion:
  • To add the music.
  • To make you can push the button to skip one.
I am not sure why you would want to put it in a ROM cartridge by itself unless just for testing, although of course you can if you want to do. It is good though, I think.
(Free Hero Mesh - FOSS puzzle game engine)
Post Reply