Addon Entry

Now supporting the newest garrysmods.org

New : UserScript to add a search button to any garrysmod.org download page Script Page Install It!

Mirrors

There are no mirrors, request one in the comment section below.
File: Patrick's Stuff.zip
Version: 0
Garrysmod.org URL: http://www.garrysmod.org/downloads/?a=view&id=68474
Description: This add on contains one stool I created and one I modified to make better.

Patrick's Constraint Breaker
Get tired of having to switch to multiple tools to break multiple constraints on an entity? Well no more! With this tool you can easily select which constraints you want to break from the menu then in one click, presto! Those constraints break leaving the ones you didn't want to break in tact.

Better Wired Hydraulic
So I was working with the phx robotics stuff and
some of those parts masses were well into the
thousands and the old hydraulics just couldn't
push or pull it. You would have to attach
multiple hydraulics for it to work effectively.
Well not anymore! I added a new option to the
menu called "strength" which allows you to
modify how powerful the hydraulic is. Granted
that is just a booster for what I did in the
script file. Leaving strength on 1 will work
very nicely but if you want that added stability
then pump up the power.

I hope you find these tools useful. If not then oh well, just delete them. Also I just wanted to mention this was my first attempt at lua and I'm proud to say these only took me a few hours to figure out. Enjoy!

Just drop the Patrick's Stuff folder in the zip into your addons folder.

If you have any questions or any criticisms email me at Jewbacca87@gmail.com


*******EDIT*******
I found a bug in the code that causes the strength slider to not work when you right click. Open patricks_wire_hydraulic.lua file in a text editor and change line 149 from

strength = self:GetClientNumber( "strength" )

to

SetStrength( self:GetClientNumber( "strength" ) )

That will fix it!

Image: Patrick's