VincentXyooj
Vivacious Visitor
- Joined
- Sep 12, 2015
Guys, I'm not understanding where I put the weapon code in the multiplemodeldesc.xml
Do I place it at the beginning of the multiplemodeldesc.xml, or do I put it in the section where the warrior is?
Can someone give me an example, the tutorial isn't so straight forward as to where it goes exactly.... Am I supposed to keep the whole code including the Warrior Shield at the beginning? Or do I remove it?
<!-- Warrior Shield -->
<Conditional Code="U">
<Model Index="-">1_PC/1_PHM/WEAPON/8_SHIELD/MODEL_TO_BE_REPLACED.PAC</Model>
<Model Index="U">1_PC/1_PHM/WEAPON/8_SHIELD/MODEL_TO_REPLACE_WITH.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/1_PHM/WEAPON/8_SHIELD/SAME_MODEL_TO_BE_REPLACED_IN.PAC</Model>
<Model Index="U">1_PC/1_PHM/WEAPON/8_SHIELD/SAME_MODEL_TO_REPLACE_WITH_IN.PAC</Model>
</Conditional>
Thanks in advanced... Ive been trying to figure this out for some time now...
This is the code I am using, I want to change the Vanguard shield for my warrior into a different shield
<!-- Warrior Shield -->
<Conditional Code="U">
<Model Index="-">1_PC/1_PHM/WEAPON/8_SHIELD/PHM_00_SHD_0003_L.PAC</Model>
<Model Index="U">1_PC/1_PHM/WEAPON/8_SHIELD/PHM_10_SHD_0004_L.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/1_PHM/WEAPON/8_SHIELD/PHM_00_SHD_0003_L_IN.PAC</Model>
<Model Index="U">1_PC/1_PHM/WEAPON/8_SHIELD/PHM_10_SHD_0004_L_IN.PAC</Model>
</Conditional>
Can someone pls tell me what I am doing wrong? I placed this in the warrior section, but not sure how to make it work...
Do I place it at the beginning of the multiplemodeldesc.xml, or do I put it in the section where the warrior is?
Can someone give me an example, the tutorial isn't so straight forward as to where it goes exactly.... Am I supposed to keep the whole code including the Warrior Shield at the beginning? Or do I remove it?
<!-- Warrior Shield -->
<Conditional Code="U">
<Model Index="-">1_PC/1_PHM/WEAPON/8_SHIELD/MODEL_TO_BE_REPLACED.PAC</Model>
<Model Index="U">1_PC/1_PHM/WEAPON/8_SHIELD/MODEL_TO_REPLACE_WITH.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/1_PHM/WEAPON/8_SHIELD/SAME_MODEL_TO_BE_REPLACED_IN.PAC</Model>
<Model Index="U">1_PC/1_PHM/WEAPON/8_SHIELD/SAME_MODEL_TO_REPLACE_WITH_IN.PAC</Model>
</Conditional>
Thanks in advanced... Ive been trying to figure this out for some time now...
This is the code I am using, I want to change the Vanguard shield for my warrior into a different shield
<!-- Warrior Shield -->
<Conditional Code="U">
<Model Index="-">1_PC/1_PHM/WEAPON/8_SHIELD/PHM_00_SHD_0003_L.PAC</Model>
<Model Index="U">1_PC/1_PHM/WEAPON/8_SHIELD/PHM_10_SHD_0004_L.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/1_PHM/WEAPON/8_SHIELD/PHM_00_SHD_0003_L_IN.PAC</Model>
<Model Index="U">1_PC/1_PHM/WEAPON/8_SHIELD/PHM_10_SHD_0004_L_IN.PAC</Model>
</Conditional>
Can someone pls tell me what I am doing wrong? I placed this in the warrior section, but not sure how to make it work...