Results 1 to 1 of 1

Thread: Bug in "King's Fianna" unit (SOLVED)

  1. #1

    Default Bug in "King's Fianna" unit (SOLVED)

    Hello. The King's Fianna unit is misconfigured in the game. In the "VariantMeshDefinition" file comes with a spear but the configuration is of sword. I have been testing several configurations in both the model and the "land_units" table, but He never appears with the sword in his hand. Any help would be appreciated, thanks.







    EDIT:

    Changed with Variant Editor (error):
    Code:
    	<SLOT name="weapon_1" attach_point="weapon_01" />
    	<SLOT name="weapon_2" >
    		<VARIANT_MESH_REFERENCE definition="variantmeshes\_variantmodels\man\weapons/att_sword_spatha_heavy.VariantMeshDefinition" />
    	</SLOT>
    	<SLOT name="weapon_3" />
    	<SLOT name="weapon_4" />
    Changed with Notepad (correct):
    Code:
    	<SLOT name="weapon_1" />
    	<SLOT name="weapon_2" attach_point="weapon_02" >
    		<VARIANT_MESH_REFERENCE definition="VariantMeshes/_VariantModels/man/weapons/att_sword_spatha_heavy.VariantMeshDefinition" />
    	</SLOT>
    	<SLOT name="weapon_3" />
    	<SLOT name="weapon_4" />
    Last edited by Miguel_80; February 28, 2018 at 07:24 AM. Reason: Solved

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •