SOLVED Changing car veh file enginesounds via upgrades

Discussion in 'Car Modding' started by EmperorOfFinland, Mar 14, 2022.

  1. EmperorOfFinland

    EmperorOfFinland Registered

    Joined:
    Jan 26, 2021
    Messages:
    502
    Likes Received:
    1,098
    So i have come up with a thing like this


    UpgradeType="Engine"
    {
    UpgradeLevel="Cosworth V8 Engine"
    {
    Description="Standard 1982 Spec Cosworth DFV with 510hp at 11,000rpm with 11,500rpm redlimit and 350nm of torque at 9,025rpm on race and 530hp at 11,000rpm and 366nm at 9,025rpm, While Using 2.639L at max power per min"

    HDV=
    HDV=[ENGINE]
    HDV=Normal=F1_1982_LE_Engine.ini

    VEH=
    VEH=Sounds=F1_1982_LE_3.0L.sfx

    }

    UpgradeLevel="Alfa V12 Engine"
    {
    Description="Alfa 1982 Spec V12 Engine with 520hp at 12,450rpm and 312nm at 11,450rpm on race and on qualifying 545hp at 12,450rpm and 327nm of torque at 11,450 rpm, While Using 3.211L at max power per min"

    HDV=
    HDV=[ENGINE]
    HDV=Normal=F1_1982_LE_Engine_Alfa_V12.ini

    VEH=
    VEH=Sounds=F1_1982_LE_3.0L_A.sfx

    }

    UpgradeLevel="Matra V12 Engine"
    {
    Description="Matra 1982 Spec V12 Engine with 530hp at 13,200rpm and 306nm at 11,025rpm on race and in qualifying 555hp at 13,200rpm and 320nm at 11,225rpm, While Using 3.477L at max power per min."

    HDV=
    HDV=[ENGINE]
    HDV=Normal=F1_1982_LE_Engine_Matra_V12.ini

    VEH=
    VEH=Sounds=F1_1982_LE_3.0L_M.sfx

    }
    }

    But for some reason the enginesound is not changing like it should so i wonder what im doing wrong? as the engine of the car does infact change
     
  2. redapg

    redapg Registered

    Joined:
    Jan 16, 2012
    Messages:
    4,008
    Likes Received:
    2,876
    You can not link a SFX File.
    You have to link every single Sound with
    SFX=VS_INSIDE_COAST_ENGINE_1=...
    for Example.
    There is no Upgrades Syntax VEH=.
     
  3. EmperorOfFinland

    EmperorOfFinland Registered

    Joined:
    Jan 26, 2021
    Messages:
    502
    Likes Received:
    1,098
    Okay so that is technically doable for the engine. i can write it up but i will not do it now
     

Share This Page