Garry's Mod

Garry's Mod

Simple Prop Damage - Ultimate Destruction
Showing 1-4 of 4 entries
Update: 24 Feb, 2016 @ 5:32pm

v1.2

Added new feature - Props leave behind debris when they are destroyed!
Debris does not collide with players, props, or npcs, and will get removed after 10 seconds.

Added new convar "spd_debris 0/1", which controls whether props should create debris on destruction.

Changed convar "spd 0/1" to "spd_enabled 0/1", which controls whether SPD should be enabled or not.

Removed convar "spd_compatibility" and it's associated features.

Major refactoring of code to make SPD run faster and be cleaner in general.

Update: 29 Nov, 2014 @ 1:12am

Quick-fix:

v1.1.1

Removed 2 leftover print()'s

Update: 29 Nov, 2014 @ 12:56am

Major Content Update:

v1.1.0

-Added 3 new tools
-Heal Tool: Heal props back to full health. Admin-restricted, toggleable.
-Toggle Tool: Individually enable or disable SPD on props. Admin-restricted, toggleable.
-Analyze Tool: Check the detailed health information of a prop by looking at it with this tool equipped. Usage available to non-admins.

-Changed health formula: Instead of
Health = Weight * HealthMultiplier, it is now
Health = (Weight * spd_health_weightratio + Volume * spd_health_volumeratio) * HealthMultiplier.
spd_health_weightratio and spd_health_volumeratio are admin controlled ConVars.

-Added a new option to pick which color props turn into when damaged. Colors are:
Red, Green, Blue, Cyan, Magenta, Yellow, Orange, Rose, Lime, Aqua, Purple, Azure, and Black.

-Added Compatibility Mode: This ConVar controlled setting is for enabling support for Rubat's lightsaber weapons addon. Probably will be used to support more addons in the future. *Might* introduce unexpected results with some addons, it can be disabled through the options menu or ConVar. Thanks to SupeaMinto95 for suggesting it.

-Changed the filesystem to conform more with guidelines and be less hacky and thrown together.

Update: 25 Nov, 2014 @ 12:12am

Original upload.

v1.0