Tremulous Forum

Media => Mapping Center => Topic started by: Lanac on January 30, 2011, 11:58:35 am

Title: [SOLVED]Can´t add my own textures
Post by: Lanac on January 30, 2011, 11:58:35 am
Ok. I know i still have my fog effect topic on so if anyone can help me about that i will apriciate it.
Now my bigger problem. I cant use my own textures. My ngine path is in /home/paolo/Tremulous and i cant find textures i puted in. I tryed to use the find/replace button in my texture window(net radiant) and one problem was solved,m i found my picture, but in netradianr my picture is not shown, i see only blue/black cubes and it writes:shader not found. In my code:
Code: [Select]
Texture load failed: "textures/the_big_box_b5/radio"
textureFindReplace -find textures/the_big_box_b5/radio.jpg -replace textures/the_big_box_b5/radio
Title: Re: Can´t add my own textures
Post by: CATAHA on January 30, 2011, 05:38:22 pm
your textures/shaders should be in correct .pk3 in /base/ folder
you also should add anme of your shader file into /base/scripts/shaderlist.txt file
Title: Re: Can´t add my own textures
Post by: A Spork on January 30, 2011, 06:59:25 pm
Textures dont need to be in a .pk3 bro.

They just need to be in /base/textures/mytextures
Custom shaders need to be listed in shaderlist.txt
Title: Re: Can´t add my own textures
Post by: CATAHA on January 30, 2011, 07:14:53 pm
I know. But better work with pk3 from start. You avoiding 'missing textres' errors and not turning your base folder in trash bin. =)
Title: Re: Can´t add my own textures
Post by: Lanac on January 30, 2011, 07:20:32 pm
It worked. Thx.
Title: Re: Can´t add my own textures
Post by: CATAHA on January 30, 2011, 07:25:59 pm
Then please put [Solved] in topid header. =D
Title: Re: Can´t add my own textures
Post by: CreatureofHell on January 30, 2011, 07:38:46 pm
I know. But better work with pk3 from start. You avoiding 'missing textres' errors and not turning your base folder in trash bin. =)

Doesn't putting lots of .pk3 files in there do just that?  ???
Title: Re: Can´t add my own textures
Post by: Lanac on January 30, 2011, 07:43:55 pm
Ok.