Jump to content

Looking for a mod that replaces Celestial Postern assets with Florid postern assets


Recommended Posts

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
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...