Garry's Mod

Garry's Mod

Smart Weld
Viser 1-10 af 27 forekomster
< 1  2  3 >
Opdatering: 21. juni 2016 kl. 17:58

Changes
  • Made the large weld (more than 127 props) algorithm much faster.
  • Micro and minor optimizations.
  • Fixed cleanning up smart welds.
  • Max welds per prop can't be greater than 15 now.

Opdatering: 7. maj 2016 kl. 10:52

Changes
  • Optimizations and code cleanup.

Opdatering: 27. mar. 2016 kl. 17:51

Changes
  • Added a "max welds per prop" option. Only applies when welding more than 127 props.
  • Fixed a counting bug when welding all the selected props to one.
  • Improved code formatting.

Opdatering: 13. feb. 2016 kl. 17:52

Changes
  • Notification icons now work correctly in singleplayer.
  • Added nice icons to the tool description.
  • Fixed a bug when welding all selected props to a single prop.
  • Fixed a bug with stages being set wrong.

Opdatering: 2. jan. 2016 kl. 12:19

Changed
  • Ensured all default Sandbox entities are compatible.
  • Added default support for more major addons like WAC, TDM, NeuroTec, and ACF.

Opdatering: 1. jan. 2016 kl. 9:28

Here is a big update for you guys!

Added
  • Added a config table at the top of the file to add support to specific base classes.
  • The addition above also fixed not being able to weld to gmod entities. Wiremod, SCars, and the default Gmod entities are supported by default.
  • Fixed welding more than 127 props! Now when you weld more than 127 props it will go through each prop, find the 10 closest props, and weld them. This keeps a fairly stable weld and works pretty darn fast.

Changed
  • Reorganized the code a bit more to be easier to follow.

Opdatering: 7. dec. 2015 kl. 19:15

Changed
  • Loads of optimizations and code cleanups, I wouldn't know where to start describing them.
  • Among these changes the self:IsAllowedEnt() function was changed yet again, even better this time.

Big thanks to aStonedPenguin and Code_gs for the changes and shoutout to them at Superior Servers.

Opdatering: 28. nov. 2015 kl. 20:14

Changed
  • Now checks with the CanTool hook for prop ownership meaing much better DarkRP support. (Thanks aStonedPenguoin)
  • Reordered tests in the IsAllowedEnt() function to be more optimized.

Removed
  • No more prints to clients about the completed welds, only to the server.

Opdatering: 28. nov. 2015 kl. 8:38

Added
  • You can now weld to specific body parts of a ragdoll when you look at it and select it. This does not work for auto-selecting.

Opdatering: 21. nov. 2015 kl. 14:13

Added
  • AllowAllEntities - Set to true by default, any server owners looking to limit welds please use the GitHub version.
  • Selection Cleared notification.

Changed
  • IsAllowedEnt() function - Made it more robust and easier to add to restrictions/exceptions to.
  • Addon compatability disabled by default since all addons should work now.

NOTE: Make sure if you autoselect a vehicle you don't weld it's wheels/propellers together otherwise they won't be able to move!