Garry's Mod

Garry's Mod

Improved Stacker
Showing 21-29 of 29 entries
< 1  2  >
Update: 5 Jun, 2014 @ 3:22am

Massive overhaul/optimization update just released.

For all changes, view https://github.com/Mista-Tea/improved-stacker/commit/79b969462df631bc16a15a91ee32190cda009f22.

-- Added extra functionality --
[1] Added support for physics properties (gravity and physics material
using the Physical Properties tool) (toggle using the "Apply Physical
Properties" option)

[2] Added support for weight (toggle using the "Apply Physical Properties"
option)

---------------------------------------------------------------

-- Added for developers --
[1] Added official support for external prop protections/anti-spam addons
by calling hook.Run( "StackerEntity", ent, owner ) directly after a
stacked entity has been created.

---------------------------------------------------------------

-- Optimizations (notes for developers) --
[1] Halos are no longer rendered in a Think hook (just gross). Halos should be rendered in a PreDrawHalos hook, not a Think hook!

[2] The server no longer does anything in TOOL:Think() because it was entirely unneeded.

[3] Removed redundant operations within TOOL:Think().

[4] Optimized for loops for creating/releasing/checking/updating the Ghost Stack.

Update: 30 May, 2014 @ 2:19pm

Fixed stacking relative to world (my bad)

Update: 29 May, 2014 @ 3:42pm

Added support for props with multiple skins, removed debug console command

Update: 28 May, 2014 @ 2:46am

Initial upload