AC How to Add Different Traffic Cars in Lua

Hello, I am new among you, I need your help, I would like to add several different more cars in the traffic offline thats call Planner i think
Its here :\SteamLibrary\steamapps\common\assettocorsa\
extension\lua\tools\csp-traffic-tool

In Csp traffic tool i have only 2 type for cars :
alfaromeo_giulietta and bmw_1m how i can add more cars ?

I think i need to update Carlist.lua with the new car i will ad but how ?
Sorry am new i need help because i don't know how and what to do

I Have:
CSP Lights Patch 0.1.80 - Preview 115 Full
Pure 0.190 Highres
Sol 2.2.9
SRP Car Pack 3.2 + Traffic Cars 1.21

Any help please thanks !
 
Hello, I am new among you, I need your help, I would like to add several different more cars in the traffic offline thats call Planner i think
Its here :\SteamLibrary\steamapps\common\assettocorsa\
extension\lua\tools\csp-traffic-tool

In Csp traffic tool i have only 2 type for cars :
alfaromeo_giulietta and bmw_1m how i can add more cars ?

I think i need to update Carlist.lua with the new car i will ad but how ?
Sorry am new i need help because i don't know how and what to do

I Have:
CSP Lights Patch 0.1.80 - Preview 115 Full
Pure 0.190 Highres
Sol 2.2.9
SRP Car Pack 3.2 + Traffic Cars 1.21

Any help please thanks !
Edit Carlist.lua e just copy paste "
{
main = '../content/cars/ks_porsche_991_turbo_s/porsche_991_turbo_s.kn5',
lod = '../content/cars/ks_porsche_991_turbo_s/porsche_991_turbo_s_lod_D.kn5',
collider = '../content/cars/ks_porsche_991_turbo_s/collider.kn5',
dynamic = 0.4,
maxSpeed = 40,
color = colorBland,
lights = {
headlights = '',
rearCombined = '',
brakes = '',
},
dimensions = {
front = 0.5,
rear = 4,
turningOffset = 2.3,
width = 1.6,
wheelRadius = 0.33,
fakeShadowX = 0.8 + 0.35,
fakeShadowZ = 2.25 + 0.15,
},
physics = {
mass = 1500 * massMult,
width = 1.5,
length = 3,
wheelsGripForce = 10,
suspensionTravel = 0.1,
suspensionForce = 30,
suspensionDamping = 10
},
cache = {}
}," , repeat for another cars.. so.. that...
 
Edit Carlist.lua e just copy paste "
{
main = '../content/cars/ks_porsche_991_turbo_s/porsche_991_turbo_s.kn5',
lod = '../content/cars/ks_porsche_991_turbo_s/porsche_991_turbo_s_lod_D.kn5',
collider = '../content/cars/ks_porsche_991_turbo_s/collider.kn5',
dynamic = 0.4,
maxSpeed = 40,
color = colorBland,
lights = {
headlights = '',
rearCombined = '',
brakes = '',
},
dimensions = {
front = 0.5,
rear = 4,
turningOffset = 2.3,
width = 1.6,
wheelRadius = 0.33,
fakeShadowX = 0.8 + 0.35,
fakeShadowZ = 2.25 + 0.15,
},
physics = {
mass = 1500 * massMult,
width = 1.5,
length = 3,
wheelsGripForce = 10,
suspensionTravel = 0.1,
suspensionForce = 30,
suspensionDamping = 10
},
cache = {}
}," , repeat for another cars.. so.. that...
i have the problem like this i have the all cars in the carlist lua and still have the bmw 1m and alfa romeo in traffic what i need to do now ?
 
Edit Carlist.lua e just copy paste "
{
main = '../content/cars/ks_porsche_991_turbo_s/porsche_991_turbo_s.kn5',
lod = '../content/cars/ks_porsche_991_turbo_s/porsche_991_turbo_s_lod_D.kn5',
collider = '../content/cars/ks_porsche_991_turbo_s/collider.kn5',
dynamic = 0.4,
maxSpeed = 40,
color = colorBland,
lights = {
headlights = '',
rearCombined = '',
brakes = '',
},
dimensions = {
front = 0.5,
rear = 4,
turningOffset = 2.3,
width = 1.6,
wheelRadius = 0.33,
fakeShadowX = 0.8 + 0.35,
fakeShadowZ = 2.25 + 0.15,
},
physics = {
mass = 1500 * massMult,
width = 1.5,
length = 3,
wheelsGripForce = 10,
suspensionTravel = 0.1,
suspensionForce = 30,
suspensionDamping = 10
},
cache = {}
}," , repeat for another cars.. so.. that...
where can i find this info about the car i am trying to add? searched everywhere (in the cars folder inside cm ) but nothing
 

Latest News

What would be the ideal raceday for you to join our Club Races?

  • Monday

    Votes: 33 15.9%
  • Tuesday

    Votes: 26 12.6%
  • Wednesday

    Votes: 29 14.0%
  • Thursday

    Votes: 27 13.0%
  • Friday

    Votes: 72 34.8%
  • Saturday

    Votes: 116 56.0%
  • Sunday

    Votes: 84 40.6%
Back
Top