Jump to content

Ajuda com Handling


Recommended Posts

Me ajuda pf meu carro esta virando muito e não sei o que fazer.

 

function loadHandling(v)    
        if getElementModel(v) == 405 then
            setVehicleHandling(v, "mass", 1600)
            setVehicleHandling(v, "turnMass", 3000)
            setVehicleHandling(v, "dragCoeff", 1.8)
            setVehicleHandling(v, "centerOfMass", { 0, 0.25, -0.95, } )
            setVehicleHandling(v, "percentSubmerged", 75)
            setVehicleHandling(v, "tractionMultiplier", 1.2)
            setVehicleHandling(v, "tractionLoss", 1.2)
            setVehicleHandling(v, "tractionBias", 0.500)
            setVehicleHandling(v, "numberOfGears", 5)
            setVehicleHandling(v, "maxVelocity", 310)  -- Velocidade Maxima
            setVehicleHandling(v, "engineAcceleration", 45)  -- Velocidade de aceleração
            setVehicleHandling(v, "engineInertia", 50)
            setVehicleHandling(v, "driveType", "awd") 
            setVehicleHandling(v, "engineType", "petrol")
            setVehicleHandling(v, "brakeDeceleration", 100)
            setVehicleHandling(v, "ABS", true)
            setVehicleHandling(v, "steeringLock", 50)
            setVehicleHandling(v, "headLight", 0)
            setVehicleHandling(v, "tailLight", 1)
            setVehicleHandling(v, "animGroup", 0)
            setVehicleHandling(v, "suspensionUpperLimit", 0)
            setVehicleHandling(v, "suspensionLowerLimit", 9)
            setVehicleHandling(theVehicle, "collisionDamageMultiplier", 0.00)
        end

 

 

Link to comment
  • 3 weeks later...

Percebi alguns valores na handling que não são muito recomendados como: 

engineAcceleration
engineInertia
brakeDeceleration
suspensionUpperLimit
suspensionLowerLimit
collisionDamageMultiplier

eu recomendaria você verificar esses valores engine acceleration não costumo usar mais de 15 e você está usando 45 com certeza esse é um dos motivos pra virar muito se você verificou todos os itens acima e não conseguir resolver eu posso fazer algumas handlings para você

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...