]> Shamusworld >> Repos - jk1/blob - zell/base/textures/jk1/!Notes.txt
Move stuff into trunk in prepartion for GIT import.
[jk1] / zell / base / textures / jk1 / !Notes.txt
1 For some reason the models aren't finding their textures in their respective directories.\r
2 Will try putting them here to see what happens...\r
3 \r
4 Didn't make any difference... Could be the "./" in front of the texture def... Check it!\r
5 \r
6 Didn't seem to make a difference... The game is still complaining about not being able to find\r
7 "./models/07yun/Y_FACEF3", even though that isn't what's in the .MD3... Argh!\r
8 \r
9 Changing it to strip out the leading "./" did nothing, as did changing all forward slashes\r
10 to backslashes... It still says "missing shader ./models/07yun/Y_FACEF3"...\r
11 \r
12 Removing the path from the texture did nothing...\r
13 \r
14 The problem is in the BSP--all the texture paths are preceeded by "./". Not sure how to fix.\r
15 \r
16 Seems you have to have the correct paths in your models *before* compiling the map...!\r