Lazza
Registered
Currently (Feb 2023) most of these options have some documentation at https://docs.studio-397.com/develop...car-physics/using-the-new-push-to-pass-system
I'll separate the entries a little to make it more clear which are documented, which are understood, and which might need exploring...
Note: HDV entries. Generally best to use all lines and keep unwanted items on neutral values, rather than trying to use only a minimum of entries and omitting other lines.
Documented items, with corrections from our original guesses (or original behaviour) where appropriate:
Not documented but understood/straightforward:
Undocumented/untested:
Notes:
As always - if I've missed something, let me know!
I'll separate the entries a little to make it more clear which are documented, which are understood, and which might need exploring...
Note: HDV entries. Generally best to use all lines and keep unwanted items on neutral values, rather than trying to use only a minimum of entries and omitting other lines.
Documented items, with corrections from our original guesses (or original behaviour) where appropriate:
Code:
[PUSH2PASS]
Push2PassType=0 // 0 = mixture map. 1 = turbo
Push2PassEngineMap=5 // engine mixture map to use
Push2PassAllowManualDeactivation=1 // can de-activate using button
Push2PassActivateThrottleThreshold=0.94 // this was the old threshold, recommended: 0.6
Push2PassDeactivateThrottleThreshold=0.5 // recommended: 0.5
Push2PassMinStartSpeedKPH=20 // minimum speed to activate
Push2PassHoldButton=0 // 1 means the P2P only lasts while the button is held
Push2PassMaxUses=5 // total. Set to -1 for unlimited.
Push2PassMaxTime=50 // total. Set to 0 for unlimited.
Push2PassTimePerPush=10 // max duration of each activation
Push2PassActivationsPerLap=2 // maximum. Set to 0 for unlimited.
Push2PassBoostMap=0 // boost map to use
Push2PassInRace=1
Push2PassInQuali=1
Push2PassInWarmup=1
Push2PassInPractice=1
Not documented but understood/straightforward:
Code:
[ENGINEMIXTURELIMITS]
RaceLimit=0 // maximum mixture available to select manually during each session
WarmupLimit=0 // these settings don't affect the P2P mixture!
QualifyingLimit=0
PracticeLimit=0
[BOOSTMIXTURELIMITS]
RaceLimit=0
WarmupLimit=0
QualifyingLimit=0
PracticeLimit=0
Undocumented/untested:
Code:
Push2PassHybridMap=0 //
Push2PassMaximumWheelSpin=0 // units? Worst driven wheel, average?
Push2PassTimeBetweenActivations=0 // seconds between activations?
Push2PassNumberLapsAfterStartBeforAllowed=0 // seems to explain itself. Note the 'Befor' typo.
Push2PassTimePerLap=0 // maximum activation time per lap
Push2PassMinimumGear=0 //
Push2PassDisableWhenCrossingStartFinish=0 // 1 to deactivate P2P when crossing S/F
Notes:
- Push2PassMaxTime can be set to 0 for unlimited use. Unfortunately it will display negative numbers for remaining time. Setting to negative values disables P2P (tried -1 and -3). Not retested since original post
As always - if I've missed something, let me know!
Last edited: