q3map_skylight

Having a problem with a shader or texture
Post Reply
User avatar
xandaxs
Posts: 959
Joined: Wed Aug 17, 2011 5:22 pm
Location: Oeiras, Portugal

q3map_skylight

Post by xandaxs »

Hello folks!
Got a problem in which I need your help.

As you might know I'm updating and redesigning excejumps.
I'm using a skybox now but the illumination seems to be weak, so I raised the skylight values.
Strangely nothing changed. It looks almost the same (if not the same) wether I use skylight 200 or skylight 5000. Changing the intensity on q3map_sunEXT won't do much either (but it isn't really supposed to now is it?)

Any ideas on how I can change this? I didn't want to resort to the use of entity lighting... Will do so in last case, if nothing works ill try lightsubdivide and surfacelight instead
[12:25] <JohnnyEnglish> morning Nounou
[12:25] <JohnnyEnglish> wotcha doing?
[12:25] <Nounou> hello
[12:26] <Nounou> nothing much, i've nothing to do at work so
[12:26] <Nounou> modeling woman
[12:26] <JohnnyEnglish> woo
[12:26] <JohnnyEnglish> real women?
[12:26] <Nounou> realistic yes, on maya

Image

User avatar
Rayne
Site Admin
Posts: 624
Joined: Wed Aug 17, 2011 5:22 pm

Re: q3map_skylight

Post by Rayne »

Show me the shader.

User avatar
johnnyenglish
Space cake
Posts: 898
Joined: Wed Aug 17, 2011 9:23 am
Location: Nottingham, England

Re: q3map_skylight

Post by johnnyenglish »

I bet 4 euros that there is a pk3 with the shader in somewhere?

User avatar
xandaxs
Posts: 959
Joined: Wed Aug 17, 2011 5:22 pm
Location: Oeiras, Portugal

Re: q3map_skylight

Post by xandaxs »

@Rayne:

Code: Select all

textures/excejumps/spacesky
{
      qer_editorimage textures/excejumps/skybox/space_sky_up.tga
   surfaceparm noimpact
   surfaceparm nodamage
   surfaceparm slick
   surfaceparm nolightmap
   q3map_globaltexture
   q3map_lightsubdivide 256
   q3map_skylight 5000 4
   surfaceparm sky
   q3map_sunEXT 0.941 0.984 1.00 250 340 55 1 16
   skyparms textures/excejumps/skybox/space_sky - -
}


@Johns:

No, there isn't. How do you prefer to do your payment? :D
[12:25] <JohnnyEnglish> morning Nounou
[12:25] <JohnnyEnglish> wotcha doing?
[12:25] <Nounou> hello
[12:26] <Nounou> nothing much, i've nothing to do at work so
[12:26] <Nounou> modeling woman
[12:26] <JohnnyEnglish> woo
[12:26] <JohnnyEnglish> real women?
[12:26] <Nounou> realistic yes, on maya

Image

User avatar
Rylius
King wiki
Posts: 232
Joined: Wed Aug 17, 2011 8:14 pm
Location: Germany
Contact:

Re: q3map_skylight

Post by Rylius »

Read the chat when you're asking questions there. >_>

<Rylius> Maxes out somewhere around 100 I think
<Rylius> Basically if the texture ingame is as bright as the actual texture file you can't go any brighter
Rain - Blog - deviantArt
<Delirium> I did like a reverse jizz
<Delirium> in my pants
<Delirium> my jeans went into my sack
<Delirium> through my dick

User avatar
xandaxs
Posts: 959
Joined: Wed Aug 17, 2011 5:22 pm
Location: Oeiras, Portugal

Re: q3map_skylight

Post by xandaxs »

Did you read my answer?
It doesn't max out at 100, not nowhere near it even.

I think using lightsubdivide is useless because skylight replaces it as well as surfacelight
[12:25] <JohnnyEnglish> morning Nounou
[12:25] <JohnnyEnglish> wotcha doing?
[12:25] <Nounou> hello
[12:26] <Nounou> nothing much, i've nothing to do at work so
[12:26] <Nounou> modeling woman
[12:26] <JohnnyEnglish> woo
[12:26] <JohnnyEnglish> real women?
[12:26] <Nounou> realistic yes, on maya

Image

User avatar
Rylius
King wiki
Posts: 232
Joined: Wed Aug 17, 2011 8:14 pm
Location: Germany
Contact:

Re: q3map_skylight

Post by Rylius »

You do realize I can't read messages while I'm offline? :p

And yes, it does max out. It just never says so, you can put in 5000000000 and it won't even care.

Compare the texture in the game with the texture file (or upload a screenshot and the texture), you can't go brighter than that.
You can ONLY cast shadows to DARKEN something.
Rain - Blog - deviantArt
<Delirium> I did like a reverse jizz
<Delirium> in my pants
<Delirium> my jeans went into my sack
<Delirium> through my dick

User avatar
xandaxs
Posts: 959
Joined: Wed Aug 17, 2011 5:22 pm
Location: Oeiras, Portugal

Re: q3map_skylight

Post by xandaxs »

I wasn't high yesterday, I could swear you were there O_O

But anyways, even if it does max out it isn't at 1000, according to the shader manual 200 is for example a "good value" to have there.
The textures in-game still looks slightly darker than in the file. Nothing much, pretty close.
[12:25] <JohnnyEnglish> morning Nounou
[12:25] <JohnnyEnglish> wotcha doing?
[12:25] <Nounou> hello
[12:26] <Nounou> nothing much, i've nothing to do at work so
[12:26] <Nounou> modeling woman
[12:26] <JohnnyEnglish> woo
[12:26] <JohnnyEnglish> real women?
[12:26] <Nounou> realistic yes, on maya

Image

User avatar
Rylius
King wiki
Posts: 232
Joined: Wed Aug 17, 2011 8:14 pm
Location: Germany
Contact:

Re: q3map_skylight

Post by Rylius »

Shader manual is probably written for Q3, UrT uses different lighting settings. The original values don't apply anymore.

If it doesn't change between 200 and 5000, it's maxed out below 200 - simple, really.
Rain - Blog - deviantArt
<Delirium> I did like a reverse jizz
<Delirium> in my pants
<Delirium> my jeans went into my sack
<Delirium> through my dick

Post Reply