Hello,
im currently trying to add a new 3d model to the savage cub and it just doesn't work im just trying everything to get it work but it doesn't, here are my errors:
Behaviors XML
File: Savage_Cub_Cockpit.xml
Component:
Include : Can't find file MODELBEHAVIORDEFS\..\SCREEN.XML.
UseTemplate Path:
Behaviors XML
File: Savage_Cub_Cockpit.xml
Component:
Include : Can't find file MODELBEHAVIORDEFS\..\TABLET.XML.
UseTemplate Path:
and here my code(the code i modified):
<Include ModelBehaviorFile="..\tablet.xml"/>
<Include ModelBehaviorFile="..\screen.xml"/>
<Component ID="Tablet">
<UseTemplate Name="ASOBO_GT_Interaction_Tooltip">
<NODE_ID>tablet</NODE_ID>
</UseTemplate>
</Component>
<Component ID="Screen">
<UseTemplate Name="ASOBO_GT_Interaction_Tooltip">
<NODE_ID>screen</NODE_ID>
</UseTemplate>
</Component>