Jump to content

Spider Den's missing AnimState symbols


Tykvesh
  • Fixed

There are no cocoon_dead, legmid, legpoint, legup symbols in the new spider_cocoon_2 build

cocoon_dead-0.png.0ba941a990202229c0f3249a30ac35cf.png legmid-0.png.cce5b6c9f8e5afe0aa0e1be2b53999fd.pnglegpoint-0.png.cfb942f0cb9c700ef41acfb2324b59e5.pnglegup-0.png.d9f5537c59fbd4accdfe9f648c456b5f.png

Old Build 1093345353_GIF29-Jun-2107-41-37.gif.9bc3a1ecd5bfe89e0872076d85b16631.gif  841757777_GIF29-Jun-2107-42-14.gif.ab6a40f87798484308b3d5ff41251564.gif New Build

In case if original textures for these symbols no longer exist:

inst.AnimState:SetBank("spider_cocoon")
inst.AnimState:SetBuild("spider_cocoon")
inst.AnimState:AddOverrideBuild("spider_cocoon_2")
inst.AnimState:PlayAnimation("cocoon_small", true)
inst.AnimState:HideSymbol("bedazzled_flare")
inst.AnimState:SetBank("spider_cocoon")
inst.AnimState:SetBuild("spider_cocoon_2")
inst.AnimState:PlayAnimation("cocoon_small", true)
inst.AnimState:HideSymbol("bedazzled_flare")
inst.AnimState:OverrideSymbol("cocoon_dead", "spider_cocoon", "cocoon_dead")
inst.AnimState:OverrideSymbol("legmid", "spider_cocoon", "legmid")
inst.AnimState:OverrideSymbol("legpoint", "spider_cocoon", "legpoint")
inst.AnimState:OverrideSymbol("legup", "spider_cocoon", "legup")

Steps to Reproduce

N/A




User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.


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

×
  • Create New...