Assetto Corsa PC Mods General DiscussionPC 

  • Thread starter Thread starter daan
  • 157,601 comments
  • 51,466,348 views
I'm having this random bug where a lot of my cars have the N&F origin logo despite not been made by them
 

Attachments

  • Screenshot 2026-09-21 155517.webp
    Screenshot 2026-09-21 155517.webp
    2.4 KB · Views: 1
I'm having this random bug where a lot of my cars have the N&F origin logo despite not been made by them
Check if the author name of the "wrong cars" contains "NF or "N&F".
If yes, this filtering is wrong
{
"name": "N&F",
"authorFilter": "NF, N&F",
"icon": "NF.png"
},

Open C:\Users\...\AppData\Local\AcTools Content Manager\Data (User)\Origin Icons\List.json
an edit it to:
{
"name": "N&F",
"authorFilter": "\\b(NF|N&F)\\b"
"icon": "NF.png"
},
 
Last edited:
Anyone know what the CSP Smart Shadows option does exactly? I get a lot less shadow flickering with it off but i'm a little worried as to what I might be missing with it turned off. Thanks for any info...
 
Anyone know what the CSP Smart Shadows option does exactly? I get a lot less shadow flickering with it off but i'm a little worried as to what I might be missing with it turned off. Thanks for any info...
1790024650605.webp
 
Sharing a mod? Host it on GTPlanet Downloads. Free, public hosting for files up to 10GB in size.
Back