Search found 5 matches

by EnigmaticCoder
Wed Dec 23, 2009 6:31 pm
Forum: Game Development
Topic: Hidden Cosmos: A Four Player Space Shooter Game
Replies: 9
Views: 1353

Re: Hidden Cosmos: A Four Player Space Shooter Game

Did you get a chance to play it yet?
by EnigmaticCoder
Sat Dec 19, 2009 2:03 pm
Forum: Game Development
Topic: Hidden Cosmos: A Four Player Space Shooter Game
Replies: 9
Views: 1353

Re: Hidden Cosmos: A Four Player Space Shooter Game

>On the PVR, TR polygons are actually pretty slow, so you might want to look into enabling the PT list (which is disabled by default) for another performance increase. First of all, thanks for looking through my code, it's flattering. Secondly, I uncommented that line in drawImage, but the game didn...
by EnigmaticCoder
Fri Dec 18, 2009 5:33 pm
Forum: Game Development
Topic: Hidden Cosmos: A Four Player Space Shooter Game
Replies: 9
Views: 1353

Re: Hidden Cosmos: A Four Player Space Shooter Game

> Are you also using /cd/ (without mounting the romdisk) for your self-booting image?

I'm mounting the romdisk and using /cd/ with the CDRom. ;)

> I notice you don't have any screenshots. KOS has a built-in function for dumping the framebuffer to a .ppm.

Really? I'll have to look into that.
by EnigmaticCoder
Fri Dec 18, 2009 4:59 pm
Forum: Game Development
Topic: Hidden Cosmos: A Four Player Space Shooter Game
Replies: 9
Views: 1353

Re: Hidden Cosmos: A Four Player Space Shooter Game

Yep, there's an .elf file in the tarball, but it won't work unless you change globals.cpp (I don't use the romdisk exclusively). Change this line: const std::string DIR = "/pc/home/john/Desktop/Link to Programming/Hidden Cosmos"; to const std::string DIR = *INSERT PATH TO THE UNZIPPED FILE...
by EnigmaticCoder
Fri Dec 18, 2009 3:37 pm
Forum: Game Development
Topic: Hidden Cosmos: A Four Player Space Shooter Game
Replies: 9
Views: 1353

Hidden Cosmos: A Four Player Space Shooter Game

I finished the Dreamcast game I've been working on for the past month called, Hidden Cosmos. It's similar to Galaga but with a story and four player multiplayer. And by the way, it's open source: You can get the game and the code here: http://sites.google.com/site/enigmaticcoder/games Just to be sur...