nixhounds Posted May 31, 2018 Posted May 31, 2018 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! 2
CrusherEAGLE Posted June 5, 2018 Posted June 5, 2018 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.
Kohwalter Posted June 6, 2018 Posted June 6, 2018 (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 June 6, 2018 by Kohwalter
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now