Garry's Mod

Garry's Mod

Smart Weld
Viser 1–10 av 27 bidrag
< 1  2  3 >
Oppdatering: 21. juni 2016 @ 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.

Oppdatering: 7. mai 2016 @ 10.52

Changes
  • Optimizations and code cleanup.

Oppdatering: 27. mars 2016 @ 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.

Oppdatering: 13. feb. 2016 @ 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.

Oppdatering: 2. jan. 2016 @ 12.19

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

Oppdatering: 1. jan. 2016 @ 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.

Oppdatering: 7. des. 2015 @ 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.

Oppdatering: 28. nov. 2015 @ 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.

Oppdatering: 28. nov. 2015 @ 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.

Oppdatering: 21. nov. 2015 @ 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!