Garry's Mod

Garry's Mod

Simple Prop Damage - Ultimate Destruction
正在显示第 1 - 4 项,共 4 项条目
更新于:2016 年 2 月 24 日 下午 5:32

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.

更新于:2014 年 11 月 29 日 上午 1:12

Quick-fix:

v1.1.1

Removed 2 leftover print()'s

更新于:2014 年 11 月 29 日 上午 12:56

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.

更新于:2014 年 11 月 25 日 上午 12:12

Original upload.

v1.0