Stock Car Extreme Mods (merged)

Status
Not open for further replies.

ML2166

If quizzes are quizzical then what are tests?
Premium
Hey guys

Okay here are the skins created by me over the last few weeks.

38 in total, 19 Chevrolet and 19 Peugeot.

All completely fictional of course, but I hope you enjoy them.

I have given all the cars different numbers and names from the originals in game, so you should be able to run them alongside the original skins.

Pretty new to the modding aspect on the rfactor platform, and this is my first attempt.

Haven't found a way to have the game read a new RFM file hence the reason for the new numbers and names.

Hope you enjoy them........happy racing fellas!

;)

selectionpug.jpg


selectionchevvy.jpg


Chevrolet Part 1

Chevrolet Part 2

Peugeot's
 
I can't use DRS in practice or qualify(not tested race) in this or Monza...

The DRS zone syntax in the GDB for Spa and Monza is incorrect. It should read this...

Code:
Spa
{
  Filter Properties = Stockv8 *
  Attrition = 30
  TrackName = Spa Francorchamps
  EventName = Spa Francorchamps
  GrandPrixName = Spa Francorchamps
  VenueName = Spa Francorchamps
  Location = Spa Francorchamps, Belgium
  Length = 7.004 km
  TrackType = Permanent Circuit
  Track Record = --
  TerrainDataFile=Spa.tdf
  NumStartingLights=6
  HeadlightsRequired = true         // whether headlights are required at night

  GarageDepth = 3.00
  RacePitKPH = 60
  NormalPitKPH = 60
  Practice1Day = Friday
  Practice1Start = 08:30
  Practice1Duration = 60
  Practice2Day = Friday
  Practice2Start = 13:00
  Practice2Duration = 60
  Practice3Day = Saturday
  Practice3Start = 15:00
  Practice3Duration = 60
  QualifyDay = Saturday
  QualifyStart = 14:00
  QualifyDuration = 60
  QualifyLaps = 20
  RaceDay = Sunday
  RaceStart = 13:30
  RaceLaps = 50
  RaceTime = 120



  SettingsFolder = Spa

  Latitude = -23          // degs from Equator (range: -90 to 90, positive is Northern Hemisphere)
  NorthDirection = 0   // the direction of North in degrees (range: 0 to 359)
  RaceDate = March 3   // default date for the race

  FogIntervals = (330,180,1080,150)

  SunriseAmbientRGB = (54,57,84)
  SunriseDirectionalRGB = (223,156,96)
  SunriseFogRGB = (98,85,85)
  SunriseFogin = (0)
  SunriseFogout = (700)
  //SunriseFogDensity = (-1.000000)

  DayAmbientRGB = (130,130,140)
  DayDirectionalRGB = (255,245,230)
  DayFogRGB = (74,94,130)
  DayFogin = (0)
  DayFogout = (1250)
  //DayFogDensity = (-1.000000)

  SunsetAmbientRGB = (114,119,141)
  SunsetDirectionalRGB = (255,173,91)
  SunsetFogRGB = (62,69,85)
  SunsetFogin = (0)
  SunsetFogout = (900)
  //NightFogDensity = (-1.000000)

  NightAmbientRGB = (12,16,20)
  NightDirectionalRGB = (10,10,12)
  NightFogRGB = (0,0,0)
  NightFogin = (0)
  NightFogout = (1500)
  //NightFogDensity = (-1.000000)

  //DRS
  //{
    // Up to 5 zones.
    // When a zone uses a previous detection point, set that zone's detection point to -1.0
  DRSZone-1= (724.5,1491.6,2211.7) // Detection point, start point, end point
  DRSZone-2= (6554.7,6751,199)
  //}

  // For tire rules on this track
  F_EXTREME_TIRES
  {
    CompoundsAllowed=(0,2) // A max of 4 compounds can be included in this parameter.
  }
     F_REIZA_TIRES
  {
    CompoundsAllowed=(0,2) // A max of 4 compounds can be included in this parameter.
  }
}
 
The DRS zone syntax in the GDB for Spa and Monza is incorrect. It should read this...

Code:
Spa
{
  Filter Properties = Stockv8 *
  Attrition = 30
  TrackName = Spa Francorchamps
  EventName = Spa Francorchamps
  GrandPrixName = Spa Francorchamps
  VenueName = Spa Francorchamps
  Location = Spa Francorchamps, Belgium
  Length = 7.004 km
  TrackType = Permanent Circuit
  Track Record = --
  TerrainDataFile=Spa.tdf
  NumStartingLights=6
  HeadlightsRequired = true         // whether headlights are required at night

  GarageDepth = 3.00
  RacePitKPH = 60
  NormalPitKPH = 60
  Practice1Day = Friday
  Practice1Start = 08:30
  Practice1Duration = 60
  Practice2Day = Friday
  Practice2Start = 13:00
  Practice2Duration = 60
  Practice3Day = Saturday
  Practice3Start = 15:00
  Practice3Duration = 60
  QualifyDay = Saturday
  QualifyStart = 14:00
  QualifyDuration = 60
  QualifyLaps = 20
  RaceDay = Sunday
  RaceStart = 13:30
  RaceLaps = 50
  RaceTime = 120



  SettingsFolder = Spa

  Latitude = -23          // degs from Equator (range: -90 to 90, positive is Northern Hemisphere)
  NorthDirection = 0   // the direction of North in degrees (range: 0 to 359)
  RaceDate = March 3   // default date for the race

  FogIntervals = (330,180,1080,150)

  SunriseAmbientRGB = (54,57,84)
  SunriseDirectionalRGB = (223,156,96)
  SunriseFogRGB = (98,85,85)
  SunriseFogin = (0)
  SunriseFogout = (700)
  //SunriseFogDensity = (-1.000000)

  DayAmbientRGB = (130,130,140)
  DayDirectionalRGB = (255,245,230)
  DayFogRGB = (74,94,130)
  DayFogin = (0)
  DayFogout = (1250)
  //DayFogDensity = (-1.000000)

  SunsetAmbientRGB = (114,119,141)
  SunsetDirectionalRGB = (255,173,91)
  SunsetFogRGB = (62,69,85)
  SunsetFogin = (0)
  SunsetFogout = (900)
  //NightFogDensity = (-1.000000)

  NightAmbientRGB = (12,16,20)
  NightDirectionalRGB = (10,10,12)
  NightFogRGB = (0,0,0)
  NightFogin = (0)
  NightFogout = (1500)
  //NightFogDensity = (-1.000000)

  //DRS
  //{
    // Up to 5 zones.
    // When a zone uses a previous detection point, set that zone's detection point to -1.0
  DRSZone-1= (724.5,1491.6,2211.7) // Detection point, start point, end point
  DRSZone-2= (6554.7,6751,199)
  //}

  // For tire rules on this track
  F_EXTREME_TIRES
  {
    CompoundsAllowed=(0,2) // A max of 4 compounds can be included in this parameter.
  }
     F_REIZA_TIRES
  {
    CompoundsAllowed=(0,2) // A max of 4 compounds can be included in this parameter.
  }
}
Oh, was supposed to be ok. I will check it and correct it.
 
Status
Not open for further replies.

Latest News

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

  • Free to access

    Votes: 93 91.2%
  • Better structured events

    Votes: 16 15.7%
  • Better structured racing club forum

    Votes: 16 15.7%
  • More use of default game content

    Votes: 11 10.8%
  • More use of fixed setups

    Votes: 28 27.5%
  • No 3rd party registration pages

    Votes: 34 33.3%
  • Less casual events

    Votes: 9 8.8%
  • More casual events

    Votes: 33 32.4%
  • Other, specify in thread

    Votes: 5 4.9%
Back
Top