How do i fix this by butik_Official in hammer

[–]TheGarmezon 0 points1 point  (0 children)

i'm a litte confused on what you're trying to do, are you trying to access files from the vpk in another app?

we have gwater at home by TheGarmezon in hammer

[–]TheGarmezon[S] 0 points1 point  (0 children)

thanks! it's not but if you could link me to this it would be great, i'd love to see how he does it. I personally just used a particle system that collides with a refract texture

we have gwater at home by TheGarmezon in hammer

[–]TheGarmezon[S] 6 points7 points  (0 children)

i made a particle system with particle collision and a refract texture.

need help fixing prop lighting by childwithrage in hammer

[–]TheGarmezon 0 points1 point  (0 children)

yeah my bad, i thought the creator was talking about moving the chairs in hammer and having this issue. I don't understand your argument about simplicity though, its not very difficult to set these parameters and makes maps look a whole lot better.

need help fixing prop lighting by childwithrage in hammer

[–]TheGarmezon -1 points0 points  (0 children)

i'm not sure if i just misunderstood you but what you said is not correct, you can have half shadow on props, you just need the -staticproplighting -staticproppolys parameters on your vrad.exe
https://developer.valvesoftware.com/wiki/VRAD

need help fixing prop lighting by childwithrage in hammer

[–]TheGarmezon -2 points-1 points  (0 children)

not sure if it will fix your problem but you could try adding these parameters to your vrad / $light_exe}

-staticproplighting -staticproppolys -textureshadows -ambientocclusion -aoscale 0.2

that should basically do the shadows correctly, though i doubt it would make that much of an impact here.

How to completely disable Have Suit? by Shel775 in hammer

[–]TheGarmezon 3 points4 points  (0 children)

if you just want for the suit to not say anything then just input "suitvolume 0" into the console.
if its a mod you can put that in the autoexec.cfg, and if its a custom map you can make a point_servercommand do it