Crimson_Raider
Chieftain
- Joined
- Mar 24, 2018
- Messages
- 9
I am currently trying to port in the SABR model from Beyond Earth. I was successfully able to obtain the textures, gr2 files, and the fxsxml, but I noticed that in the fxsxml there were some lines of code for the SABR that read as follows:
<BoneUsage>
<Bone name="FX_Scanner_Bone"/>
<Bone name="FX_MG_Bone_R"/>
<Bone name="FX_MG_Bone_L"/>
<Bone name="Point_GunEnergy"/>
<Bone name="Point_GunTop"/>
<Bone name="Point_GunVentLeft"/>
<Bone name="Point_PROJECTILE01"/>
<Bone name="Point_PROJECTILE02"/>
<Bone name="Point_GunVentRight"/>
<Bone name="WORLD_center"/>
<Bone name="wolfBeetleLLegRear1"/>
<Bone name="wolfBeetleLLegRear3"/>
<Bone name="wolfBeetleButt"/>
<Bone name="wolfBeetleHead"/>
<Bone name="wolfBeetleRLegFront1"/>
<Bone name="bone_Balance_L"/>
<Bone name="bone_Balance_R"/>
<Bone name="wolfBeetleLLegFrontPlatform"/>
<Bone name="wolfBeetleRLegRearPlatform"/>
<Bone name="wolfBeetleRLegFrontPlatform"/>
<Bone name="wolfBeetleLLegRearPlatform"/>
</BoneUsage>
So my question is, do I need to replace the "wolfBeetle" sections of bone in the xml with something that is compatible with Civ 5? And if so what should I replace it with? Any support is greatly appreciated!
<BoneUsage>
<Bone name="FX_Scanner_Bone"/>
<Bone name="FX_MG_Bone_R"/>
<Bone name="FX_MG_Bone_L"/>
<Bone name="Point_GunEnergy"/>
<Bone name="Point_GunTop"/>
<Bone name="Point_GunVentLeft"/>
<Bone name="Point_PROJECTILE01"/>
<Bone name="Point_PROJECTILE02"/>
<Bone name="Point_GunVentRight"/>
<Bone name="WORLD_center"/>
<Bone name="wolfBeetleLLegRear1"/>
<Bone name="wolfBeetleLLegRear3"/>
<Bone name="wolfBeetleButt"/>
<Bone name="wolfBeetleHead"/>
<Bone name="wolfBeetleRLegFront1"/>
<Bone name="bone_Balance_L"/>
<Bone name="bone_Balance_R"/>
<Bone name="wolfBeetleLLegFrontPlatform"/>
<Bone name="wolfBeetleRLegRearPlatform"/>
<Bone name="wolfBeetleRLegFrontPlatform"/>
<Bone name="wolfBeetleLLegRearPlatform"/>
</BoneUsage>
So my question is, do I need to replace the "wolfBeetle" sections of bone in the xml with something that is compatible with Civ 5? And if so what should I replace it with? Any support is greatly appreciated!
