Page 1 of 1

Today I'm sad....

Posted: Mon Sep 22, 2003 3:34 pm
by krypto
Yesterday I was happy.... When I saw how easy this engine is to use...
But now I can't find any info on how to reate content for it (wanted to use quark)
Espescially if I don't have quake. Are there any tutorials or resopurces on how I could use Quark to make make for irrlicht.????

Posted: Mon Sep 22, 2003 4:37 pm
by hearsedriver
You could do it like Niko and use Anim8or to create content. There are a lot of free modellers available which can export into a Irrlicht supported file format.

Cheers.

Posted: Mon Sep 22, 2003 4:48 pm
by krypto
but I im imagine the tutorial for collision doesn't use that beacuase the world is in Pak format

Posted: Mon Sep 22, 2003 6:05 pm
by saigumi
Collision is defined by the size of the mesh no matter where you get it from.

Heck, I use MilkShape without a problem.

Posted: Mon Sep 22, 2003 10:10 pm
by WhytWulf
The quake 3 pak files are just renamed .zip files.. usually with and subdirectory in it called /textures . (rename a quake3 pak0.pk3 to pak0.zip ) and you'll be able to unzip the elusive contents..

Posted: Tue Sep 23, 2003 10:12 am
by krypto
saigumi wrote:Collision is defined by the size of the mesh no matter where you get it from.

Heck, I use MilkShape without a problem.
I realize that.... what I meant was that the world that is loaded in the collision tutorial is a pak file. Also what format does milkshape support for maps?

Posted: Tue Sep 23, 2003 11:44 am
by saigumi
Like WhytWulf said, the pak file is just a renamed zip. Just take all your meshes and stuff, zip them up and rename the file to .pk3 and you can use Irrlichts filemanager to point to it.

Inside the pack, the map itself is just a bsp. The bitmaps for the textures are stored in there also.

Milkshape makes models. It's file extension is ms3d. It's not a "level editor". You can make any model you want, texture it however you want using any texture you can find on the web. Then, if you feel inclined, you can always zip it up and rename the zip to .pk3 to give you a Quake warm and fuzzy feeling.

Posted: Tue Sep 23, 2003 12:16 pm
by puh
...or just keep it as .zip file, as Irrlicht (thanks God) recognizes zip files also. 8)