Problems with projected illumination

I am getting strange results. first, i cannot put the beam brighter, it still illumining the same. i want more illumination power from beam (projected light), need i modify something in racer.ini, in car ini section or the tga file? another doubt is how can i put the beam near the car front. it is too far, looks strange again. i tried to modify z value to -300 but it keep in the same place. please , help me.
 

Attachments

  • screenshot004 copy.jpg
    screenshot004 copy.jpg
    146.3 KB · Views: 251
A temporary solution would be to put two lights in the same place.

I use this code:

Code:
lights
{
  ; Projected lights
  light0
  {
    texture=light_spray.tga
    ; Field of view (vertical)
    fov=55
    ; Aspect (horizontal)
    aspect=5
    ; Distance to car
    z=2
    ; Pitching with respect to car (in degrees)
    pitch=5
  }
}


you could add extra light by putting another set in with the same values:


Code:
lights
{
  ; Projected lights
  light0
  {
    texture=light_spray.tga
    ; Field of view (vertical)
    fov=55
    ; Aspect (horizontal)
    aspect=5
    ; Distance to car
    z=2
    ; Pitching with respect to car (in degrees)
    pitch=5
  }
  light1
  {
    texture=light_spray.tga
    ; Field of view (vertical)
    fov=55
    ; Aspect (horizontal)
    aspect=5
    ; Distance to car
    z=2
    ; Pitching with respect to car (in degrees)
    pitch=5
  }
}


I expect you already have a good enough TGA for the job, so I wont bother uploading the one I use.
 
yes and no.. you can add one more layer for the light, and put another color, so it will mix with the another one. But dont increase the light power. It is just the same. But thanks, maybe someday Ruud improve it.
 

Latest News

How long have you been simracing

  • < 1 year

    Votes: 344 15.7%
  • < 2 years

    Votes: 231 10.5%
  • < 3 years

    Votes: 231 10.5%
  • < 4 years

    Votes: 174 7.9%
  • < 5 years

    Votes: 293 13.3%
  • < 10 years

    Votes: 256 11.6%
  • < 15 years

    Votes: 163 7.4%
  • < 20 years

    Votes: 124 5.6%
  • < 25 years

    Votes: 99 4.5%
  • Ok, I am a dinosaur

    Votes: 283 12.9%
Back
Top