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: 254
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 often do you meet up (IRL) with your simracing friends?

  • Weekly

    Votes: 38 8.6%
  • Monthly

    Votes: 20 4.5%
  • Yearly

    Votes: 30 6.8%
  • Weekly at lan events

    Votes: 3 0.7%
  • Monthly at lan events

    Votes: 2 0.5%
  • Yearly at lan events

    Votes: 10 2.3%
  • Never have

    Votes: 348 78.6%
Back
Top