AMS Gen 2 Cars Problem

I seemed to have lost the colors for thes cars. They are all just plain red. Everything else works fine. Not sure why it's gone. Any ideas on how to get them back?
 
I'm not certain which cars you're referring to, but I know that the 2021 Stock Cars have that issue. It seems to be a problem with the current game version, not your install. You can override them with custom liveries, but AFAIK it's a known issue and 'should' be fixed in the next patch.
 
Last edited:
This has to do with the new rim color choices for Cart cars
Here is an example of the xml file

BASELIVERY is not more Default ( BASELIVERY="Default") but SilverWheel ,GoldWheels or BlackWheels
as in the example below:
<USER_OVERRIDES>

<LIVERY_OVERRIDE LIVERY="51" NAME="Team Penske Racing #2" BASELIVERY="SilverWheels">
<PREVIEWIMAGE PATH="Cart1998\previewCart2.dds" />
<TEXTURE NAME="BODY" PATH="Cart1998\Cart2.dds" />
</LIVERY_OVERRIDE>

<LIVERY_OVERRIDE LIVERY="52" NAME="Team Penske Racing #3" BASELIVERY="SilverWheels">
<PREVIEWIMAGE PATH="Cart1998\previewCart3.dds" />
<TEXTURE NAME="BODY" PATH="Cart1998\Cart3.dds" />
</LIVERY_OVERRIDE>

<LIVERY_OVERRIDE LIVERY="53" NAME="Davis Racing #77" BASELIVERY="BlackWheels">
<PREVIEWIMAGE PATH="Cart1998\previewCart77.dds" />
<TEXTURE NAME="BODY" PATH="Cart1998\Cart77.dds" />
</LIVERY_OVERRIDE>

</USER_OVERRIDES>
 
Back
Top