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

What's needed for simracing in 2024?

  • More games, period

  • Better graphics/visuals

  • Advanced physics and handling

  • More cars and tracks

  • AI improvements

  • AI engineering

  • Cross-platform play

  • New game Modes

  • Other, post your idea


Results are only viewable after voting.
Back
Top