Garry's Mod

Garry's Mod

Gore Chunks Addon Revised
Showing 1-3 of 3 entries
Update: 29 Jun, 2023 @ 12:29pm

- Fixed Heads of Players not coming back after receiving headshot.

Update: 5 Dec, 2022 @ 11:39am

*** UPDATED - 12/5/22 ***
----------------------------
ALL ADDED COMMANDS/SETTINGS:
----------------------------
"gc_lifetime" -Sets how many seconds gore chunks should wait before they get removed.
For Example:
"gc_lifetime 10" -Waits for 10 seconds then removes gore chunk.
"gc_lifetime 0" -Leaves gore chunks and does NOT remove them.

...

"gc_setchunkcollision" -Sets what gore chunks should collide with.
For Example:
"gc_setchunkcollision 0" -No collision/Fall through floor/map.
"gc_setchunkcollision 1" -DEFAULT Collides with everything except for alive players but still reacts to bullet impacts and can be picked up/interacted with.
"gc_setchunkcollision 2" -Collides with everything and everyone but could cause player to get stuck while trying to step over/through chunks.

...

"gc_setcorpsecollision" -Sets what dead bodies should collide with.
For Example:
"gc_setcorpsecollision 1" -DEFAULT Collides with everything except for alive players but still reacts to bullet impacts and can be picked up/interacted with. This gives the player the ability to trudge through dead bodies without getting stuck/slowed down. Corpses still use physics when shot, however you will not get stuck on them if they are in your walking space.
"gc_setcorpsecollision 0" -If set to 0, gmod will handle corpse/ragdoll collision as it normally would.

...

"gc_decapsfx" -Controls if decapitation sound effects should play when a player who is alive gets shot in the head.
For Example:
"gc_decapsfx 0" -never play decap sound.
"gc_decapsfx 1" -always play decap sound.
"gc_decapsfx 2" -sometimes play decap sound.

...

"gc_enablebodychunks" -Controls if gore chunks should be produced when taking shots to areas other than the head.
For Example:
"gc_enablebodychunks 0" -DEFAULT Only produce gore chunks on headshots. Do not produce gore chunks when taking shots anywhere else.
"gc_enablebodychunks 1" -DEFAULT Always produce gore chunks when taking shots to body/areas other than the head.

Update: 22 Oct, 2022 @ 4:25pm