. . . Posted May 23, 2020 Share Posted May 23, 2020 (edited) hello guys i need help so i want to edit vanilla structure is placer is display animation cause i made new texture for it which is different and now they do not match I tried to do this in my modmain but it crashed i dont know what to do anymore MakePlacer("pigshrine_placer", "pigshrine_new", "pigshrine_new", "mynewanimation") edit: i copy paste the original file and change placer in it and it works good now but is there no other way ? Edited May 23, 2020 by --- -.- Link to comment https://forums.kleientertainment.com/forums/topic/118451-help-i-need-to-edit-placer-of-vanilla-structure/ Share on other sites More sharing options...
Cunning fox Posted May 25, 2020 Share Posted May 25, 2020 AddPrefabPostInit("pigshrine_placer", function(inst) inst.AnimState:SetBank("Some_bank") inst.AnimState:SetBuild("Some_build") inst.AnimState:PlayAnimation("Some_anim") end) 1 Link to comment https://forums.kleientertainment.com/forums/topic/118451-help-i-need-to-edit-placer-of-vanilla-structure/#findComment-1336141 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