Search found 202 matches

by Lachie Dazdarian
Fri Oct 19, 2007 3:43 pm
Forum: General Discussion
Topic: Anim8or
Replies: 7
Views: 13893

I tried out the egg plant tutorial. Man, this program rocks! I tried Wings3D before, but it crawled like a slug on my PC and it wasn't intuitive. anim8or is a dream come true!

Once more, thanks for this tip.
by Lachie Dazdarian
Wed Oct 17, 2007 5:20 pm
Forum: General Discussion
Topic: Anim8or
Replies: 7
Views: 13893

Thanks. I was always interested in 3D modeling, but only so I could create simple objects to paste on my static 2D images. Hope this will help.
by Lachie Dazdarian
Wed Oct 17, 2007 4:48 pm
Forum: News and Announcements
Topic: QBasic Games Directory updated (on 17.10.2007) !
Replies: 1
Views: 9457

QBasic Games Directory updated (on 17.10.2007) !

Yeah, the site is back after some 5 months of not being updated. Nothing fancy, really. 12 new games, out of which I recommend Air Attack, IDKFA, Snow Palace (from 2007) and WaterQuest, a true lost QBasic gem. http://games.qbasic.com Sorry for not being able to upload more recent QBasic games, but I...
by Lachie Dazdarian
Wed Oct 17, 2007 4:42 pm
Forum: Pete's QB Site News
Topic: QB Express #25 needs submissions!
Replies: 34
Views: 187472

Sigh. You just have to have real life, don't you?
by Lachie Dazdarian
Tue Oct 16, 2007 4:35 pm
Forum: Pete's QB Site News
Topic: QB Express #25 needs submissions!
Replies: 34
Views: 187472

Once again Pete, what's the hold up?
by Lachie Dazdarian
Fri Oct 12, 2007 5:56 pm
Forum: Pete's QB Site News
Topic: QB Express #25 needs submissions!
Replies: 34
Views: 187472

Erm...
Erm...games are still made for PC Engine? Weren't the last one released in like...1994? Enlighten me!
by Lachie Dazdarian
Thu Oct 11, 2007 3:47 pm
Forum: General Discussion
Topic: Influential QBasic Programs
Replies: 8
Views: 24645

Larry the Dinosaur 2 . A wonderful mixture of platform, action and adventure genre featuring wacky and unconventional story about sentient dinosaurs. A somewhat short game, but compared to other QB games of the same genre, one of the best. Definitely the most fun platform QB game by my book. Downlo...
by Lachie Dazdarian
Mon Oct 08, 2007 4:04 pm
Forum: General Discussion
Topic: theres no such thing as.............
Replies: 5
Views: 10297

I have this idea about game sponsoring for a while. I know it's not all that original, but I haven't seen freeware developers using it. It's basically about finding companies that would be willing to put ads in your game. The ads would appear in the intro, somewhere on the main menu, etc. Their size...
by Lachie Dazdarian
Mon Oct 08, 2007 10:21 am
Forum: Pete's QB Site News
Topic: QB Express #25 needs submissions!
Replies: 34
Views: 187472

Erm...games are still made for PC Engine? Weren't the last one released in like...1994? Enlighten me!

BTW, I assume you were in contact with DarkDread about this. Did you ever probe him about returning to our community as a FB coder? I wonder what he was doing for the last 5-6 years.
by Lachie Dazdarian
Fri Oct 05, 2007 9:07 pm
Forum: News and Announcements
Topic: My dummy level tutorial for FreeBASIC (game design oriented)
Replies: 1
Views: 9146

My dummy level tutorial for FreeBASIC (game design oriented)

Download: http://lachie.phatcode.net/Downloads/How_To_Program_A_Game_1.zip Actually, this is one of my older tutorials, but because of big changes with FreeBASIC version 0.17b it took me a while to find motivation to rewrite the tutorial so it would compile in the latest version of the FreeBASIC, as...
by Lachie Dazdarian
Wed Oct 03, 2007 4:19 pm
Forum: Pete's QB Site News
Topic: QB Express Article Requests
Replies: 140
Views: 774095

I hope you'll finish the worms-like engine tutorial. FreeBASIC? Well, I guess I'll be able to convert it to FB once I see how you will do it.
by Lachie Dazdarian
Sun Sep 30, 2007 11:01 am
Forum: General Discussion
Topic: 3d Graphics
Replies: 6
Views: 14380

Erm...your code is incorrect. I'm not sure if your code would even work in QB. Do this... LET SWING = 1 SELECT CASE SWING CASE IS >=0 LOCATE 10,50 PRINT "RIGHT LEG FORWARD" CASE IS <0 LOCATE 10,50 PRINT "LEFT LEG FORWARD CASE ELSE LOCATE 10,50 PRINT "NOT WALKING" END SELECT
by Lachie Dazdarian
Sat Sep 29, 2007 10:34 am
Forum: Pete's QB Site News
Topic: QB Express #25 needs submissions!
Replies: 34
Views: 187472

I think Pete wants you stuff by default so no need to ask.
by Lachie Dazdarian
Fri Sep 28, 2007 5:05 pm
Forum: General Discussion
Topic: is Qb dead?
Replies: 21
Views: 66003

Raspberrypicker, D.S. didn't mean that. He wanted for QB to compile him a Windows application. That is not possible. Regarding FB... D.S., you can try with my latest tutorial from QB #23: http://www.petesqbsite.com/sections/express/issue23/index.html#angles You can also try with this example game I ...
by Lachie Dazdarian
Mon Sep 24, 2007 4:47 pm
Forum: General Discussion
Topic: is Qb dead?
Replies: 21
Views: 66003

You know why 'DIM X, Y AS INTEGER' will give you an error? Because in FB when compiled with -lang fb you need to declare all variables and with their type. You can't do DIM X because like the error report says, FB does not support default types (which is INTEGER in QB) or suffixes as QB does (but li...
by Lachie Dazdarian
Sun Sep 23, 2007 4:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with OPEN/WRITE/CLOSE statement
Replies: 3
Views: 6221

Just make this change:

OPEN "database.txt" FOR OUTPUT AS #1
by Lachie Dazdarian
Sun Sep 23, 2007 3:21 pm
Forum: General Discussion
Topic: is Qb dead?
Replies: 21
Views: 66003

Codemss, DIM variable AS INTEGER does not report an error. You are probably doing something else with your code that causes an error. Also, tried to compile your code with -lang qb command line? Perhaps you should actually choose to want to use FB, instead of finding false reasons not to use it. Not...
by Lachie Dazdarian
Sun Sep 23, 2007 12:03 pm
Forum: General Discussion
Topic: is Qb dead?
Replies: 21
Views: 66003

Of course, once a program is in .exe form, nobody cares what was used to make it,... Erm....what the heck are you talking about? QBasic produces DOS executables, while FreeBASIC produces DOS, Windows and Lunux executables. With FreeBASIC you have an access to all the nifty 32-bit libraries like FMO...
by Lachie Dazdarian
Thu Sep 20, 2007 4:43 pm
Forum: Pete's QB Site News
Topic: QB Express #25 needs submissions!
Replies: 34
Views: 187472

There was a whole series of file manipulation tutorials Mystikshadows wrote. And I also wrote a small segment on file manipulation in my second edition of How To Program A Game With FreeBASIC (issue #20).

I'm not saying don't write the tutorial. Just don't ignore the previous efforts.
by Lachie Dazdarian
Wed Sep 19, 2007 5:34 pm
Forum: General Discussion
Topic: my old qb45 games
Replies: 3
Views: 10462

I'll check the games out.