Garry's Mod
Flesh Chunks
Hiển thị 1-10 trong 15 mục
< 1  2 >
Cập nhật: 9 Thg05 @ 6:00am
bởi sora1d

Fixed invalid PhysicsObject error in multiplayer.

Cập nhật: 28 Thg08, 2024 @ 2:46am
bởi sora1d

- Chunks should be clipping into stuff less now.
- Chunks now stick and slide every 0.5 seconds rather than every tick.
- Chunks now automatically unalive themselves after 30 seconds.

Cập nhật: 24 Thg06, 2024 @ 2:52am
bởi sora1d

- Changed chunk models entirely to fix the weird blue particle bug. This is done by using a model that doesn't break.
- Less clamping for damage-scaled chunk launch force. This should make chunks feel more dynamic depending on the damage dealt.
- New chunk models are purposefully bigger to increase visibility from further distance.

Cập nhật: 3 Thg06, 2024 @ 5:14pm
bởi sora1d

Fixed a bug where the client would try to broadcast ConVar changes.

Cập nhật: 3 Thg04, 2024 @ 8:59am
bởi sora1d

Fixed flesh chunks spawning when 0 damage is dealt.

Cập nhật: 8 Thg12, 2023 @ 4:31am
bởi sora1d

Fixed blood splatter not appearing in some cases. This is caused by me re-using EffectsData object, which cannot be done due to its implementation.

Cập nhật: 16 Thg09, 2023 @ 6:20am

Precache models to fix the following issues:
- Addon not working after a map change.
- Addon works partially or not at all.
- The need to check for physics object validity.

Cập nhật: 15 Thg08, 2023 @ 6:37pm

Added the ability to toggle the addon on or off via the vg_chunk_enabled command.

Cập nhật: 13 Thg08, 2023 @ 8:48pm

Added a prefix to each file to prevent any same name conflicts.

Cập nhật: 13 Thg08, 2023 @ 3:10am

- Added the ability to make chunks sticky. Can be toggled via vg_chunk_wallbounce_sticky command.
- Added a decal workaround for Fully Dynamic Animated Blood Mod.
- Fixed a bug where a portion of spawned chunks would insta-splat due to them colliding with each other.