Garry's Mod

Garry's Mod

Clientside Ragdoll Collision
5개 중 1~5개 표시 중
업데이트: 2025년 9월 10일 @ 오후 9시 18분

업데이트: 2025년 9월 10일 @ 오후 9시 02분

ADDITIONS
This new change offers a new command that may seriously boost performance.
  • New console command "csrd_method": changes the way the game scans for collision,
    • valid options are "sphere", "box", "directionalcone".
    • The directional cone option is the new default, and makes it so the ragdoll's velocity
      is used as a means to determine potential objects that may be hit by the ragdoll.
      much better then otherwise scanning and creating entities for every server entity within a radius.
QUALITY OF LIFE
  • csrd_whitelist_add now actually saves its table to the disk at "garrysmod/data/csragdollcollision/settings.txt", allowing the addon to retrieve it per session.

업데이트: 2024년 12월 28일 @ 오후 7시 18분

ghost clientside objects switch rendermode incase of nodraw overrides. (addon workaround)

업데이트: 2024년 8월 11일 @ 오전 10시 56분

->Fixed func_clientcollide null entity error.
-> setting csrd_collidemass to zero disables it's override
-> No more dumb brush model prints. im sorry for that.

업데이트: 2024년 8월 9일 @ 오전 10시 03분

Initial addon creation.