// Game/Season Info: Mod Name = OW Challenge 2005 Track Filter = OWChallenge Vehicle Filter = OR: FormulaIS AcademyRacer rF3 SafetyCar = Hammer_PC.veh Matchmaker = match.rfactor.net Max Opponents = 19 // maximum opponents in practice/quick race/grand prix/championship Min Championship Opponents = 3 // minimum opponents in championship only ConfigOverrides { // Remove the comment marks "//" and set the appropriate dir if you wish to override where // this rFm looks for that data. // At this time, I do not see a reasonable case for changing GameDir, SaveDir or LogDir // Because of this new capability, I would no longer make changes to the Config.ini file // except for debug reasons. //SoundDir=GAMEDATA\SOUNDS\ //VehicleSound=GAMEDATA\SOUNDS\ //OptionsAnim=UIDATA\MOVIES\ //OptionsFlags=GAMEDATA\NATIONS\ //OptionsSounds=UIDATA\UISOUNDS\ //OSCFile=UI.OSC //OptionsDir=UIDATA\ //ReplayDir=REPLAYFRIDGE\REPLAYS\ //ReplayPluginsDir=REPLAYFRIDGE\PLUGINS\ //PluginsDir=PLUGINS\ //MovieDir=MOVIEFILES\ //TracksDir=GAMEDATA\LOCATIONS\ //PitsDir=GAMEDATA\SCRIPTS\ //VehiclesDir=GAMEDATA\VEHICLES\ //DriversDir=GAMEDATA\TALENT\ //HelmetsDir=GAMEDATA\HELMETS\ //GamesDir=RFM\ //LogDir=USERDATA\LOG\ //SaveDir=USERDATA\ //MusicDir=MUSIC\ //ShadersDir=GAMEDATA\SHARED\ //ControllerDir=USERDATA\CONTROLLER\ //ScreenShotsDir=USERDATA\SCREENSHOTS\ //SupportDir=SUPPORT\ //LanguagesDir=SUPPORT\LANGUAGES\ //LanguagesFile=GAME.DIC } Season = Trainer1 { FullSeasonName = rFactor Trainer Series Vehicle Filter = &AcademyRacer&rtSchool Min Championship Opponents = 5 SceneOrder { Mills_Short JoesVille_Speedway Toban_Short } } Season = Trainer2 { FullSeasonName = Advanced Trainer Series BaseCreditMult = 10.0 MinExperience = 500 EntryFee = 2500 Vehicle Filter = &AcademyRacer|rtSchool|rtAdvanced Min Championship Opponents = 5 SceneOrder { Toban_Long_Rev Orchard_Lake_Oval Mills_Long_Rev Toban_Short } } Season = Formula IS { FullSeasonName = Formula IS Championship BaseCreditMult = 100.0 MinExperience = 60000 EntryFee = 50000 Vehicle Filter = |FormulaIS Min Championship Opponents = 5 SceneOrder { Mills_Long Toban_Long Essington_Long Orchard_Lake_Oval Mills_Short Orchard_Lake_RC Toban_Long_Rev } } Season = Factor 3 { FullSeasonName = Factor 3 Ultimate Driver Challenge BaseCreditMult = 75.0 MinExperience = 90000 EntryFee = 50000 Vehicle Filter = |rF3 Min Championship Opponents = 5 SceneOrder { S_Heights_Long Mills_Long Toban_Long Toban_Long_Rev Orchard_Lake_RC Essington_Long } } DefaultScoring { RacePitKPH = 100 NormalPitKPH = 100 Practice1Day = Friday Practice1Start = 11:00 Practice1Duration = 60 Practice2Day = Friday Practice2Start = 13:00 Practice2Duration = 60 Practice3Day = Saturday Practice3Start = 9:00 Practice3Duration = 45 Practice4Day = Saturday Practice4Start = 10:15 Practice4Duration = 45 QualifyDay = Saturday QualifyStart = 13:00 QualifyDuration = 60 QualifyLaps = 12 WarmupDay = Sunday WarmupStart = 9:30 WarmupDuration = 30 RaceDay = Sunday RaceStart = 14:00 RaceLaps = 50 RaceTime = 120 } // Money and experience accumulation (mostly multipliers for hard-coded values // which have various factors taken into account like number of competitors) StartingMoney = 1250 // always start with zero experience, but you need some money StartingVehicle=r_trainer01,r_trainer02,r_trainer03,r_trainer04,r_trainer05,r_trainer06,r_trainer07,r_trainer08,r_trainer09,r_trainer10,r_trainer11,r_trainer12 DriveAnyUnlocked = 0 // 0 = must own to drive, 1 = must be unlocked to drive, 2 = drive anything BaseCreditMult = 1.0 // base which is multiplied by all the other multipliers LapMoneyMult = 1.0 // laps completed (based roughly on expected lap times) LapExpMult = 1.0 FineMoneyMult = 1.0 // fines FineExpMult = 0.0 PoleSingleMoneyMult = 1.0 // pole positions in single player PoleSingleExpMult = 1.0 PoleCareerMoneyMult = 1.0 // pole positions in career mode PoleCareerExpMult = 1.0 PoleMultiMoneyMult = 1.0 // pole positions in multiplayer PoleMultiExpMult = 1.0 WinSingleMoneyMult = 1.0 // wins in single player WinSingleExpMult = 1.0 WinCareerMoneyMult = 1.0 // wins in career mode WinCareerExpMult = 1.0 WinMultiMoneyMult = 1.0 // wins in multiplayer WinMultiExpMult = 1.0 PointsSingleMoneyMult = 1.0 // points in single player PointsSingleExpMult = 1.0 PointsCareerMoneyMult = 1.0 // points in career mode PointsCareerExpMult = 1.0 PointsMultiMoneyMult = 1.0 // points in multiplayer PointsMultiExpMult = 1.0 // Season scoring info SeasonScoringInfo { FirstPlace = 8 SecondPlace = 5 ThirdPlace = 3 FourthPlace = 2 FifthPlace = 1 SixthPlace = 0 SeventhPlace = 0 EighthPlace = 0 } SceneOrder // first one in the list will be the default track when loading up the first time { Toban_Long Toban_Short Mills_Long Mills_Short Orchard_Lake_Oval Orchard_Lake_RC S_Heights_short Joesville_Speedway } // Pitstop locations in order from front to back, with the number // of vehicles sharing each pit ... if the order needs to be // reversed on an individual track, set "ReversePitOrder=1" in // the track-specific GDB file. // These are now "pit group" names, not necessarily team names. // In the VEH file, the pit group defaults to the team name but // can be overridden by defining "PitGroup=". PitGroupOrder { // format is: PitGroup = <# of vehicles sharing pit>, PitGroup = 1, Group1 PitGroup = 1, Group2 PitGroup = 1, Group3 PitGroup = 1, Group4 PitGroup = 1, Group5 PitGroup = 1, Group6 PitGroup = 1, Group7 PitGroup = 1, Group8 PitGroup = 1, Group9 PitGroup = 1, Group10 PitGroup = 1, Group11 PitGroup = 1, Group12 PitGroup = 1, Group13 PitGroup = 1, Group14 PitGroup = 1, Group15 PitGroup = 1, Group16 PitGroup = 1, Group17 }