Search found 35 matches

by Derived Class
Wed Mar 17, 2004 9:01 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: [GUIDE/FAQ] Get Online with Dreamcast PSO (v1 and v2)
Replies: 242
Views: 62031

What size VMU do I need to get this going? When I complete the entries and try to save to a blank VMU I get errors - something about my VMU not having enough space. Thats great - especially when the friggin codebreaker doesnt support the keyboard. sigh. So how big must it be? And do I have to config...
by Derived Class
Wed Mar 17, 2004 1:05 pm
Forum: Programming Discussion
Topic: Good printed Development resources
Replies: 2
Views: 293

Good printed Development resources

I'm looking for good "trade" type magazines that discuss game development/programming. I dont know of any devoted solely to this topic. I understand that Dan Potter and a collective are publishing a DC Dev magazine called "Dream On". When is the first issue scheduled for release?...
by Derived Class
Mon Mar 15, 2004 9:27 pm
Forum: Programming Discussion
Topic: if statement not working
Replies: 6
Views: 407

scanf("%d",&answer); printf("\n"); if (answer = 'y') Should be scanf("%c",&answer); printf("\n"); if (answer == 'y') scanf parameter is for a character (%c), not an number (%d) , I don't know if its a C/C++ issue there or just my compiler doesn't like...
by Derived Class
Wed Mar 03, 2004 8:04 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: LED Mod
Replies: 2
Views: 116

sorry for the crosspost. ill wait and see if a mod moves it; otherwise ill repost it later.
by Derived Class
Wed Mar 03, 2004 7:42 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: LED Mod
Replies: 2
Views: 116

LED Mod

I tried the LED Mod, and I cant seem to get it working right. My soddering joints appear to be ok. I tested the LED with a multimeter while soddered to the board, and it lights fine, so its not blown out. I'm no EE, but i notice something weird when I placed the controller board back in - when I tou...
by Derived Class
Wed Mar 03, 2004 5:33 pm
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: DC Broadband w/o Extras
Replies: 2
Views: 233

DC Broadband w/o Extras

Im sure this question has been asked a bajillion times, but I plea for your patience for a n00b who is growing into a fervent DC lover... where was I 2 years ago... anyway... my question relates to the BBA. They go for too much money (if I were single this wouldnt be a problem, lets leave it at that...
by Derived Class
Wed Mar 03, 2004 11:35 am
Forum: Games and Software Hacking, Prototypes, and Devkits Discussion
Topic: [GUIDE/FAQ] Get Online with Dreamcast PSO (v1 and v2)
Replies: 242
Views: 62031

i am a diehard PSO player (I play on the xbox).

I hate paying 8.95 a month. I could put that towards a webhost for my idle domain name.

That having been said - can anyone tell me how many people still play PSODC?
by Derived Class
Tue Mar 02, 2004 7:45 pm
Forum: Off-Topic Forum
Topic: RedHat 9 and Netgear MA311 Wireless NIC
Replies: 1
Views: 149

RedHat 9 and Netgear MA311 Wireless NIC

seeking help with this. Ive found conflicting information with this particular NIC. Its either got drivers already installed with the distro, or you need to build drivers that work with the orinoco or prism II chipset. i got this working about a year ago, but i cant remember what I did to get it goi...
by Derived Class
Mon Mar 01, 2004 7:45 pm
Forum: Programming Discussion
Topic: Hello all
Replies: 13
Views: 711

You guys are great, thanks for the direction. Im going to shoot for the stars and see about the feasibility of a TimePilot homebrew. Ive seen it done in Java, so I'm sure I can do it for the DC :D
by Derived Class
Mon Mar 01, 2004 2:58 pm
Forum: Programming Discussion
Topic: Hello all
Replies: 13
Views: 711

word of caution. 99.7 % of DC programming is done C not C++, I repeat : C :) So make sure you're reading the right books. cout << won't work; you'll have to use printf( ); for an easy time of it. Go to the link Ragnarok gave you earlier, and download those files. You'll have a headstart on the game...
by Derived Class
Mon Mar 01, 2004 2:20 pm
Forum: Programming Discussion
Topic: Hello all
Replies: 13
Views: 711

You said build a cable. As in a coder's cable? If that's the case, then you can just buy one from http://www.lik-sang.com for $20. Unless, of course, you're an EE major and can get the parts cheap from Radio Shack :D bah - those parts are hard to find, and pricey. in 2 - 4 weeks, i should have my c...
by Derived Class
Mon Mar 01, 2004 2:10 pm
Forum: Programming Discussion
Topic: Hello all
Replies: 13
Views: 711

You said build a cable. As in a coder's cable? If that's the case, then you can just buy one from http://www.lik-sang.com for $20. Unless, of course, you're an EE major and can get the parts cheap from Radio Shack :D im a do it yourselfer. ive built a few robots in my day, and might be able to put ...
by Derived Class
Mon Mar 01, 2004 2:02 pm
Forum: Programming Discussion
Topic: Hello all
Replies: 13
Views: 711

outstanding. thanks ragnarok. I guess I have plans tonight (well, after I build my cable)
by Derived Class
Mon Mar 01, 2004 1:52 pm
Forum: Programming Discussion
Topic: Hello all
Replies: 13
Views: 711

Let me be one of the first to say Welcome! Now onto your questions. 1) Unfortunately the CE libraries are only licensed to professional game developers/companies. Also the CE libraries are custom made for the DC. Therefore, we will not be getting a legal, distributable SDK, ever. 1b) The library we...
by Derived Class
Mon Mar 01, 2004 1:36 pm
Forum: Programming Discussion
Topic: Hello all
Replies: 13
Views: 711

Hello all

Good afternoon all! I wanted to say thanks to the hosts. I am a dedicated gamer from a long ways back. I just got a Dreamcast and a slew of games for next to nothing, and I really am getting a huge amount of joy out of it. Its taking time from my Xbox gaming, even! The concept of creating my own gam...