Christmas Craze source code
Moderator: Moderators
Forum rules
- For making cartridges of your Super NES games, see Reproduction.
Christmas Craze source code
Source code of the Christmas Craze (16-bit XMas 2011) game.
It is written in C, so you need snes-sdk and bass (for SPC700 code) to build it.
Music/sound tools are not included here, because they definitely need some work to be useful. Well, if you working on a game and would like to use MOD-like music (with no effects even), I can give them to you as is.
It is written in C, so you need snes-sdk and bass (for SPC700 code) to build it.
Music/sound tools are not included here, because they definitely need some work to be useful. Well, if you working on a game and would like to use MOD-like music (with no effects even), I can give them to you as is.
Re: Christmas Craze source code
I think it also downloaded from retrousb.com/admin or retrousb.com/downloadsShiru wrote:Source code of the Christmas Craze (16-bit XMas 2011) game.
It is written in C, so you need snes-sdk and bass (for SPC700 code) to build it.
Music/sound tools are not included here, because they definitely need some work to be useful. Well, if you working on a game and would like to use MOD-like music (with no effects even), I can give them to you as is.
Re: Christmas Craze source code
I wouldn't advice anybody to go to retrousb.com/admin, apparently it's a nice way of getting yourself banned from the site automatically. Also a link to the ROM is available HERE, it's not a secret.Tormenter wrote:I think it also downloaded from retrousb.com/admin or retrousb.com/downloads
-
KungFuFurby
- Posts: 264
- Joined: Wed Jul 09, 2008 8:46 pm
optimore-816.exe stopped to work properly rather early in this project, but it worked at early stage. You can use the project to check if your new optimizer works.
However, I should say that the 816-opt.py one works slow, it is the longest part of compilation process. It takes about 15 seconds on my PC to rebuild the project, about 6 takes optimizer, that is not very comfortable. So if there is a way to make it faster (is there a Python compiler around?), it would be nice.
However, I should say that the 816-opt.py one works slow, it is the longest part of compilation process. It takes about 15 seconds on my PC to rebuild the project, about 6 takes optimizer, that is not very comfortable. So if there is a way to make it faster (is there a Python compiler around?), it would be nice.
I'll check it out when I have time. Kinda hectic at work atm, but maybe during xmas.optimore-816.exe stopped to work properly rather early in this project, but it worked at early stage. You can use the project to check if your new optimizer works.
That script was not written by me, so I wouldn't know. Ideally the optimizer should be super-fast, but you also have to consider how easy/hard it is to write the code.However, I should say that the 816-opt.py one works slow, it is the longest part of compilation process. It takes about 15 seconds on my PC to rebuild the project, about 6 takes optimizer, that is not very comfortable. So if there is a way to make it faster (is there a Python compiler around?), it would be nice.