Page 2 of 2
Re: scdm3 [alpha] by Scorch_
Posted: Wed Sep 30, 2015 2:42 pm
by AndyW
Check your paths in Shader files.
Shaders added to the SHADERLIST.TXT ??? Y or N ?

Re: scdm3 [alpha] by Scorch_
Posted: Wed Sep 30, 2015 2:50 pm
by Martinus
Use / instead of \ in the texture paths and do not use uppercase letters.
Also check the console for errors ingame, when you loaded your map.
Re: scdm3 [alpha] by Scorch_
Posted: Wed Sep 30, 2015 3:34 pm
by Scorch_
AndyW wrote:Check your paths in Shader files.
Shaders added to the SHADERLIST.TXT ??? Y or N ?

The shaders are added to the shaderlist.txt and the paths in the shader files are correct.
Re: scdm3 [alpha] by Scorch_
Posted: Wed Sep 30, 2015 10:23 pm
by KittenIgnition
I hope you meant you replaced all instances of, ".png" in your shader files with, ".tga", rather than converting actual image files. Forward slashes and non-tga/jpg extensions in the shader file itself. Maybe you did that already, but you mentioned converting so I just want to make it absolutely clear.
Did you post a DL link? I'm on my phone but when I get home I can settle this once and for all, provided I have the map.
Re: scdm3 [alpha] by Scorch_
Posted: Thu Oct 01, 2015 11:40 am
by Scorch_
KittenIgnition wrote:I hope you meant you replaced all instances of, ".png" in your shader files with, ".tga", rather than converting actual image files. Forward slashes and non-tga/jpg extensions in the shader file itself. Maybe you did that already, but you mentioned converting so I just want to make it absolutely clear.
Did you post a DL link? I'm on my phone but when I get home I can settle this once and for all, provided I have the map.
Download
Heres the full pk3 it should have all the shader scripts and textures. I did check within the shader files them self to make sure everything was correct and as far as I could tell it all checked out, as for the converting I was talking about converting .png/.jpg textures to .tga.
Re: scdm3 [alpha] by Scorch_
Posted: Thu Oct 01, 2015 1:42 pm
by KittenIgnition
Well, on my phone again, but in SFX.shader one of the shader names ends with a /. I dunno if this actually causes issues, but I assume it does. It likely does.
WARNING: R_FindImageFile could not find 'textures/skies/meth_clouds.tga' in
shader 'textures/skies/meth_clouds4'
Shader textures/skies/meth_clouds4 has a stage with no image
WARNING: unknown general shader parameter 'novlcollapse' in
'textures/sfx/portal_opaque_
Novlcollapse makes shaders not work, delete that parm. Then there's a missing .
Seems the other ones are also simply missing textures.
Re: scdm3 [alpha] by Scorch_
Posted: Thu Oct 01, 2015 1:53 pm
by Martinus
Run the game, load your map, and CHECK THE CONSOLE.
You will see yellow texts which tells you what and where are the errors.
I don't think it's a good idea to overwriting the original shaders like "sfx.shader".
Better rename it for surely work.
Re: scdm3 [alpha] by Scorch_
Posted: Thu Oct 01, 2015 5:55 pm
by Scorch_
KittenIgnition wrote:Well, on my phone again, but in SFX.shader one of the shader names ends with a /. I dunno if this actually causes issues, but I assume it does. It likely does.
WARNING: R_FindImageFile could not find 'textures/skies/meth_clouds.tga' in
shader 'textures/skies/meth_clouds4'
Shader textures/skies/meth_clouds4 has a stage with no image
WARNING: unknown general shader parameter 'novlcollapse' in
'textures/sfx/portal_opaque_
Novlcollapse makes shaders not work, delete that parm. Then there's a missing .
Seems the other ones are also simply missing textures.
The only place I could find the novlcollapse parm in the shader file was by the teleporter related stuff and removing it seemed to have no effect, there shouldn't be any missing textures as far as I know. Also I don't encounter the meth_cloud related errors when loading the map, does the sky texture work for you or is it just the default checkerboard one?
Martinus wrote:Run the game, load your map, and CHECK THE CONSOLE.
You will see yellow texts which tells you what and where are the errors.
I don't think it's a good idea to overwriting the original shaders like "sfx.shader".
Better rename it for surely work.
The only error I see in the console when loading up the map is "WARNING: unknown general shader parameter 'novlcollapse' in
'models/players/sarge/band"
Re: scdm3 [alpha] by Scorch_
Posted: Thu Oct 01, 2015 6:12 pm
by Hipshot
Rule of thumb:
Test your levels in clean quake 3 folders, it's 2015, I'm sure ~500MB of space can be spared for a clean copy.
Name shaders and folders after the level or yourself, for example like I do, hipshot_NNN1 or hipshot_NNN5
Re: scdm3 [alpha] by Scorch_
Posted: Thu Oct 01, 2015 7:49 pm
by KittenIgnition
I never release maps so I have one bigass "kitteh.shader" which I copy necessary ones out of and put in another shader called mapname.shader(if I'm giving it to someone to test or mess around on), so in a way I follow that rule and when you're messing with someone else's game, definitely be as thorough as you can, and avoid as many conflicts as you can.
The meth clouds texture is not in the pk3 that you linked, there is a bunch of novlcollapse in the sfx shader, and there is an error in the console which means the shader exists on the map somewhere. There were a few other errors that I can't test on my phone, but they are there and I can find em later for you.
Re: scdm3 [alpha] by Scorch_
Posted: Fri Oct 02, 2015 11:53 am
by KittenIgnition
K, I finally tested it properly on my PC. The only errors I'm getting are the teleporter and the missing sky. Adding textures/skies/meth_clouds.jpg fixed the sky, and deleting all instances of novlcollapse in sfx.shader worked (obviously you only need to remove the one in the shader you're using). The weapon markers work, as do the bounce pads.
This means there's some sort of conflict or issue on your end, and it might be due to the names of the shaders. I recommend taking out only the ones you need, and making a completely new shader file containing just the ones you use. It's never a good idea to overwrite baseq3 shaders, under any circumstance (related to level design, at least).
Re: scdm3 [alpha] by Scorch_
Posted: Fri Oct 02, 2015 12:56 pm
by AEon
There were level packer tools out there, IIRC they also put together a comprehensive shader for that map... i.e. ignoring default id shaders and putting only those into the file that the .map file references. Been very long since I used such a tool though.
Re: scdm3 [alpha] by Scorch_
Posted: Fri Oct 02, 2015 2:36 pm
by AndyW
AEon wrote:There were level packer tools out there, IIRC they also put together a comprehensive shader for that map... i.e. ignoring default id shaders and putting only those into the file that the .map file references. Been very long since I used such a tool though.
There were and there are, im using the one included in Q3MAP2TOOLZ.
But i dont have any knowledge about its Shader-functions / and / or shader related stuff at all.
For me this tool does a pretty good job!
EDIT: I took a look at the generated .shader file from that tool and its a total chaos.

Re: scdm3 [alpha] by Scorch_
Posted: Fri Oct 02, 2015 3:18 pm
by AEon
It's been such a long time using that tool for me, since I tend to experiment in the main shader file of the respective map, and also add a lot of comments... I seem to recall that comments don't survive... other than that... I'd expect the shaders in the resulting new file to be alphabetically ordered... maybe that's just wishful thinking.
Not sure what choas is for you... fixing the order of the shaders to your liking should be a quick job, and then you know what shaders the map needs for sure. Note... I do this only once... and then never again, i.e. updating the map's shader file manually from then on.
Re: scdm3 [alpha] by Scorch_
Posted: Fri Oct 02, 2015 3:52 pm
by AndyW
I think my problem is that im not "that" into shaders.
Looking at that files can be scary to people with absolutely no programming and scripting background like me.
I really have to play around with shaders alot more.
Playing around = learning

Re: scdm3 [alpha] by Scorch_
Posted: Fri Oct 02, 2015 7:19 pm
by AEon
Technically I am a programmer, and still have problems with shaders... oh the irony of it all

... though a bit of source formatting/arranging should be doable.
Re: scdm3 [alpha] by Scorch_
Posted: Mon Oct 05, 2015 7:32 pm
by Scorch_
So I went ahead and did a fresh install of quake 3 and I was able to find the errors KittenIgnition mentioned, so all textures should be working on the map now. Not sure what happened to my other install but from now on I will be doing testing in the clean install, thanks everyone for all the help!
AndyW wrote:GOOD NEWS MAN!
I was able to fix it, now you have Bot-support Sir!
I dont know what caused the error so i started deleting stuff, lights, some items, lava and Voila- it worked. Some items were stuck into walls. I deleted the teleporter-links. You have to rebuild some small things that i killed but i did only some changes to the Jumper and deleted some curves and seald up stuff... And removed the box
I also removed the sky-texture for testing, here you go!
I'm still having some issues with bot support, I tried sliming a lot of the non-visible brushes down, doing a brush cleanup, removing the curves, adding bot clips to stairs and the bars, pretty much everything you did in the file you sent me aside from removing the lava and bars but I still get the "Tried parent" error. So I'm kinda stumped, I'm not sure why the lava would cause the error I could maybe understand the bars but I put a bot clip on both of them and still got the same result.
Download
Also on a slightly unrelated note does anyone know how to get bot support for a map in quakelive? The only thing I was able to find on it was a script cityy posted on the quakelive forums but I couldn't seem to get it to work.
Code: Select all
<path to bspc.exe> -bsp2aas <path to your compiled map.bsp> -forcesidesvisible -optimize
Re: scdm3 [alpha] by Scorch_
Posted: Mon Oct 05, 2015 8:25 pm
by AndyW
The last things i deleted was Lava stuff and some Lights -then it worked
Hmm.. If you want PM Map again, I will try to fix the Error without the big chaos i caused last time

Re: scdm3 [alpha] by Scorch_
Posted: Tue Oct 06, 2015 4:51 pm
by Scorch_
AndyW wrote:The last things i deleted was Lava stuff and some Lights -then it worked
Hmm.. If you want PM Map again, I will try to fix the Error without the big chaos i caused last time

Heres the .map file, I didn't delete the lava when trying to get bots working as that being the issue didn't really make sense since its not something thats able to be reached.
.map Download
Re: scdm3 [alpha] by Scorch_
Posted: Tue Oct 06, 2015 6:00 pm
by AndyW
Hey i finally found whats causing this AAS Error. You had 3 Lava Blocks sticking into geometry. I just removed this 3 Blocks and "VoilĂ " it worked fine.
[lvlshot]http://i.imgur.com/rZOm5dm.jpg[/lvlshot]
Just put the lava and surrounding walls down some units so that you have some more space.
Re: scdm3 [alpha] by Scorch_
Posted: Mon Feb 15, 2016 1:07 pm
by coltonquake3
Use 2.1i. It can build the AAS of your map, due to it having FAR less "tried parent" errors, and the map limitations are increased, that's why I switched to it.
Re: scdm3 [alpha] by Scorch_
Posted: Mon Feb 15, 2016 1:21 pm
by Eraser
AndyW wrote:[lvlshot]http://i.imgur.com/rZOm5dm.jpg[/lvlshot]
Is that a misaligned texture right there under the yellow armor?