Search found 8 matches

by JediTrooper87
Thu Sep 06, 2007 12:41 am
Forum: Beginners Help
Topic: Guide to write a game 3D.Help me!
Replies: 10
Views: 711

You also need to be aware that Irrlicht is just a 3d engine, it's not a game engine on it's own. To do that you have to include a scripting system, physics engine, AI, and other things to make even a simple game.
by JediTrooper87
Sat Jul 21, 2007 1:05 am
Forum: Beginners Help
Topic: I want to double something (quake maps and models)
Replies: 1
Views: 192

http://irrlicht.sourceforge.net/features.html

Under 'Supported Formats' lists all the supported 3d model formats.
by JediTrooper87
Sun Jul 15, 2007 7:40 am
Forum: Open Discussion and Dev Announcements
Topic: Windows Vista and Irrlicht
Replies: 32
Views: 4972

Vista is the worst OS ever. Even thought I have never used it, and don't know anyone who has. :roll: If you get a new machine, Vista runs fine. It has some driver issues with SOME older hardware, but what OS doesn't? I have older hardware that didn't get Drivers for 2000 or XP, that's the nature of...
by JediTrooper87
Thu Jul 05, 2007 5:52 am
Forum: Beginners Help
Topic: loading models in diffrent way[solved]
Replies: 14
Views: 900

First I have a questions: What do you mean by "it loads perfectly"? Do you mean the application or the model loads? It might have to do with the Irrlicht model loaders, they all check the file type of the model it's supposed to be loading by checking the ending of the filename (block .3ds ...
by JediTrooper87
Tue Jun 26, 2007 5:43 am
Forum: Beginners Help
Topic: OpenGL driver version is not 1.2 or better
Replies: 7
Views: 572

I have the same problem, the program crashes and my driver stops working when I use OpenGL as well. I just figured it was my video card because it only does it on my laptop.
by JediTrooper87
Mon Jun 25, 2007 4:38 am
Forum: Off-topic
Topic: Rig Specs
Replies: 28
Views: 2553

Intel Core 2 Duo E6400 Conroe 2.13GHz 4GB DDR2 SDRAM GeForce 8800GTS 640MB (Planning on getting a second one for SLI in a month or two) 500GB WD SATA 2x DVD+R IDE Drives NVIDIA nForce 570 SLI ATX Intel Motherboard 2x Widescreen Flat Panel Samsung 19in Monitors Vista Ultimate My processor is the bott...
by JediTrooper87
Fri Jun 22, 2007 1:09 pm
Forum: Beginners Help
Topic: Loading data from a text file.
Replies: 4
Views: 335

Ahh, thanks. Guess I missed that while searching the forums. I'll post again if I can't get it working. :D
by JediTrooper87
Fri Jun 22, 2007 12:43 pm
Forum: Beginners Help
Topic: Loading data from a text file.
Replies: 4
Views: 335

Loading data from a text file.

Hi everyone, my first post, but I've been lurking for awhile. I've been using Irrlicht for a few weeks now and have gone through all the tutorials at least once. I'm still fairly new to C++ but I'm picking it up fairly quickly and I have a lot of experience with a few different scripting languages. ...