Search found 31 matches

by DarkRage4
Sat Jan 02, 2010 7:13 pm
Forum: Off-topic
Topic: Coolest computer I've ever seen.
Replies: 4
Views: 1086

Stupid Rick Roll
by DarkRage4
Sat Jan 02, 2010 7:12 pm
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 502567

Name : Dan W Age : 15 Languages : C++, HTML, PHP Scripts : Python, JavaScript, Lua Databases : MySQL GFX : Photoshop, GIMP, 3ds Max Location : Ontario, Canada Website : http://www.TekKnowledgey.tk Company : Tek Knowledgey Other Engines/Libraries : Irrlang, Audiere, Ogre3D, Panda3D, OpenAL, CEGUI, b...
by DarkRage4
Sat Jan 02, 2010 7:10 pm
Forum: Beginners Help
Topic: X File Load Error
Replies: 11
Views: 452

Glad to hear you got it mostly figured out :)
by DarkRage4
Sat Jan 02, 2010 6:45 pm
Forum: Beginners Help
Topic: X File Load Error
Replies: 11
Views: 452

You would need to uncompress the file, sadly I don't know how to uncompress .x files

I'm not even sure if its possibly :?
by DarkRage4
Sat Jan 02, 2010 6:34 pm
Forum: Beginners Help
Topic: X File Load Error
Replies: 11
Views: 452

That is very odd.
by DarkRage4
Sat Jan 02, 2010 6:19 pm
Forum: Beginners Help
Topic: X File Load Error
Replies: 11
Views: 452

I couldn't say but from the file type and the error I would say that the files are corrupted.
by DarkRage4
Sat Jan 02, 2010 6:14 pm
Forum: Beginners Help
Topic: Total Nooob needs help.
Replies: 9
Views: 640

well, i guess you should have a look at the tutorials first http://irrlicht.sourceforge.net/tutorials.html start with simple test-apps first before you start your transport app. so you maybe avoid this to end in a messed up application. EDIT: too slow :oops: Lol, you almost beat me :P And ya beside...
by DarkRage4
Sat Jan 02, 2010 6:10 pm
Forum: Beginners Help
Topic: X File Load Error
Replies: 11
Views: 452

What kind of file is it then, since you said model pack. It would be helpful to know so I could try to help ;)
by DarkRage4
Sat Jan 02, 2010 6:09 pm
Forum: Beginners Help
Topic: Total Nooob needs help.
Replies: 9
Views: 640

Have you tried looking at some of the Irrlicht tutorials? There a great way to get started, as they explain things to you.

http://irrlicht.sourceforge.net/tutorials.html
by DarkRage4
Sat Jan 02, 2010 5:34 pm
Forum: Beginners Help
Topic: X File Load Error
Replies: 11
Views: 452

Are they in like a zipped file? If so try doing:

device->getFileSystem()->addZipFileArchive("file");

and then under it load your .x file
by DarkRage4
Wed Dec 30, 2009 1:08 am
Forum: Beginners Help
Topic: Lights problem
Replies: 8
Views: 851

serengeor wrote:
DarkRage4 wrote:

Code: Select all

node->setMaterialFlag(EMF_LIGHTING, false);
Wrong :wink:
He want to apply lightining to the object, not to disable it.
:wink: EMF LIGHTING is not normally lighting, its what is making the box black, I had this problem b4 and when I set it to false the texture/color of the object was back
by DarkRage4
Tue Sep 22, 2009 1:55 am
Forum: Beginners Help
Topic: Lots of errors
Replies: 34
Views: 1628

Most of the errors are caused by undeclared valves, Make sure everything in your coding is declared and make sure if you have more than one file the other files are included into your main file
by DarkRage4
Thu Sep 17, 2009 8:00 pm
Forum: Beginners Help
Topic: Lights problem
Replies: 8
Views: 851

Code: Select all

node->setMaterialFlag(EMF_LIGHTING, false);
by DarkRage4
Sun Sep 13, 2009 2:47 am
Forum: Advanced Help
Topic: Gun Recoil
Replies: 5
Views: 821

ya I think I'll try that I just need it to return to the normal position repeatedly
by DarkRage4
Mon Sep 07, 2009 10:29 pm
Forum: Advanced Help
Topic: Collision More Than Once (SOLVED)
Replies: 4
Views: 501

adding another selector does work, it was just an error in my coding so