Frictional Games Forum (read-only)

Full Version: A door with other material
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,
I wanted to make a door with another material.
I've chosen the mesh of the door in the model editor and simply changed the material. OK everything worked without problems, the material changed. I saved it with another name and tried to use it in the level editor. But there is not my material, nothing changed. What could it be?
I dont think its that simple, since the texture that is being used is usally pointed at from the collada file, and the texture is often also what defines which material that is being used.
If I were you I would copy all the door files except the mat., then open the collada (dae.) with notepad.
Find "library_images" and change it so it points the texture file the material will be using for color(also known as the diffuse texture), see the tutorial on retexturing for more detail:

http://www.frictionalgames.com/forum/thread-17299.html


Thank you!

Oh one more problem -_-
If I want to import the mesh the model editor will crash.