Anybody knows this dashboard collision?
-
When I spawn replaced 'A' car by trainer, it's dashboard sometimes OK.
BUT, when I met 'B' or spawned another 'B' car, 'A' car's dashboard is going mess suddenly that I can not recognize.
Anybody knows this symptom or solution?
-
@GEEK
Your pic isn't showing as it resides inside your google account which I cannot access but if I had to guess I reckon what you are looking at is a texture conflict.
If that is the case it means you have two different dashboard textures of the same name in your game. The game doesn't know which one to display & freaks out. You need to find the one you don't want & delete it or replace it with the one you do so they are both identical.Extra: In 'vehicle.meta' , there is a setting for the dashboard:
<dashboardType>VDT_NAMEHERE</dashboardType>
It may help in diagnosing the issue to change it to something else.
Also, you might want to look at the texture relationships ('<txdRelationships>') section for Car A & B in their 'vehicles.meta'. The part that looks like this:
<txdRelationships> <Item> <parent>vehshare</parent> <child>vehshare_truck</child> </Item> <Item> <parent>vehshare</parent> <child>vehicles_comet_interior</child> </Item> <Item> <parent>vehshare</parent> <child>vehicles_btype_interior</child> </Item> <Item> <parent>vehshare_truck</parent> <child>vehshare_worn</child> </Item> <Item> <parent>vehshare_truck</parent> <child>vehshare_army</child> </Item> <Item> <parent>vehshare</parent> <child>vehicles_blista2_interior</child> </Item> <Item> <parent>vehshare</parent> <child>vehicles_futo_interior</child> </Item>
See if it points you in the right direction? ie If they are using the futo interior textures (for example) go & have a look at it's textures & 'futo.ytd's & make sure all files of the same name contain EXACTLY the same textures/see if the Futo dash works? etc
-
@a63nt-5m1th I modified my picture pin.
BTW, didn't touched gta5 stock car also has same symptom sometimes.
I dont know why stock cars have same symptom.
Maybe Just GTA5 internal collision?
-
@GEEK
Maybe related to this?
If you are pushing the limit of your hardware that may account for it.
Other than that, I'm really not sure.
-
@a63nt-5m1th Possibly, do you know clr.dll appcrash? while playin
-
@GEEK said in Anybody knows this dashboard collision?:
clr.dll
Nah, never had that crash. There are a few google results for it. Have a look through them all & see if anything pops out at you