Collision sub-component setup failed on node "chassis", while accessing it i

GTA:V Modding with ZModeler3 discussion.
Post Reply
ZgreDziu
Posts: 2
Joined: Fri Feb 09, 2024 2:49 pm

Collision sub-component setup failed on node "chassis", while accessing it i

Post by ZgreDziu »

Hi, I was trying to export my car, but after the try i got an error claiming " "Collision sub-component setup failed on node "chassis", while accessing it in group mode. file:RageExportCollision.cpp line:944"
Does anybody know how to repair it?
User avatar
Oleg
Site Admin
Posts: 14763
Joined: Fri Feb 06, 2004 3:54 am
Contact:

Re: Collision sub-component setup failed on node "chassis", while accessing it i

Post by Oleg »

your collision object for chassis (the "chassis [COL]") is probably made as a group of collision elements. It is OK to have it combined, but one entry of this group is not suitable to be a collision. In particular, it might be a compound object or a group itself. Collision be made as a group of sub-components can utilize geometry objects and dummy objects as group elements.

I would suggest to dismiss COL compound and ungroup it. Then ensure the set of objects you get after ungrouping does not contain any compounds (bold name) or groups (underlined name). Then select these components and group them again; then convert to COL compound.
Post Reply