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

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top