Garry's Mod

Garry's Mod

Ragdoll Puppeteer
Zobrazuje se 11–20 z 24 položek
< 1  2  3 >
Aktualizace: 23. říj. 2024 v 11.22
provedl dim sum un

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

Aktualizace: 23. říj. 2024 v 10.22
provedl dim sum un

  • Fix smoothing not working for physics props; disabled it for effect props
  • Fix puppet jittering (noticeable with resized ragdolls) by only smoothing when the floor moves

Aktualizace: 23. říj. 2024 v 10.06
provedl dim sum un

  • Smoothen puppet root (pelvis) positioning by interpolating to the current root position with the floor velocity and the previous root position
  • Type documentation for the interested reader

Aktualizace: 22. říj. 2024 v 15.55
provedl dim sum un

Feature Requests 1

  • Make floor properties animatable by SMH. Thanks to Vortexas-A for requesting this feature!
  • Copy sequence poses (pose parameters and frame) from an NPC and paste it onto a puppet that contains it. Thanks to Gamer for requesting this feature!
  • Attach to ground/surface ConVar so puppet's aren't always constrained to the platform. Thanks to Areus for requesting this feature!
  • Add Ragdoll Resizer support and physics and effect prop support. Thanks to Areus for requesting the Ragdoll Resizer feature!
  • Fixed choppy playback. Thanks to Skerion for requesting me to fix this!
  • Add French (FR) translations

Aktualizace: 29. zář. 2024 v 20.42
provedl dim sum un

UI/UX Improvements and Puppeteer Styling

  • Add a playback button and framerate number ticker to play animations and change FPS without the console
  • Add a height slider to change the puppeteer's height with respect to the floor
  • Add puppeteer styling options for changing color, setting alpha, and making it see-through walls
  • Add settings tabs, for general settings and puppeteer styling
  • Fix an error related to cleaning up the puppeteer during playback
  • Potentially fix an error related to Quaternion being overriden
  • Add comment to enable sv_ragdollpuppeteer_allow_playback in singleplayer if attempting to play with it disabled

Aktualizace: 28. zář. 2024 v 22.27
provedl dim sum un

  • Remove Gestures button to quickly reset the reference pose (Areus[http//Areus])
  • Improved Offsetting to replace Offset Root and Find Floor ConVars with a physics prop that moves the puppeteer around (see here for credits and more information)
  • Add arguments to ragdollpuppeteer_nextframe and ragdollpuppeteer_previousframe. ragdollpuppeteer_nextframe n will move the timeline ahead by n frames
  • Multiple optimizations to make server do less work with Ragdoll Puppeteer
  • Add components.lua file to client
  • Refactor file structure

Aktualizace: 25. zář. 2024 v 8.39
provedl dim sum un

  • Added custom clientside gestures, through a gesture sequence timeline and gesture tab for sequences. See the video or announcement post for more information
  • Improved +ragdollpuppeteer_playback timer. Timers are clientside to prevent server work, and timers increment the sliders based on the sequence's FPS and the value returned from ragdollpuppeteer_fps. This reduces the pose data rate to the server
  • Moved some serverside variables to the player table to prevent conflicts between other players' settings
  • Fixed some errors related to removing the puppet or puppeteer during +ragdollpuppeteer_playback

Aktualizace: 20. zář. 2024 v 13.02
provedl dim sum un

Silence disconnected print statement when disconnecting from a server

Aktualizace: 19. zář. 2024 v 17.03
provedl dim sum un

Relates to most recent fix

Aktualizace: 19. zář. 2024 v 17.02
provedl dim sum un

Fix for the tool not cleaning up properly when reselecting the same entity. Hopefully shouldn't cause any bugs when dying and removing the puppeteer.