Search found 887 matches

by Z!re
Tue Oct 05, 2004 4:29 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Using 3D card functions in QB45
Replies: 13
Views: 25432

3D gfx cards, store their offset and data at adress above 4gb, meaning QB can't access it, and even if you could, there's no way you could make it work without having the gfx card specs. Whivh are near impossible to get as the manufacturesrs guard them like treasures. Making a wrapper, that uses DX ...
by Z!re
Sun Oct 03, 2004 7:51 am
Forum: News and Announcements
Topic: Four Line Game Competition
Replies: 13
Views: 30236

Don't disscontinue them, keep them going, even if you only get a few entries. The longer it exists the more people will hear about it. And the more prestigeous it will become to win it. As for me, I simply don't have the time and will to get into a competition at the moment. And it really isn't 4lin...
by Z!re
Thu Sep 30, 2004 4:28 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Sprites
Replies: 2
Views: 6080

The only limit is memory, and with a few tricks you can even get around that. I'm using maps of 5120x3200 in MOo without problems. First of all, as long as you stay under 64kb (a integer array of 32000) you should be fine. To get a larger map, make sure you change the dim statement, and the number o...
by Z!re
Thu Sep 30, 2004 4:23 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Characters
Replies: 1
Views: 5982

You need to find a font routine for the font you're using, in your case, EASYFONT. It's a sub, that works like print, but with the font instead. It usually looks something like: font txt$, x, y, col I think the font sub is included with the font creation program, try looking in the archive. If it's ...
by Z!re
Wed Sep 29, 2004 1:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: I'm back. After the hurricanes
Replies: 15
Views: 20561

Like: 3 -> 3.000? 4.5 -> 4.500? 4.123456 -> 4.123 Input "Enter num", num# temp% = num#*1000 num# = temp%/1000 Print "3 decimal places:";num# Theory: Multiply by 1000, and round it, divide by 1000 to get 3 decimal points back. If you want 2 decimal places, change 1000 to 100, for ...
by Z!re
Mon Sep 27, 2004 4:33 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: PLAY COMMAND
Replies: 1
Views: 6309

You make a MIDI Slave TSR program, that sends the correct data to the soundcard. Most soundcards have MIDI built in. Then you load that program, and call it via interrupts from QB. In short: Learn more programming =) (Not meaning to sound rude or anything. Sorry if I did. But sound is one of the har...
by Z!re
Sat Sep 25, 2004 7:18 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: PLAY command
Replies: 4
Views: 8973

Well... in theory... you could use some math, and calculate the pitch of two or more accords added togheter. Playing a sound that we (humans) would hear as a chord. But it would prolly take loads of work. And the math would probably be too slow to perform in realtime to make anything good. I am, Use...
by Z!re
Wed Sep 22, 2004 9:10 pm
Forum: General Discussion
Topic: Multiplayer AND interface
Replies: 3
Views: 10759

Try searching for Connect4, a QB game, that is playable over the internet.

Take note though, internet, and multiplayer (non hotseat kind) is very hard to program.

Sound, highres and multiplayer


The top three hard parts to make in QB (IMO)
by Z!re
Thu Sep 16, 2004 6:12 am
Forum: Pete's QB Site News
Topic: QB Express Issue 2 is here!
Replies: 4
Views: 15999

Wohoo!



Heh, the mag came out 54minutes after i went to bed.. damn.. :D


Very nice issue, me like =)
by Z!re
Wed Sep 15, 2004 5:12 pm
Forum: General Discussion
Topic: QB Express & Updates Coming Soon!
Replies: 17
Views: 29959

It is now 15 minutes past midnight (GMT+1), and it's the 16th of september


*cry* :cry:



Where's QB Express issue #2?
by Z!re
Wed Sep 15, 2004 2:37 pm
Forum: General Discussion
Topic: QB Express & Updates Coming Soon!
Replies: 17
Views: 29959

Hehe, for the next issue, make it an hour precise deadline =P


This is like.. the 100th time I'm checking this forum today (and site)...



Still no QB Express... well, actually, I found it, but didn't read it, it would be no fun...

Waiting for the real release =)
by Z!re
Wed Sep 15, 2004 12:35 pm
Forum: General Discussion
Topic: QB Express & Updates Coming Soon!
Replies: 17
Views: 29959

"Where be ye, QB Express, where be ye... The sorrow that fill my hearth whilst thee is missing, bring back the light of joy to me once again"
:D
by Z!re
Wed Sep 15, 2004 6:13 am
Forum: General Discussion
Topic: QB Express & Updates Coming Soon!
Replies: 17
Views: 29959

*still barricaded*

:D


"Soo tired... must not... sleep... must wait... for mag...."
by Z!re
Tue Sep 14, 2004 3:58 pm
Forum: General Discussion
Topic: QB Express & Updates Coming Soon!
Replies: 17
Views: 29959

If it's only twice as good as the first one then It'll be awesome...
;)
by Z!re
Tue Sep 14, 2004 3:48 pm
Forum: General Discussion
Topic: QB Express & Updates Coming Soon!
Replies: 17
Views: 29959

Heh, When tomorrow will the mag be uploaded.

Lol...



*Barricades self infront of computer waiting for mag to appear*
by Z!re
Sun Sep 12, 2004 4:55 pm
Forum: General Discussion
Topic: QB Express & Updates Coming Soon!
Replies: 17
Views: 29959

Heh, Can't wait to get my hands on QB Exp#2
by Z!re
Fri Sep 10, 2004 4:37 am
Forum: General Discussion
Topic: Capturing Screenshots in Windows XP
Replies: 11
Views: 18621

People should start adding their own screenshot routines. And stop the whole: "It runs fine on my computer, so it must work on everybodys" thing. EMS being one. And the: "I have a delay, its a for/next, 0 to 9328742983749234 it only takes 0.1 seconds on my p5,77ghz 9tb ram" .... ...
by Z!re
Thu Sep 09, 2004 12:09 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Theres a huge error on your website, pete
Replies: 8
Views: 14240

Hmm, give me editing rights and I'll add you then :D
by Z!re
Wed Sep 08, 2004 5:26 am
Forum: Pete's QB Site News
Topic: 315 QB Tutorials Now Available!
Replies: 7
Views: 19528

Nice...

Tut's are good...


Have you managed to create some kind of system for them yet? So they're easier to navigate?
by Z!re
Wed Sep 01, 2004 5:18 pm
Forum: General Discussion
Topic: Farewell...
Replies: 2
Views: 8581

Farewell...

Goodbye, don't know when or If I'll be back. Take care you all.