Thanks to many videos on this channel (https://www.youtube.com/c/yelistener)
I've "understood" how modern F1 ERS works, and sadly in vanilla game Codies did it pretty bad - so here I am with completely new ERS system inspired by F1 2020/2021 footages.
Mod is still in BETA STAGE so I'm open to hear your feedback here!
Mod requires MODULAR MODS
(link here -> Modular Mods by Maian)
as it uses MoMods template to make installation a lot easier
Installation:
Just drag&drop file from to F1 2021 game directory
\SteamLibrary\steamapps\common\F1 2021\_MODULAR_MODS\_ACTIVE
List of changes:
I've "understood" how modern F1 ERS works, and sadly in vanilla game Codies did it pretty bad - so here I am with completely new ERS system inspired by F1 2020/2021 footages.
Mod is still in BETA STAGE so I'm open to hear your feedback here!
Mod requires MODULAR MODS
(link here -> Modular Mods by Maian)
as it uses MoMods template to make installation a lot easier
Installation:
Just drag&drop file from to F1 2021 game directory
\SteamLibrary\steamapps\common\F1 2021\_MODULAR_MODS\_ACTIVE
List of changes:
- OVERTAKE BUTTON (OT) drains battery from 100% to 0% in 8 seconds
- Normal ERS mode gives you 33% electric boost less
- Battery capacity is 4 times smaller
- Remade Hotlap mode to give big boost just at 3rd, 4th , 5th and medium boost at 6th gear (rest of gears have parameters slightly higher than normal ERS mode)
- Energy harvesting reduced to make battery load 10%-15% average per lap with normal ERS mode
- ERS deploy limit adjusted to be more realistic
3397 <FirstGearModifier value="0.0" />
3398 <SecondGearModifier value="0.15" />
3399 <ThirdGearModifier value="0.2" />
3400 <FourthGearModifier value="0.2" />
3401 <FifthGearModifier value="0.2" />
3402 <SixthGearModifier value="0.2" />
3403 <SeventhGearModifier value="0.2" />
3404 <EighthGearModifier value="0.1" />
3419 <FirstGearModifier value="0" />
3420 <SecondGearModifier value="0.2" />
3421 <ThirdGearModifier value="0.33" />
3422 <FourthGearModifier value="0.4" />
3423 <FifthGearModifier value="0.4" />
3424 <SixthGearModifier value="0.24" />
3425 <SeventhGearModifier value="0.22" />
3426 <EighthGearModifier value="0.21" />
3326 <HarvestLimitMGUK value="800000" />
3327 <DeployLimitMGUK value="1.9e6" />
3328 <EnergyStoreCapacity value="1.0e6" />
3329 <EnergyHarvestEfficencyMGUH value="1.3" />
3330 <EnergyHarvestEfficencyMGUK value="0.4" />
3398 <SecondGearModifier value="0.15" />
3399 <ThirdGearModifier value="0.2" />
3400 <FourthGearModifier value="0.2" />
3401 <FifthGearModifier value="0.2" />
3402 <SixthGearModifier value="0.2" />
3403 <SeventhGearModifier value="0.2" />
3404 <EighthGearModifier value="0.1" />
3419 <FirstGearModifier value="0" />
3420 <SecondGearModifier value="0.2" />
3421 <ThirdGearModifier value="0.33" />
3422 <FourthGearModifier value="0.4" />
3423 <FifthGearModifier value="0.4" />
3424 <SixthGearModifier value="0.24" />
3425 <SeventhGearModifier value="0.22" />
3426 <EighthGearModifier value="0.21" />
3326 <HarvestLimitMGUK value="800000" />
3327 <DeployLimitMGUK value="1.9e6" />
3328 <EnergyStoreCapacity value="1.0e6" />
3329 <EnergyHarvestEfficencyMGUH value="1.3" />
3330 <EnergyHarvestEfficencyMGUK value="0.4" />