Search found 142 matches

by The Awakened
Fri May 05, 2006 5:07 pm
Forum: General Discussion
Topic: New programming language...
Replies: 11
Views: 29626

Check out my 2 C++ articles in QB Express. They're sloppy (IMO) but I heard some good things about them.
by The Awakened
Fri May 05, 2006 5:03 pm
Forum: General Discussion
Topic: Need advice from Squaresoft fans...
Replies: 18
Views: 46245

FF7 is the best one That's a HUGE matter of opinion. I'd say that FF6 is the best one that I've played , and everyone's gonna have a different opinion. But I'd say if you havn't played FF4 or FF6, then get Anthologies or Chronicles (I like FF6 much more than FF4). If you have, then get FF8. Gee, ya...
by The Awakened
Wed Mar 08, 2006 9:11 pm
Forum: General Discussion
Topic: Cell Shading
Replies: 7
Views: 18738

My mistake. :) I only saw the screenshots in passing.
by The Awakened
Sun Mar 05, 2006 5:40 pm
Forum: General Discussion
Topic: Cell Shading
Replies: 7
Views: 18738

All it looks like you do is check whether each colour in the original model is above or below a certain colour intensity. Let's take the above guy from Jet Grind Radio. His shirt is yellow. If the yellow is above a certain intensity, the cel shaded version is the brighter yellow, and if the yellow i...
by The Awakened
Mon Jan 23, 2006 9:36 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: print Qbasic output by BubbleJet printer
Replies: 13
Views: 27064

You use FreeBasic and the Windows API. Or you change your own program so that it sends something down a port or something else, which a Windows program (which you've gotta write, and no, QB doesn't make Windows programs) intercepts and then uses the Windows API to print. Kind of like DS4QB. And then...
by The Awakened
Mon Jan 23, 2006 1:16 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: help on limiting keys
Replies: 29
Views: 49062

edit: Yeah, code didn't work before. Here's something that does work:

Code: Select all


DO
    SELECT CASE INKEY$
         CASE "a"
              'do whatever
               EXIT DO
         CASE "b"
              'do whatever
               EXIT DO
     END SELECT
LOOP

by The Awakened
Sat Jan 21, 2006 2:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: help on limiting keys
Replies: 29
Views: 49062

Well, for starters, CASE IS is not a command, it's just CASE. And it doesn't matter what INKEY is after the loop. As soon as someone presses w, it exits the loop and you might as well just scrap the whole select case thing and go x = x + 1. Just do this: DO LOOP UNTIL INKEY$ = "w" x = x + 1
by The Awakened
Fri Jan 20, 2006 9:27 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: print Qbasic output by BubbleJet printer
Replies: 13
Views: 27064

How about a Google search for Freebasic? :D

www.freebasic.net is where you want to go.
by The Awakened
Tue Jan 17, 2006 6:16 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 45591

Most of the necessary libraries come with FB. Except for YAGL, which I wasn't aware of at the time of posting.
by The Awakened
Sat Jan 14, 2006 10:16 pm
Forum: Pete's QB Site News
Topic: QB Express #17 is here!
Replies: 8
Views: 28084

MystikShadows wrote:I was talking about your opinion on your music article lol. I don't think it's sloppy, but you did hehe...well you mentionned it ;-).

I want more music ;-)...
Heheh, I know, I was notating my sarcasm with the smilies. :D

And you'll get more music. :D
by The Awakened
Sat Jan 14, 2006 8:30 pm
Forum: Pete's QB Site News
Topic: QB Express #17 is here!
Replies: 8
Views: 28084

More sloppy articles? :wink: Sorry, my 3D math article isn't sloppy at all. :D

And I still want to do one more C++ tutorial, and at least one more music tutorial.
by The Awakened
Sat Jan 14, 2006 4:00 pm
Forum: Pete's QB Site News
Topic: QB Express #17 is here!
Replies: 8
Views: 28084

Great issue. :D Good to see Nek's article again. Seb's article's got me thinkin, as did that multitasking core tutorial.

Feedback on my music tutorial would be appreciated. :) In my opinion, it's a pretty sloppy article for me.
by The Awakened
Thu Jan 12, 2006 6:20 pm
Forum: News and Announcements
Topic: PQBC now has a forum...
Replies: 4
Views: 13996

Link doesn't work.
by The Awakened
Wed Jan 11, 2006 8:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 45591

If you need any help, just say the word. :D
by The Awakened
Wed Jan 11, 2006 7:19 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 45591

What do you guys recommend I download for extras, I've got FBIDE downloading and I wanna know what else would be useful to have. Thanks a lot. ~ Dave ~ All I use is the FB compiler and FBIDE. I honestly havn't checked out much of the extras. :) [goes and looks at Freebasic.net] I don't really know ...
by The Awakened
Tue Jan 10, 2006 10:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Getting QB 4.5 to run on my new 'puter.
Replies: 21
Views: 45591

NT based versions of Windows apparently have problems with DOS programs.

Describe the problem in detail.
by The Awakened
Tue Jan 10, 2006 6:37 pm
Forum: General Discussion
Topic: QB Express #17 Needs Submissions!
Replies: 31
Views: 62787

Xerol: I've already got most of the tutorial done in rough draft. Right now I'm just revising the stuff I already have, and making pictures.

Nathan: Thanks, I'll try that. :D
by The Awakened
Mon Jan 09, 2006 6:54 pm
Forum: General Discussion
Topic: QB Express #17 Needs Submissions!
Replies: 31
Views: 62787

Mystik: For one, I don't want to bog Pete down with any more submissions. After all, right now it's a 32.5k document... it takes a while to for one to format that. :D Not to mention the pictures. I'm guessing that there will be more like 30 individual pictures. And I'll probably take right up until ...
by The Awakened
Mon Jan 09, 2006 4:55 pm
Forum: General Discussion
Topic: QB Express #17 Needs Submissions!
Replies: 31
Views: 62787

The Awakened: suggestion...don't use a lot of dumbass buzzwords, that only confuses people. Such things are best taught at the layman level, and if you have to use the dumbass buzzwords, at least explain what they mean. :D Buzzwords such as...? :D This isn't a full 3D engine tutorial. This only exp...
by The Awakened
Sun Jan 08, 2006 2:39 pm
Forum: General Discussion
Topic: QB Express #17 Needs Submissions!
Replies: 31
Views: 62787

What kidn of math would you like? The advanced kind.. :P As an example.. an explanation of the "3D math".. Things like that.. Okay, I've been working on one right now, for Express 18. It includes basic trigonometry, and then goes through everything that Rel's tutorials talk about... excep...