Model/Texture Guidelines: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
There is really nothing complicated about how the models are setup. To simplify the process we decide reorganized the system in the following manner.
There is really nothing complicated about how the models are setup. To simplify the process we decide reorganized the system in the following manner.


1. A '''Model''' resides in its own folder. In this example ''models/props/furniture/armoire''
1. A '''Model''' resides in a specific folder according to what it is. In this example ''models/props/furniture/armoire''.  See [[Model Folder Structure]] for a list of which models go in which folders.


2. All '''Textures''' are stored in ''models/props/textures''
2. All '''Textures''' are stored in ''models/darkmod/props/textures''


3. Material files should look like this.
3. Material files should look like this.
Line 10: Line 10:




Model software.
'''Model software.'''


Each model should have this path. I'm not sure if all modeling software handles the texture paths the same, but this is how it looks in lightwave.
Each model should have this path. I'm not sure if all modeling software handles the texture paths the same, but this is how it looks in lightwave.
Line 19: Line 19:


That's it.
That's it.
[[Category:Models]]
[[Category:Tutorial]]

Latest revision as of 16:30, 1 June 2007

There is really nothing complicated about how the models are setup. To simplify the process we decide reorganized the system in the following manner.

1. A Model resides in a specific folder according to what it is. In this example models/props/furniture/armoire. See Model Folder Structure for a list of which models go in which folders.

2. All Textures are stored in models/darkmod/props/textures

3. Material files should look like this.

materialfiles.jpg


Model software.

Each model should have this path. I'm not sure if all modeling software handles the texture paths the same, but this is how it looks in lightwave.

Take note that the _d is not needed at the end of the path. I saw a few models in my journey that came through like that. It causes the model to look fullbright all the time.

lightwavesetup.jpg

That's it.