What I mean to separate is to separate wk armor and Nazgul armor on the fellbeast.
Can I add your code to fellbeast.ini? Would you show me the whole code you think? I don't know Where to put your code..
I added your code in fellbeast, It conflicts with the game..
Thank you for your reply. Just a little more help plz
I still don't understand what you mean with "separate", they are already separate. You need to explain it better cause I don't understand what you want to do.
Also, you're doing it wrong with the code
In the ini.big file, open
data\ini\armor.ini
Press Ctrl+F to bring up the find/search window, search for NazgulArmor and it will take you to the armorsets of nazgul and with king. Here you can make a new armor for witch king while he's riding the fell beast if you don't want him to use the one he has now. Just copy paste one of the armorsets, change the name to whatever you want and edit the values to your liking.
Witch King and Witch King on Fellbeast are two different objects so you have to enter the code in two different places.
You can find the armorset property of Witch King on foot in
data\ini\object\evilfaction\units\mordor\witchking.ini
You can change his armor on foot under "ArmorSet" simply by changing the "Armor = ToughHeroArmor/WitchKingArmor" (whatever armorset he has in your version of the game) to the name of an armorset you created in armor.ini.
Same goes with Witch King on Fellbeast. If you want to edit his armor go to:
data\ini\objects\evilfaction\units\mordor\fellbeast.ini
In this ini file there are multiple objects. One called "Object MordorFellBeastInterface" which is the object template that normal fellbeasts use. This object has its own armorset. Then if you scroll down a bit you will find another object in this file called "ChildObject MordorWitchKingOnFellBeast MordorFellBeastInterface". This object too has its own armor set. Look a few lines down further and you will see another "Armorset" line. Again, if you want to change the amor of Witch King on Fellbeast, just change "Armor = WitchKingArmor/NazgulArmor" or whatever it says to "Armor = *Name of the armor you made in armor.ini* "
- Jokuc likes this