Garry's Mod

Garry's Mod

Ragdoll Puppeteer
23개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2025년 7월 29일 오후 6시 24분
작성자: dim sum un

Fix loading pose parameters in SMH for an animation file with different pose parameters than the puppeteer. Now pose parameters do not load until the puppeteer has the same pose parameters (change the puppeteer model)

업데이트: 2025년 6월 10일 오전 9시 06분
작성자: dim sum un

Fix lua error related to loading missing libraries (fzy.lua and leakybucket.lua)

업데이트: 2025년 5월 31일 오후 6시 16분
작성자: dim sum un

Add additional checks for newer SMH save files, allowing support for the latest versions of Stop Motion Helper on Github

업데이트: 2025년 5월 31일 오후 6시 02분
작성자: dim sum un

Retargeting

  • Add a retargeting implementation, allowing a puppet to play any animation depending on the puppeteer's model. This also adds a pose offsetting menu with a save/load system, where individual bones can be rotated, translated, and saved for later use with different puppets using the same puppeteer.
    • Also give players the ability to make their own retargeting for custom models, in Utilities > Ragdoll Puppeteer > Bone Map Generator
  • Remove model check for SMH models, potentially allowing SMH animations to be retargeted for a specific entity.
  • Improve sequence list loading by loading the items over time, rather than on the same frame. This improves over the previous behavior, which would lag the game until ALL items are loaded (particular for playermodel animations).
  • Disable sequence sounds by using a custom prop_puppeteer entity. (This also prepares for the possibility of a shared ENT:AddLayeredSequence implementation, which will supersede the current gesture method).
  • Optimize how default bone poses are calculated by caching the result for a specific model. May improve playback performance
  • Restructured tool and UI files by storing related posing and retargeting functions in pose.lua
  • Add ragdollpuppeteer_autopose_locomotion convar/checkbox, which sets the pose parameters of some locomotion-related sequence (defaults to TF2 walking or running sequences).

업데이트: 2025년 1월 12일 오후 1시 39분
작성자: dim sum un

Feature Requests 2

  • Add scale offset slider to scale the puppet's movement (not scale the puppet itself).
  • Add support for puppeteering cameras
  • Fix not changing to the same animation when selected. Thanks to Gamer for reporting this bug!
  • Add "Face me" checkbox to make puppeteer face a set direction when unchecked. Thanks to Gamer for requesting this feature!
  • Add "Random Pose" button to sample a pose from the sequence list. Thanks to Areus for requesting this feature!
  • Add "Reset nonphysical bones" checkbox to control the users ability to preserve nonphysical bone poses if they choose not to animate them. Thanks to Areus for requesting this feature!
  • Add "Disable tweening" checkbox to control whether SMH animations should tween between keyframes.
  • Fix nil bone matrix issue with puppeteering `prop_physics` with SMH animation

업데이트: 2024년 11월 25일 오후 4시 27분
작성자: dim sum un

  • Fixed Player string issue
  • Decreased file download times

업데이트: 2024년 10월 24일 오후 12시 05분
작성자: dim sum un

Use the puppeteer velocity instead of the floor, allowing attach to ground movement to be smoothed out

업데이트: 2024년 10월 23일 오후 5시 13분
작성자: dim sum un

Smoothing improvements

  • Further reduce jittering on the puppet
  • Close the distance between the puppet and puppeteer
  • Fix puppet "hopping" with the floor when attached to the ground

업데이트: 2024년 10월 23일 오후 12시 16분
작성자: dim sum un

Perform bone manipulations (moving fingers) only on nonphysical bones. Reduces server stress (and network cost if the user has Advanced Bonemerge Tool), and mitigates (not completely remove) weird distortions when converting to an Animated Prop (which preserves bone manipulations from the ragdoll)

업데이트: 2024년 10월 23일 오전 11시 22분
작성자: dim sum un

Fix GetInfo error on player connect, preventing variables from being set