Jump to content

Recommended Posts

Posted

Is it possible to change the model of the animal companions, specifically the lion companion, to one of the tiger models in game? And if you can, how would you do so?

 

Answers much appreciated! 

 

 

  • Like 2
Posted

Trying to figure out this exact question myself.

 

So far I've figured out that in characters.gamedatabundle, there is a lion companion data object. I can't seem to figure out what to change to change to model though.

Posted (edited)

If I'm not mistaken, you need to change in the attack used in the ability.

 

For example:

Abilities.gamedatabundle: Summon_Companion_Wolf

Attacks.gamedatabundle: Summon_Companion_Wolf_Attack

 

Modify the FIlename to use the desired Prefab in "Summon_Companion_Wolf_Attack":

{
"$type": "Game.GameData.AttackSummonComponent, Assembly-CSharp",
"SummonType": "AnimalCompanion",
"SummonFileList": [{
"Filename": "prefabs/characters/poe2_animal_companions/cre_wolf_animal_companion.prefab"
}],
"SummonDisplayStrings": [{
"String": 536
}],
"OnSummonVisualEffect": "",
"OnDesummonVisualEffect": "",
"TeamType": "JoinParty",
"SummonCopyOfSelf": "false",
"Duration": 0,
"HasLoot": "false"
}
Edited by Kohwalter

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...