You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue primarily affects which cars content will be viewable in the interface, and which content will be seeded to the database.
It seems that some content is indiscriminately not loaded when updated from steam cmd, the content that I have noticed are: AMG GT3 and the 650 GT3.
If this is an issue with how Kunos has Implemented DLC delivery for steamcmd, I can work around it by manually seeding the missing data, but I would prefer to find a solution that doesn't require monkey-patching.
To repro:
trigger steamcmd acserver update
npm install
seed the database
npm run db:seed
verify that content was seeded
ls -la lib/acserver/content/cars/ks_mclaren_650_gt3
The text was updated successfully, but these errors were encountered:
This issue primarily affects which cars content will be viewable in the interface, and which content will be seeded to the database.
It seems that some content is indiscriminately not loaded when updated from steam cmd, the content that I have noticed are: AMG GT3 and the 650 GT3.
If this is an issue with how Kunos has Implemented DLC delivery for steamcmd, I can work around it by manually seeding the missing data, but I would prefer to find a solution that doesn't require monkey-patching.
To repro:
trigger steamcmd acserver update
seed the database
verify that content was seeded
The text was updated successfully, but these errors were encountered: