Madscientist Posted May 14, 2018 Share Posted May 14, 2018 In the beta forums another user asked if you can replace the druid spiritshift form with a regular animal of the same kind. So if the druid uses spirit shif bear, he looks like a bear and not like a werewolf with bear head. Some user did not like the normal spiritshift form ( werewolf with animal head ) and in BG1+2 druids transformed into a normal animal. There are already such animals in the game and animations for them. For example, can you replace the spirit shift form with the form of a rangers animal companion of the same type? Its just the look, the druid should have the same stats as in the regular spirit shift form. Link to comment Share on other sites More sharing options...
mortimermcmire Posted May 14, 2018 Share Posted May 14, 2018 yeah, in the druid spiritshift ability effect it has a line "NewFormAppearance" that references art/character/ etc / a_druid_bear01.asset or whatever copy the .asset line from whatever you want to turn into and paste it over that asset Link to comment Share on other sites More sharing options...
Geedorah Posted May 15, 2018 Share Posted May 15, 2018 Where do I find the path for the ranger pet forms? I want to replace the druid forms with those but I don't know the path (only the paths I can find are for the other druid forms). Link to comment Share on other sites More sharing options...
ululululuul Posted August 31, 2020 Share Posted August 31, 2020 (edited) I apologize for digging up this old thread, but I was looking for a way to this myself. It seems like this question hasn't been answered in any of the topics, so I just figured out a way to do this and I'd like to share it. You can edit spiritshifting models in the statuseffects.gamebundle file located in \PillarsOfEternityII_Data\exported\design\gamedata I personally chose the cat form, so I have to change the cat related entry. Search for Spiritshift_Cat_SE_ChangeForm (replace cat with your form). To change into one of the Ranger companions, e.g. a lion, replace the NewFormAppearance entry with "art/character/creatures/lion01/a_lion01.asset". Spoiler You can find a full list of characters in the assetbundles/characters.unity3d file, but you have to unpack it first (I used Unity Assets Bundle Extractor) We've now changed the model, but we still have to attach the proper animations by changing the AnimationController entry to "art/animation/animationcontrollers/creature/lion.controller". Spoiler The animations are located in the assetbundles/animation.unity3d file After doing that, search for Spiritshift_Cat_Shifter_SE_ChangeForm and do the exact same thing again. It's pretty straight forward. The only time consuming task is to dig through 70.000 character entries to try to find the one you want. Edited August 31, 2020 by ululululuul Link to comment Share on other sites More sharing options...
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