Is it possible to creat custom championship for offline with

doggod

(1 quali of 20 mins ) and (1 race of 90 mins) This means i could race one track in the championship in one night. There is only 1 or 2 nights a week i have this time available
With what ive tried the quali alway defaults to 60 mins, If i end the session the times seems scewed.

I know it can be setup easily for online using the server config , but offline dosent seem to have the same ability

Would it be better if i set up a private local server for myself and add ai

Hoping rfactor 2 comes with an offline config like the server config in the original
 
You should have a look into your PLR file, or in the .gdb of the track


CTDP Bahrain GDB
Filter Properties = RoadCourse 2005 SRGrandPrix OWChallenge
Attrition = 18
TrackName = Bahrain International Circuit
EventName = Gulf Air Bahrain Grand Prix 2006
GrandPrixName = Gulf Air Bahrain Grand Prix 2006 //this must be the same as event name in order to sort circuit info correctly.
VenueName = Bahrain International Circuit
Location = Sakhir, Bahrain
Length = 5.412 km
TrackType = Permanent Road Course
Track Record = Nico Rosberg, 92.406
HeadlightsRequired = true // whether headlights are required at night
TerrainDataFile= ..\Sakhir.tdf

CONE = ( 10.0, 80.0, 40.0, 120.0, 20480.0, 896.0, 2.8 ) // default ( 2.5, 0.25, 0.20, 0.25, 1425.6, 72.0, 0.80 ) ( 10.0, 8.0, 4.0, 12.0, 2048.0, 89.6, 2.80 )
POST = ( 2.4, 1.0, 0.2, 1.0, 800.0, 80.0, 1.60 ) // default ( 1.2, 0.5, 0.1, 0.5, 400.0, 40.0, 0.80 )
SIGN = ( 7.5, 6.0, 3.0, 9.0, 1536.0, 67.2, 1.40 ) // default inertia parameters for signs are actually calculated based on geometry ( 5.0, 4.0, 2.0, 6.0, 1024.0, 44.8, 0.70 )


GarageDepth = 1.5
FormationSpeedKPH = 200
RacePitKPH = 100
QualPitKPH = 100
NormalPitKPH = 80
TestDaystart = 10:00
Practice1Day = Friday
Practice1Start = 10:00
Practice1Duration = 60
Practice2Day = Friday
Practice2Start = 14:00
Practice2Duration = 60
Practice3Day = Saturday
Practice3Start = 9:00
Practice3Duration = 45
QualifyDay = Saturday
QualifyStart = 14:00
QualifyDuration = 60
QualifyLaps = 99
RaceDay = Sunday
RaceStart = 14:00
RaceLaps = 57

There you can change all the stuff you need.
But be carefull, i recommend you to make a copy of your rfactor folder, cause gdb changes will cause online mismatches, so just do it for your offline races in a seperate rf install.
 
I have a clean install just for this ,1 mod and 1 trackpack
i edited the tracks gdb file of each so there is only a quali on saturday of 30 mins
and a race on sunday of 90 mins
i edited the rfm of the mod by adding a custom season like below
Season = rFactor Season
{
FullSeasonName = rFactor Season
Vehicle Filter = Es_GT1
SafetyCar = EnduranceSeries_PC.veh
Min Championship Opponents = 5
Max Opponents = 23
SeasonScoringInfo
{
FirstPlace = 20
SecondPlace = 18
ThirdPlace = 16
FourthPlace = 14
FifthPlace = 12
SixthPlace = 10
SeventhPlace = 8
EighthPlace = 6
NinthPlace = 4
TenthPlace = 2
}
DefaultScoring
{

QualifyDay = Saturday
QualifyStart = 14:00
QualifyDuration = 30
QualifyLaps = 12
RaceDay = Sunday
RaceStart = 12:00
RaceLaps = 50
RaceTime = 90
RacePitKPH = 80
NormalPitKPH = 80
FormationSpeedKPH = 80
}
SceneOrder
{
Dtm09Zandvoort
Dtm09Oschersleben
Dtm09Nuerburgring
Dtm09Norisring
Dtm09Hockenheim
Dtm09Eurospeedway
Dtm09Dijon
Dtm09Brands_indy
NBarcelona
}

and changed the default of the rfm to

DefaultScoring
{
QualifyDay = Saturday
QualifyStart = 14:00
QualifyDuration = 30
QualifyLaps = 12
RaceDay = Sunday
RaceStart = 12:00
RaceLaps = 50
RaceTime = 90
RacePitKPH = 80
NormalPitKPH = 80
FormationSpeedKPH = 80

The season still defaults to having a 60 min practice
then qualifing
defaults to having a warmup before the race
the racce is the length i want though

I wonder if its hard coded to have a practice and warmup

Couldnt find anything about defaults of race seasons in my plr file
apart from
[ Race Conditions ]
Run Practice1="0"
Run Practice2="0"
Run Practice3="0"
Run Practice4="0"
Run Qualify="0"
Run Warmup="0"

which are all set at 0 (i assume this is off)

Appreciate the help anyway - wouldnt have thought of looking in the track files
 

Back
Top