Where is Super NES homebrew?

Discussion of hardware and software development for Super NES and Super Famicom.

Moderator: Moderators

Forum rules
  • For making cartridges of your Super NES games, see Reproduction.
User avatar
MottZilla
Posts: 2835
Joined: Wed Dec 06, 2006 8:18 pm

Post by MottZilla »

Well one part of Castlevania 4 manages to rotate the room. However I think collision detection with the map may be at a minimum or totally non existent since you only can stand on a small strip of land which could just be a platform object and not part of a background map collision.
psycopathicteen
Posts: 3001
Joined: Wed May 19, 2010 6:12 pm

Post by psycopathicteen »

I think I figured out how to do it. Have two seperate sets of coordinates, one set will be the playfield coordinates, the other the collision coordinates. When the player sprite is in walking/standing mode his movement will be calculated with the collision coordinate and converting the updated collision coordinates to playfield coordinates. When in jumping/falling mode, his movement will be calculated via playfield coordinates, and will be converted to collision coordinates for collision detection.
User avatar
dr_sloppy
Posts: 52
Joined: Mon Oct 27, 2008 2:48 pm
Location: Ålesund, Norway
Contact:

Post by dr_sloppy »

Memblers wrote:
dr_sloppy wrote:I wrote a some kind of a game (MGS-style: more cutscenes and secrets than actual gameplay ;) for the SNES some years ago. I think I can dig up the source code etc. for it and publish it here if anyone care, however, I don't have anywhere on the web to store it, most unfortunately.
I could give you an account on the membler-industries.com server, if you want.
Thanks!

http://membler-industries.com/dr_sloppy
KungFuFurby
Posts: 264
Joined: Wed Jul 09, 2008 8:46 pm

Post by KungFuFurby »

Hey dr_sloppy, I'm impressed by the sound for Cute Angel(a). Some of those tunes I can actually recognize from Astrohawk 2003 Edition (Paul Lay actually assisted you with the sound according to the credits! That's nice.), but some of the other stuff are tunes that I didn't hear. Nice large soundtrack. ^_^
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Re: Where is Super NES homebrew?

Post by tepples »

In first quarter 2014, this discussion continued in Why no SNES homebrew scene?
Locked