PAGES

Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Monday, January 17, 2011

rFactor Misc - Starting Grid Editing (Part 2)

0 comments
Under the "UserData" folder is your Player folder which all of your racing and setup information (i.e. race, championship, controller setup, etc.) are located. Under your Player folder is a file with an extension name called ".CCH". This file stores all of your championship information from points, race wins, pole positions, and most important of all (well, for the grid editing anyway) is the "current qualifying order" of your championship race.

Lets try to break down the CCH file further just out of curiosity. The file consists I believe of three parts;
  1. Career
  2. Career Season
  3. Player Track Stats
Under "Career" looks to hold information with regards to basic details like experience, money, what mod is being used, wins, poles, number of lap records, etc. In "Career Season", it gives us specific details on the current championship you are running like name of the championship, race conditions, game options/rules, race session, current race, etc. And lastly "Player Track Stats", which basically is your lap records for each track you have ran on.

Monday, November 8, 2010

rFactor Misc - How to make use of the Individual Pit Slots

0 comments
Individual Pit Slots are my solution for AI's crashing to each other in the pit lane. Playing rFactor for around 3 to 4 years now, I haven't seen any workaround to this issue aside from giving the AI's there own pit slots. But in doing this, you have to make sure the pit lane has ample driving space to accommodate the resolution.

Also since you are individualizing the pits, that means you have to individualize the garage as well. So to do this, you have to edit the following files:

RFM File
- In the RFM file, all the way to the bottom, you will see the line called "PitGroupOrder". This dictates how many cars is in one team and their corresponding order in the pit lane. Since we are going to individualize the pits for each car, this is what we need to do:

PitGroupOrder
{
PitGroup = 1, Group1
...
}

rFactor Misc - Starting Grid Editing (Part 1)

0 comments
, I have been looking for a grid editor for rFactor but basically aside from the Grid Editor program coming from rFactorcentral.com there isn't any. So I went ahead and tried to find out on my own on how I can control the starting grid. I started with the quick race option and here is how I was able to customize my grid:

1. Locate for the "GDB" file of the track/circuit you will customize the grid.
  • The "GDB" file is located in the locations folder of your rFactor game and inside of the track folder.








2. Inside the track "GDB" file, locate for the "Qualifying" event.
  • The "Qualifying" event shows you the starting grid for that specific track if the "Selected Season" option is chosen.
  • If there is no "Qualifying" event lines in your "GDB" file, basically you can create your own.
  • The "Qualifying" event lines usually is located almost at the last or bottom part of the GDB file.
  • If you are to create the "Qualifying" event lines, make sure to follow the format below (as shown on the picture below) or you can try to locate for the "Orchard_Lake_RC GDB File" (There is a format of the "Qualifying" event lines that you can copy there).
3. Edit the "Qualifying" event line to get your desired grid.
  • You can edit the grid by basically arranging the names under the "Qualifying" event lines
4. Make sure to also have the "PitStopStrategies" event under the "Qualifying" event lines to make the grid customization work.
  • You have to also make sure the all the names in the "Qualifying" event are also located in the "PitStopStrategies" event
5. Once all the editing is done under the "Qualifying" and "PitStopStrategies" events, make sure to edit your "Settings" in rFactor under "Rules" to the option "Selected Season".
  • Choosing the option "Selected Season" will follow all events placed under the "GDB" file.
Also, If you are using a player name, meaning your name is a unique one which is not one of the drivers name in your mod, then you can add that in the "Qualifying" event line and place yourself in the desired starting position. Also make sure to place your name as well under the "PitStopStrategies" events line to make it work.

If you have questions about the steps, please don't hesitate to hit the comments.

In part 2, we will talk about how you can customize the grid in "Championship" mode which is a bit more complicated than this one.