Flashing cameras

Hey guys,

Does anyone know how to turn off the flashing camera from the fans on the trackside on the VLN tracks - I appreciate the fans thinking I'm the next Lewis Hamilton and I do look their direction when passing so they can get a full picture of my face to cherish forever, but sadly in VR it gives me a big and sudden FPS drop.
 
Last edited:
Just delete all the flashing camera lines from the .trk file and you're good to go. Not sure what the instances are called in your track but here's an example from the Targa Florio .trk:

Instance=photoflash01
{
VisGroups=(1249)
MeshFile=photoflash01.gmt CollTarget=False HATTarget=False
}
 
All you need to do to disable these objects is to do this // on all the photoflash object entries:

//Instance=photoflash01
{
VisGroups=(1249)
MeshFile=photoflash01.gmt CollTarget=False HATTarget=False
}

When you open the trk file in NOTEPAD, in the edit drop down, first select FIND: photo (that will take you to the first photoflash entry, then select REPLACE and put in Instance=photoflash and replace with //Instance=photoflash and that will do them all.

It's always a good idea to make a copy of your trk file before you edit, just in case.
 
Thanks for the input guys - I just deleted anything to do with photoflash in the TRK file Haven't checked to see if it works yet but will do later but am not expecting any problems *fingers crossed*
 

Latest News

To join the OverTake Racing Club races I want them to be: (multiple choice)

  • Free to access

    Votes: 231 87.8%
  • Better structured events

    Votes: 48 18.3%
  • Better structured racing club forum

    Votes: 37 14.1%
  • More use of default game content

    Votes: 39 14.8%
  • More use of fixed setups

    Votes: 69 26.2%
  • No 3rd party registration pages

    Votes: 89 33.8%
  • Less casual events

    Votes: 23 8.7%
  • More casual events

    Votes: 85 32.3%
  • Other, specify in thread

    Votes: 14 5.3%
Back
Top