Sorry, yes, I meant filename.
Mine already separates log files into track subfolders, and I'm sure I saw the option to separate into class subfolders too.
ETA - snip from ini file:
[Logging]
Capture partial log = 2 // Whether a 'partial' log will be saved:
// 0 = log every time we entered the car
// 1 = vehicle must have moved
// 2 = vehicle left the pits
// 3 = started a timed lap (including race start)
// 4 = completed a timed lap
Log dir = "<DATA_PATH>\LOG\" // Directory to log to; relative to rFactor root if not absolute (e.g. "C:\Log files\")
// the token <DATA_PATH> at the *START* of the dir will be replaced by the current data path,
// while <USER_PATH> at the *START* of the dir will be replaced by the player folder
Use class subfolder = 0 // Log to a subfolder equal to the vehicle class; 1=yes, 0=no
Use track subfolder = 1 // Log to a track subfolder (can be combined with the class subfolder); 1=yes, 0=no
Idle log cycles = 25000 // Log build cycles to perform per frame when idle (at monitor)
Duty log cycles = 2500 // Log build cycles to perform per frame when busy (in-car, driving)
Realtime building = 1 // Whether to start building completed logs while still in-car; 1=yes, 0=no
Save Setup File = 1 // Save a copy of the current garage setup file with the log; 1=yes, 0=no
Mine already separates log files into track subfolders, and I'm sure I saw the option to separate into class subfolders too.
ETA - snip from ini file:
[Logging]
Capture partial log = 2 // Whether a 'partial' log will be saved:
// 0 = log every time we entered the car
// 1 = vehicle must have moved
// 2 = vehicle left the pits
// 3 = started a timed lap (including race start)
// 4 = completed a timed lap
Log dir = "<DATA_PATH>\LOG\" // Directory to log to; relative to rFactor root if not absolute (e.g. "C:\Log files\")
// the token <DATA_PATH> at the *START* of the dir will be replaced by the current data path,
// while <USER_PATH> at the *START* of the dir will be replaced by the player folder
Use class subfolder = 0 // Log to a subfolder equal to the vehicle class; 1=yes, 0=no
Use track subfolder = 1 // Log to a track subfolder (can be combined with the class subfolder); 1=yes, 0=no
Idle log cycles = 25000 // Log build cycles to perform per frame when idle (at monitor)
Duty log cycles = 2500 // Log build cycles to perform per frame when busy (in-car, driving)
Realtime building = 1 // Whether to start building completed logs while still in-car; 1=yes, 0=no
Save Setup File = 1 // Save a copy of the current garage setup file with the log; 1=yes, 0=no
Last edited: