Hey guys,
I wanted to replace the quake map with another one. I downloaded some of these ( http://www.map-factory.org/quake-3 ). I see in the Console how the mesh of the map loads. But when i want to run around its just black. all the way black.
What can i do?:( It doesnt give me any errors.
btw: How can i disable the console in the beginning?
Cheers
importing a new level
-
- Posts: 26
- Joined: Tue Nov 11, 2008 5:20 pm
Did you even check the Quake3Map example source?
/*
Because the level was not modelled around the origin (0,0,0), we
translate the whole level a little bit. This is done on
irr::scene::ISceneNode level using the methods
irr::scene::ISceneNode::setPosition() (in this case),
irr::scene::ISceneNode::setRotation(), and
irr::scene::ISceneNode::setScale().
*/
if (node)
node->setPosition(core::vector3df(-1300,-144,-1249));