Garry's Mod

Garry's Mod

RagMod Reworked
Showing 1-10 of 19 entries
< 1  2 >
Update: Jun 26, 2022 @ 10:00am

1.30
Crosshair is now hidden when ragdolling
If HEV suit was not worn when ragdolling, it won't be equipped when getting up.

Reworked the damage system:
Added particle effects on hit.
Death notices should now be reporting the killer and the inflictor properly.

Update: Jun 23, 2022 @ 10:29am

1.29 hotfix
Fixed speed trigger option being ignored when leaving a moving vehicle.
Fixed ragdolls having their heads removed when dying in first-person with "Hide Head" option turned on

Update: Jun 20, 2022 @ 8:14am

1.29
Fixed font conflict

API:
Added a hook to prevent ragdoll sounds

Update: Jun 16, 2022 @ 12:05pm

1.28 Hotfix
Fixed not taking damage as a ragdoll.

Update: Jun 16, 2022 @ 2:10am

1.28
Added separate options for transition animations into ragdoll and back to player.
Added option to enable damage triggers in vehicles.
Made translations work in dedicated servers.

Fixed velocity not being applied to the root bone.
Fixed control display toggle.
Reworked networking, made RagMod work a bit better in high ping servers.
Added an option to make transition into ragdoll look better in high ping, although it will jump the camera around if you have a good connection.

API:
Made ragdolls be regular prop_ragdolls to allow for better compatibility.
Added ragmod:IsRagmodRagdoll() to check for ragdoll type
Fixed RM_CanAction return value
Added hooks for preventing limb reaching and limb grabbing

Update: Jun 13, 2022 @ 3:10pm

1.27
Added smooth camera transition when ragging and getting up
Added ability to make players drop their weapons on ragdoll
Adjusted health ui to match the location of the normal health ui

Fixed numerous bugs, including:
Ragdoll count wasn't working correctly
Player got up looking at the wrong direction


API Changes:
Breaking change!
All permission hooks follow the other GM:Can<xyz> format where now returning false prevents the action

Added hooks for overriding the ragdoll camera

Update: Jun 10, 2022 @ 6:09pm

1.26
Added toggle for grab sounds
Updated localization files
API:
Added hooks that can be used to prevent certain RagMod actions

Update: Jun 10, 2022 @ 5:23pm

Revert because of a mod breaking bug

Update: Jun 10, 2022 @ 4:51pm

1.26
Added toggle for grab sounds
Updated localization files
API:
Added hooks that can be used to prevent certain RagMod actions

Update: Jun 9, 2022 @ 9:48am

1.24
Added failsafes in case the input state didn't get initialized properly