Finished my game today (details)

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

Moderator: Moderators

User avatar
Dwedit
Posts: 4470
Joined: Fri Nov 19, 2004 7:35 pm
Contact:

Post by Dwedit »

I just played through and beat the demo. Can't wait for the release.
Here come the fortune cookies! Here come the fortune cookies! They're wearing paper hats!
User avatar
Sivak
Posts: 316
Joined: Tue Jul 17, 2007 9:04 am
Location: Somewhere
Contact:

Post by Sivak »

I got some other news. I had a personal prototype of the cart made up for testing on hardware. I'm pleased to say it went fine and everything worked.

The main thing now is just getting some label artwork. Then all should be done.
User avatar
Zepper
Formerly Fx3
Posts: 3264
Joined: Fri Nov 12, 2004 4:59 pm
Location: Brazil
Contact:

Post by Zepper »

Banshaku wrote:If he could find a publisher, the game could be released as a virtual console software on the Wii. This is what I would do.
- or "better", port it to XBLA :P
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

Fx3 wrote:or "better", port it to XBLA :P
There are two devkits for Xbox 360: XNA and the other one. XNA doesn't support real-time audio synthesis, and the other one doesn't support developers who have an unrelated day job.
User avatar
Bregalad
Posts: 8036
Joined: Fri Nov 12, 2004 2:49 pm
Location: Caen, France

Post by Bregalad »

And what does the authors of "I wana be the guy" about that ?
Useless, lumbering half-wits don't scare us.
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

XNA games just render the music to a .wav file at compile time and then have the XNA tools convert that to .xma or whatever XNA games use for music. But that wouldn't work so well for a music game like Parappa or Vib Ribbon or Amplitude or DDR or Guitar/DJ Hero, especially because it's hard to determine the precise playback position. Nor would it work well for a game with a lot of sequenced music, like a 16-bit-style RPG. It has been suggested on a topic on XNA's official forum that the lack of a counterpart to Allegro's AUDIOSTREAM may have been an intentional measure to discourage the development of emulators that use copyright-infringing ROM files. This despite that someone named Shawn Hargreaves developed the Allegro library and someone whose forum nick is "Shawn Hargreaves" made posts in that topic.
Roth
Posts: 400
Joined: Wed Aug 03, 2005 3:15 pm
Contact:

Post by Roth »

Bregalad wrote:And what does the authors of "I wana be the guy" about that ?
If I remember correctly, Sivak contacted the maker(s) of "I Wanna Be The Guy" about using a character that resembled their own, and they approved.

Can't wait to play it when it's out!
User avatar
Memblers
Site Admin
Posts: 3901
Joined: Mon Sep 20, 2004 6:04 am
Location: Indianapolis
Contact:

Post by Memblers »

tepples wrote:XNA games just render the music to a .wav file at compile time and then have the XNA tools convert that to .xma or whatever XNA games use for music.
Wow, IMHO that stands for almost everything that made videogame music turn boring (CD tracks versus soundchips). Nothing dynamic at all about it.
Pretty interesting though to see the posts there, getting to the point where someone proposed using one sine wave sample, and Fourier transforms to generate sounds. That's kind of cool, but talk about jumping through flaming hoops to do something simple..
Post Reply