ColorMeSuprised wrote...
phoenixofthunder wrote...
Maybe this:
BIOG_HMM_HED_PROMorph.Joker.HMM_HED_PROJoker_MDL
From:
BioD_HorCr1_304Joker
?

So, I'm not sure whether my last post was deleted or something, but anyway:
Jacob is "hench_leading" right? Tried to replace a few things but nothing worked. Maybe I was doing it wrong. Would you be so kind as to give me a step to step direction? Or do you have a link if someone else had tried something similiar?
Thank you in advance 
EDIT: Great now. Double post. I'm sorry. Though I can't find a delete button...
You may want to wait a minute or two after posting and then click your "Refresh/Reload" button and then see if the post you submitted shows up.
On to your conversion issue:
What is in green I am sure of, that in yellow I am not.
You could try this, no guarantee though.....
==============================================================================
==============================================================================[SFXGame.SFXGame]
HenchmanPackageMap=(HenchTag="hench_leading",PackageName="BioHench_leading")
to
HenchmanPackageMap=(HenchTag="
hench_pilot",PackageName="
BioD_HorCr1_304Joker")
==============================================================================
-----------------------------------------------------------------------------------------------------------------------------------------
[SFXGame.SFXPawn_Henchman]
HenchmenInfo=(className=SFXPawn_Jacob,
Tag=hench_leading,PrettyName=178200,
HenchAcquiredPlotID=34,
HenchInSquadPlotID=22,HenchmanImage="GUI_Codex_Images.Jacob_512")
to
[SFXGame.SFXPawn_Henchman]
HenchmenInfo=(className=SFXPawn_
Joker,
Tag=
hench_pilot,PrettyName=178200,
HenchAcquiredPlotID=34,
HenchInSquadPlotID=22,HenchmanImage="GUI_Codex_Images.
Joker_512")
----------------------------------------------------------------------------------------------------------------------------------------
[SFXGame.BioSFHandler_PartySelection]
lstMemberInfo=(Tag=hench_leading,LoadoutTag=hench_Jacob,
StrName=178200,ImageIndex=5,KismetIndex=1,
AvailableLabel=IsSelectableLeading,
InPartyLabel=InSquadLeading,
IsLoyalLabel=IsLoyalLeading,
OldLoyaltyLabel=WasLoyalLeading,
AppearanceLabel=AppearanceLeading,
DeadIndex=196,StrDossierText=178200,StrSpecialty=178200);
to
[SFXGame.BioSFHandler_PartySelection]
lstMemberInfo=(Tag=
hench_pilot,LoadoutTag=hench_Jacob,
StrName=178200,ImageIndex=5,KismetIndex=1,
AvailableLabel=IsSelectableLeading,
InPartyLabel=InSquadLeading,
IsLoyalLabel=IsLoyalLeading,
OldLoyaltyLabel=WasLoyalLeading,
AppearanceLabel=AppearanceLeading,
DeadIndex=196,StrDossierText=178200,StrSpecialty=178200);
==============================================================================