Hornete Posted January 1, 2019 Share Posted January 1, 2019 I'm trying to find this for a friend basically a mod that replaces the celestial postern assets with the florid postern assets, It will have the functions of a celestial postern but it looks like a florid postern, I am asking for a friend. Link to comment https://forums.kleientertainment.com/forums/topic/101347-looking-for-a-mod-that-replaces-celestial-postern-assets-with-florid-postern-assets/ Share on other sites More sharing options...
Thomas_klei Posted January 4, 2019 Share Posted January 4, 2019 shouldn't you just basically change the assets used wouldn't be that easy or am i missing something woudn't you just need to do this inst.AnimState:SetBank("portal_moonrock_dst") inst.AnimState:SetBuild("portal_moonrock") inst.AnimState:PlayAnimation("idle_loop", true) inst.AnimState:Hide("portal") inst.AnimState:OverrideSymbol("FX_ray", "portal_stone", "FX_ray") inst.AnimState:SetLightOverride(.2) change to inst.AnimState:SetBank("portal_stone_dst") inst.AnimState:SetBuild("portal_stone") inst.AnimState:PlayAnimation("idle_loop", true) inst.AnimState:Hide("portal") inst.AnimState:OverrideSymbol("FX_ray", "portal_stone", "FX_ray") inst.AnimState:SetLightOverride(.2) Link to comment https://forums.kleientertainment.com/forums/topic/101347-looking-for-a-mod-that-replaces-celestial-postern-assets-with-florid-postern-assets/#findComment-1139511 Share on other sites More sharing options...
Thomas_klei Posted January 13, 2019 Share Posted January 13, 2019 if you want to i can try to make and upload the mod Link to comment https://forums.kleientertainment.com/forums/topic/101347-looking-for-a-mod-that-replaces-celestial-postern-assets-with-florid-postern-assets/#findComment-1142704 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