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
My First Project
Moderator: Moderators
- rainwarrior
- Posts: 8759
- Joined: Sun Jan 22, 2012 12:03 pm
- Location: Canada
- Contact:
Re: My First Project
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.Lucradan wrote:I tried to make a movie in FCEUX, but I can't get it record without tons of lag.
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.
Re: My First Project
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 jumpyrainwarrior 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.
- rainwarrior
- Posts: 8759
- Joined: Sun Jan 22, 2012 12:03 pm
- Location: Canada
- Contact:
Re: My First Project
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.)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
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.
Re: My First Project
A have a few suggestion:
- To add the music.
- To make you can push the button to skip one.
(Free Hero Mesh - FOSS puzzle game engine)