Jump to content

curve out of light processing


Recommended Posts

Posted

I think maybe you posted this in the wrong section. Unless it somehow pertains to my map because I have no idea what you're referring to.

But the answer to your question is a bit over my head sorry man

Posted

Two options:

1. Use a func_group for the bits of water which you don't want light, and in the func_group, add these keywords:

 

_cs: 3

_rs: 3

 

The water should no longer cast or receive shadows.

 

2. Create a new shader for the water using all the standard properties and add the following keywords:

nolightmap

nodlight

AradorasXeon likes this
Posted

Damn. Lol.

Some of you guys should keep tally on how many people you've helped...

 

 

i357.jpg

 


 I am going to try and get this thread moved now that it has ran it's course.

Posted

Two options:

1. Use a func_group for the bits of water which you don't want light, and in the func_group, add these keywords:

 

_cs: 3

_rs: 3

 

The water should no longer cast or receive shadows.

 

2. Create a new shader for the water using all the standard properties and add the following keywords:

nolightmap

nodlight

Uhm tahnk you. I still have problem, but probably my fault, thought it was light process, but it looks like a vis process roblem. Normaly I'd just make it detail, but I can't do that with curves :/

Posted

No, patches cannot be made detail brushes. As the name says, a detail brush is a *brush*. However patches don't create splits anyway. Adding the detail keyword to the shader doesn't make a surface a detail brush either - it simply adds detailed shading (you see more detail the closer you are to the surface).

Posted

Okay I made two sreenshots about the problem:

128471219-3.jpg

 

This is with bps and vis process.

 

128471207-3.jpg

 

This is with -light process, I may lighten it up later, but I think you see my point and the problem.

Posted

Its q3map_nolightmap in the very first stage of your shader (not just nolightmap)

 

Posting the shader would be hepful!

 

It's the default:

common/water2_waterfall_Tutorial

 

I am not good with making textures, that's why I use default ones. (and I have no idea how to do them)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...