Jump to content


TeddyPicker90

Member Since 25 Oct 2018
Offline Last Active Nov 19 2018 12:24 PM

Topics I've Started

Problem with Aragorn model (3 different body types in the same model))

25 October 2018 - 11:11 PM

Hi all!

 

I'm having a rather annoying problem with the Aragorn model in BFME1 HD EDITION mod, that's driving me crazy for quite some time.

 

The mod has three different versions of Aragorn: Amon Hen, Helms Deep and the Black Gate version. But, there is only one guaragorn_skn.w3d, and the game only loads Amon Hen version.

 

So, I've opened the guaragorn_skn.w3d in Renx and I saw that there are three body types inside it: BODYAMON, BODYHELMS and GATEBODY.

 

My question is, how to make them appear when playing? The mod uses vanila Aragorn.ini btw. I've tried different types of codes, for example:

 

Behavior = SubObjectsUpgrade Costume_01
        TriggeredBy        = Upgrade_AragornCostume_01
        UpgradeTexture    =  guaragorn_rotk.tga 0 guaragorn_2trs.tga
                RecolorHouse    = Yes
    End
    Behavior = SubObjectsUpgrade Costume_01a
        TriggeredBy        = Upgrade_AragornCostume_01
        UpgradeTexture    = guaragfel.tga 0 guaragorn_2trs.tga
                RecolorHouse    = Yes
    End

 

I've added Upgrade_AragornCostume_01 into experiencelevel.ini, but nothing happened. Then, I've replaced Upgrade_AragornCustome_01 wtih Upgrade_AragornBladeMaster, but then the model changes to Return of the King version not the Helms Deep one, and the textures are all messed up. But when you click on the Blade Master ability, he reverts the model to Amon Hen look. My god.

 

Then I've tried this approach:

 

Behavior = SubObjectsUpgrade ModuleTag_ShowWalls
TriggeredBy = Upgrade_AragornBladeMaster
ShowSubObjects = BODYHELMS
HideSubObjects = BODYAMON GATEBODY GATECLOAK ELVENCLOAK
End

 

But when Aragorn hits the level 2 and gets his BladeMaster, the body just disappears, so he's got only his head, sword and cape flying around. What am I doing wrong? Is it even possible to do it without exporting the models in three separate versions? Cause god I hate binding.

 

Thank you all in advance!