StrataSource / FGD

The FGD + Hammer resource files for games built on Strata Source.
19 stars 13 forks source link

Workaround prop_testchamber_door looping the close animation #201

Closed vrad-exe closed 11 months ago

vrad-exe commented 11 months ago

This adds a read-only defaultanim keyvalue to prop_testchamber_door to prevent the closing animation from being looped infinitely in Hammer. This used to be done by setting the entity to a custom Hammer model with no animations, but this is no longer possible since we now allow setting custom models.

The proper fix to this is StrataSource/Engine#737, but I don't see that being implemented for a while and the looping close animation is really distracting for me, so I implemented this temporary workaround in the meantime.