Search found 455 matches

by thegamefreak0134
Wed 31 Jan, 2007 8:56 pm
Forum: Off Topic
Topic: Windows Vista Voer Already...?
Replies: 20
Views: 29145

Thanks hop. This was what I needed to know. I can't bit torrent on a school connection (stupid stupid filter) so I'll have to commit it to dial-up at home. Or just get Natso to get it for me.
by thegamefreak0134
Wed 31 Jan, 2007 8:28 pm
Forum: Off Topic
Topic: Windows Vista Voer Already...?
Replies: 20
Views: 29145

Windows Vista Voer Already...?

I wanted to try out Windows Vista before I have to go off and start using it fully for pay, so I was going to download and install the beta version. Problem? The preview program is already closed. Darn them. Is there anywhere I can still download the beta, or is there someone who can e-mail or other...
by thegamefreak0134
Tue 30 Jan, 2007 5:24 pm
Forum: Programming Help
Topic: Ti-Basic: setting the window 83+
Replies: 7
Views: 5025

Yeah, it's called a proportion. GraphX/GraphXSize = PixelX/PixelXSize So for TI, PixelX = GraphX*95/GraphXSize And similar for Y. This is basic math here. Altough it may need to be adjusted by one in a direction to account for pixel rounding. (I can see a couple of instnces where this would go offsc...
by thegamefreak0134
Tue 30 Jan, 2007 4:56 pm
Forum: Announce Your Projects
Topic: Pokemon Purple
Replies: 322
Views: 284629

:I->C:J->U length(Str4->N For(/theta/,1,N inString("123456789ABCDEF",sub(Str4,/theta/,1 If 7<Ans Pxl-On(U,C If 3<8fpart(Ans/8 Pxl-On(U,C+1 If 1<4fpart(Ans/4 Pxl-On(U,C+2 If fpart(Ans/2 Pxl-On(U,C+3 C+4->C U+(C=(I+32->U If C=(I+32):I->C If sub(Str4,/theta/,1)="G Then U+1->U I->C End:E...
by thegamefreak0134
Tue 30 Jan, 2007 7:40 am
Forum: News and Information
Topic: OMG! We are changing hosting company!
Replies: 41
Views: 56105

I suppose there would be no thoughts of using your own server somewhere and getting a static IP (and domain of course) to host with. Heck, you could even use your current domain provider and just have them do the DNS switch to the new IP. I don't know how cost effective this is though, as it really ...
by thegamefreak0134
Tue 30 Jan, 2007 7:29 am
Forum: Programming Help
Topic: Ti-Basic: setting the window 83+
Replies: 7
Views: 5025

Of course I prefer to do everything in pixel (or text) mode on the graph. I suppose you still have to set the window for lines though, so I usually invert my Y so it matches with the pixelon() pixeloff() values.

-tgf
by thegamefreak0134
Tue 30 Jan, 2007 7:26 am
Forum: Pixel Art
Topic: Work in progress Samus
Replies: 16
Views: 31343

I've had all sorts of problems with asm. My calc has crashed, I have weird "ghost-like" errors from messing with the wrong memory, I've had my archive become corrupt (trying to write to flash mem and (for some odd reason) succeeding o.O) and the typical literal blue screen of death. (Where...
by thegamefreak0134
Tue 30 Jan, 2007 7:18 am
Forum: Announce Your Projects
Topic: Pokemon Purple
Replies: 322
Views: 284629

True, but he does want to make this a BASIC only version. I think he can pull it off too. His will be BASIC, mine will be Asm. We are striving (and helping each other out in the process) to make each the best it can possibly be for the language in question. Thus, I will certainly (and obviously) be ...
by thegamefreak0134
Mon 29 Jan, 2007 6:54 am
Forum: Announce Your Projects
Topic: Pokemon Purple
Replies: 322
Views: 284629

The only thing I could possibly see that needs work is the image display routine. I realize that you have to deal with compressed data here, but you still need to try and optimize the schnizzle out of that routine. Otherwise, you'll have to limit the images to pokedex mode only as the battle images ...
by thegamefreak0134
Fri 26 Jan, 2007 10:51 pm
Forum: Programming Help
Topic: [VB.NET] Bluetooth Setup
Replies: 10
Views: 5849

Wow ben, I didn't know you spoke greek... Well, I apparently am going to have to find some time to dive headfirst into code to understand any of this at all... I'm relatively certain that what I need is a Bluetooth HID (not the USB one, but I think I do have that .dll file) and a way to access it. I...
by thegamefreak0134
Thu 25 Jan, 2007 8:56 pm
Forum: Programming Help
Topic: [VB.NET] Bluetooth Setup
Replies: 10
Views: 5849

OK, ok, so he used a "HID" library. I've seen references to this kind of thing before, and it appears to simply be a .dll file that I could problably use. Does anyone have more information on HID? These kinds of programs written to convert the wiimote to axis and things are nice, but I nee...
by thegamefreak0134
Wed 24 Jan, 2007 8:02 pm
Forum: Programming Help
Topic: [VB.NET] Bluetooth Setup
Replies: 10
Views: 5849

No, I mean I use a program (the one that came with my bluetooth adapter) instead. The windows drivers aren't fully compatable with the wiimote for some odd reason... Anywho, I need a library? Darnation. OK, I will look into that. I will also need to figure out (once and for all, since I have never k...
by thegamefreak0134
Wed 24 Jan, 2007 4:58 pm
Forum: Programming Help
Topic: [VB.NET] Bluetooth Setup
Replies: 10
Views: 5849

[VB.NET] Bluetooth Setup

I'll be blunt about this. I want to be able to access and controll/update the wiimote with the bluetooth device on my computer. I use VB.NET for all of my PC developing. I did some basic searches and I'm not quite sure where to start. If I can get my program to send and recieve reports from the Wiim...
by thegamefreak0134
Mon 22 Jan, 2007 9:06 am
Forum: Off Topic
Topic: Record Wave Output
Replies: 10
Views: 10895

I have YIM (yahoo instant messenger.) The newer versions have a "call" feature that lets you voice chat over the internet with anyone else on yahoo. This normally outputs to the soundcard, and accepts input from a microphone. I was able to plug other things into this setup by running a lin...
by thegamefreak0134
Sun 21 Jan, 2007 8:57 pm
Forum: Off Topic
Topic: Record Wave Output
Replies: 10
Views: 10895

You should not be running the output of your card into the microphone port (or indeed any amplified signal into the microphone port). But why? It works so well, and I understand how to turn the volume down... I know your way is really better though... I only do it this way so YIM will see it. If I ...