Search found 25 matches

by Syphonix
Sat Dec 11, 2004 6:38 pm
Forum: Beginners Help
Topic: Quake .BSP files
Replies: 1
Views: 311

Quake .BSP files

Let us say I were to download a quake3 map online. For example, from http://www.hep.ucl.ac.uk/~pdm/personal/maps/ How would I use it in Irrlicht? If someone gets a map from that site to work, please explain it to me. I can get the demo Irrlicht bsp file to work, but not real Quake3 ones from the Int...
by Syphonix
Sat Dec 11, 2004 2:03 pm
Forum: Beginners Help
Topic: Loading a .X file
Replies: 3
Views: 324

I know that. But how would I access the IAnimatedMeshX methods from an IAnimatedMesh? Such as setCurrentAnimation(), etc. That is what I am interested in doing.
by Syphonix
Sat Dec 11, 2004 2:21 am
Forum: Beginners Help
Topic: Freezing up
Replies: 6
Views: 312

I learned from gamedev.net that F10 allows you to move the mouse again. I was going to add the EventReciever thing, but then I learned about F10.
by Syphonix
Sat Dec 11, 2004 1:16 am
Forum: Beginners Help
Topic: Loading a .X file
Replies: 3
Views: 324

Loading a .X file

I'm having some troubles loading a .X file.

If I have an IAnimatedMeshX file, what would I set it equal to? getMesh()? I tried getMesh(), but the compiler tells me that I need to typecast. What function would I use?
by Syphonix
Sat Dec 11, 2004 1:14 am
Forum: Beginners Help
Topic: Freezing up
Replies: 6
Views: 312

It works! thanks!
by Syphonix
Sat Dec 11, 2004 12:20 am
Forum: Beginners Help
Topic: Freezing up
Replies: 6
Views: 312

Even if I ALT+TAB out, the mouse still doesn't work. The visibility thing doesn't matter either.

and resets the mouse position to the center of the screen every time you move the mouse.
Yeah, that's whats going on. How would I fix it?
by Syphonix
Fri Dec 10, 2004 10:04 pm
Forum: Beginners Help
Topic: Freezing up
Replies: 6
Views: 312

Freezing up

Why is it that sometimes Irrlicht games will stop all mouse input to your computer? I'm thinking that it is the method that adds a First Person Shooter camera, but I'm not 100% sure about that. Can someone please explain to me how to solve this problem? It is getting annoying, as I have to restart m...
by Syphonix
Sun Oct 10, 2004 4:25 pm
Forum: Beginners Help
Topic: Racing Game
Replies: 17
Views: 1072

I did resave it with MeshViewer. However, it does not seem to be working! What is the function to load a .x file? I think that is where the problem lies.
by Syphonix
Sat Oct 09, 2004 9:58 pm
Forum: Beginners Help
Topic: Racing Game
Replies: 17
Views: 1072

Where in the docs could I find more info on .x files?
by Syphonix
Fri Oct 08, 2004 8:41 pm
Forum: Beginners Help
Topic: modeling, animating need urgent help
Replies: 10
Views: 471

Is .x crossplatform?
by Syphonix
Fri Oct 08, 2004 8:36 pm
Forum: Beginners Help
Topic: Racing Game
Replies: 17
Views: 1072

You mean I could just go into the tutorial on collision detection, and instead load a .x file instead of the .bsp? I tried that, and it didn't work.
by Syphonix
Fri Oct 08, 2004 12:37 am
Forum: Beginners Help
Topic: .X Files and Irrlicht
Replies: 11
Views: 491

I have found it! This is good. Now, how would I use .x files as levels?
by Syphonix
Thu Oct 07, 2004 9:08 pm
Forum: Beginners Help
Topic: Racing Game
Replies: 17
Views: 1072

Same commands as for a .bsp file?
by Syphonix
Thu Oct 07, 2004 9:06 pm
Forum: Beginners Help
Topic: .X Files and Irrlicht
Replies: 11
Views: 491

I already have the SDK (woohoo). Where would this "tool" be? What is its name?
by Syphonix
Thu Oct 07, 2004 1:51 pm
Forum: Beginners Help
Topic: I have errors trying to load .x file. please help
Replies: 27
Views: 4584

I use deled. If I wanted a .x file to display, I would have to use MeshViewer, right?
EDIT: You guys are geniuses! All I did was open it in MView and save it, then it worked! But I use deled. How do I get the texture from deled to work on the model in Irrlicht?