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