RabidWeezle wrote:I was going to add a sky to my map, I noticed (after getting a really good start on a map) that none of the textures had the white border around it, hence no shaders. I even imported a new sky from a thread here, and there was no shaders for the skybox I used.
I compiled NetRadiant from svn, installed nexuiz today from kubuntu's repo, did I miss a step in there?
Kubuntu Jaunty 32-bit
NetRadiant SVN from today
Make sure that you add your shader to the shaderlist.txt. I think it has to live in the game dir. So if you unpacked Nezuiz to
/opt/games/Nexuiz
then go into the data/ subdir of that folder
cd /opt/games/Nexuiz/data
and unzip the current shaderlist.txt:
unzip dataXXXXXX.pk3 scripts/shaderlist.txt
XXXXXX stands for some numbers which are specific to the nexuiz version you use..
Then add the basename of the file that holds your shader code to the bottom of the list in that file.. No need to repack it. The unpacked version is given higher prio than the packed one..