May 31, 20187 yr 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!
June 5, 20187 yr 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.
June 6, 20187 yr 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 June 6, 20187 yr by Kohwalter
Create an account or sign in to comment