Arkhan Today at 1:10 PMoldman was going to do something like this awhile ago because he figured out CD+G shit for PCE lol Heroes & Shadows Today at 1:11 PMWhat does everyone else think? Pappa the Rapper HuCard Edition?What happed to oldman? Arkhan Today at 1:14 PMhes oldand has other stuff to doand doenst care enough to fuck with itlol Heroes & ShadowsToday at 1:14 PMSo he left the scene? Arkhan Today at 1:15 PMhe comes and goes. but he and i have been less active over the las couple of years
I'd support any homebrew, but I don't much care for any rhythm games and I think hucards are a bad choice compared to cheap and simple CDs.
For those who are wondering what game we're talking about, it's this one:https://www.youtube.com/watch?v=IJNXz-wl_7o&feature=youtu.be&t=39Quote from: Necromancer on January 22, 2020, 02:19:42 PMI'd support any homebrew, but I don't much care for any rhythm games and I think hucards are a bad choice compared to cheap and simple CDs.I would make a CD-ROM2 game, but I just joined a day ago, so I really want to start simple. How difficult is it to make a CD-ROM2/Super CD/Arcade CD game?
Quote from: PC Engine Developer on January 22, 2020, 02:31:44 PMFor those who are wondering what game we're talking about, it's this one:https://www.youtube.com/watch?v=IJNXz-wl_7o&feature=youtu.be&t=39Quote from: Necromancer on January 22, 2020, 02:19:42 PMI'd support any homebrew, but I don't much care for any rhythm games and I think hucards are a bad choice compared to cheap and simple CDs.I would make a CD-ROM2 game, but I just joined a day ago, so I really want to start simple. How difficult is it to make a CD-ROM2/Super CD/Arcade CD game?Easier than a HuCard game kind of, because you have way more storage and don't have to worry about that as much. lol
jsr ReadGfxDisk jsr ShowGfxDisk jsr ReadPCMDisk jsr PlayPCMDisk etc...
I'm not a programmer (I'm lucky if can get my microwave to stop blinking 12:00), but I doubt CDs are much more difficult to program. There's maybe a dozen 'full' homebrew games released so far, and 3/4 are CDs; there's also several smaller demos and utilities that were released as ISOs or both ROMs and ISOs.
Quote from: Arkhan on January 22, 2020, 02:50:00 PMQuote from: PC Engine Developer on January 22, 2020, 02:31:44 PMFor those who are wondering what game we're talking about, it's this one:https://www.youtube.com/watch?v=IJNXz-wl_7o&feature=youtu.be&t=39Quote from: Necromancer on January 22, 2020, 02:19:42 PMI'd support any homebrew, but I don't much care for any rhythm games and I think hucards are a bad choice compared to cheap and simple CDs.I would make a CD-ROM2 game, but I just joined a day ago, so I really want to start simple. How difficult is it to make a CD-ROM2/Super CD/Arcade CD game?Easier than a HuCard game kind of, because you have way more storage and don't have to worry about that as much. lolWouldn't you have to learn how to program for the CD-ROM2 as well as the system itself? It's not like you have premade subroutines and could just do:Code: [Select] jsr ReadGfxDisk jsr ShowGfxDisk jsr ReadPCMDisk jsr PlayPCMDisk etc...You would have to learn how stuff works and write the subroutines myself/yourself.