Garry's Mod
Cosmetic Face Poser Fix
6件中 1-6 を表示
更新:2024年3月15日 @ 22時30分
更新者:no loafing

  • Lua code can now run ent:SetNWBool("DisableBeardFlexifier", true) to disable a specific child entity from copying face poses

更新:2018年9月11日 @ 11時04分

  • Added an IsValid() check for child entities before face posing them (ent:GetChildren() was retrieving null entities for some players?)

更新:2018年9月8日 @ 13時40分

  • Lots of behind-the-scenes optimization and addon conflict improvements
    • Flex ID translations between the parent and attached models are now cached instead of being retrieved every single tick (much more optimized, fixes fps loss when addon is posing lots of models at once)
    • Now uses ent:GetChildren() instead of constraint.GetAllConstrainedEntities(ent) to find attached models to face pose (also a little more optimized)
    • Now uses one think hook with a list of parent entities to affect instead of adding a separate think hook to each one (prevents possible conflicts with other addons using the same hook)
  • Models parented to a prop_effect instead of its attachedentity are now posed correctly
  • Removed filter, now poses models parented to any serverside entity with flexes instead of just ones starting with prop_ (should now work with any NPCs or SENTs)

更新:2016年8月10日 @ 19時52分

  • Fixed a bug where flexes wouldn't be applied to a cosmetic if the flexes' names were capitalized differently than on the parent model (fixes Graylien)

更新:2015年5月23日 @ 13時33分

  • Fixed a bug where some flexes near the bottom of the Face Poser's list wouldn't be applied to a cosmetic if it had fewer flexes than its parent model

更新:2014年7月6日 @ 12時05分

  • Uploaded to the Steam Workshop