FlatOut: Ultimate Carnage

File information

Last updated

Original upload

Created by

Thrillvilled

Uploaded by

Thrillvilled

Virus scan

Safe to use

Tags for this mod

About this mod

Tired of being 30 seconds to almost a full lap ahead of the drivers, while with this mod no longer!

Permissions and credits
Changelogs
Mod overhauls the handicap.bed file to remove slowdown limits and expand on the velocity speeds and engine start up for the ai. Note that this when playing without career mode and when installing the mod, it should be the last mod loaded in the filesystem as it will also work with all mods that don't edit the scripts file.



Old Code:


DefaultRacing =
    {
    -- AI's distance from AI median point
    PackControl            =
    {
        Range     = { -200.0,   0.0, 200.0, 300.0 },
        SlowDown = {   -0.1,  0.05,   0.2,   0.4 },
    },
    -- Player's distance from AI median point
    Rubberband        =
    {
        Range     = { -1500.0, -1000.0, -300.0, -100.0,  0.0, 200.0 },
        SlowDown = {     0.1, 0.35,   0.25,    0.15, 0.0,  -0.2 },
    },
    -- 0,1 normalized lap count (i.e. % of the race completed)
    LapControl            =
    {
        Range        = { 0.0, 0.5, 1.0 },
        SlowDown    = { 0.0, 0.1, 0.20 },
    },
    SlowDownMul            = 10.0,
    TurboMul            = 1.0,
    TurboOnTime            = 1000,
    TurboOffTime        = 3000,
    VMax                = 200.0,
    VCap                = 200.0,
    VLimit                = 10.0,
    SlideFrictionScale = 1.0,
    BrakeFrictionScale = 1.0,
}


DerbyBaseline =
{
    -- 0,1 normalized lap count (i.e. % of the race completed)
    LapControl            =
    {
        Range        = { 0.0, 0.5, 1.0 },
        SlowDown    = { 0.0, 0.0, 0.00 },
    },
    SlowDownMul            = 10.0,
    TurboMul            = 1.0,
    TurboOnTime            = 1000,
    TurboOffTime        = 5000,
    VMax                = 200.0,
    VCap                = 200.0,
    VCapDist            = 100.0,
    VLimit                = 15.0,
    SlideFrictionScale = 1.0,
    BrakeFrictionScale = 1.0,
}


New Code:


DefaultRacing =
    {
    -- AI's distance from AI median point
    PackControl            =
    {
        Range     = { 0.0 },
        SlowDown = { 0.0 },
    },
    -- Player's distance from AI median point
    Rubberband        =
    {
        Range     = { 0.0 },
        SlowDown = { 0.0 },
    },
    -- 0,1 normalized lap count (i.e. % of the race completed)
    LapControl            =
    {
        Range     = { 0.0 },
        SlowDown = { 0.0 },
    },
    TurboMul            = 1.0,
    TurboOnTime            = 1000,
    TurboOffTime        = 5000,
    VMax                = 300.0,
    VCap                = 300.0,
    VLimit                = 100.0,
}


DerbyBaseline =
{
    -- 0,1 normalized lap count (i.e. % of the race completed)
    LapControl            =
    {
        Range     = { 0.0 },
        SlowDown = { 0.0 },
    },
    TurboMul            = 1.0,
    TurboOnTime            = 1000,
    TurboOffTime        = 5000,
    VMax                = 300.0,
    VCap                = 300.0,
    VLimit                = 100.0,
}


Installing:


Place the mod in the directory of the game:
C:\Program Files (x86)\Steam\steamapps\common\FlatOut Ultimate Carnage

Then open the filesystem file and add a line under streamed.bfs or any mods that you may have, Uncapped Handicap.bfs and save the file.
See last image for reference

Uninstalling:


Remove the mod from the directory of the game and set the filesystem back to default by removing the line "Uncapped Handicap.bfs" from the filesystem and saving the file