Garry's Mod
Smart Weld
Mostrando 1-10 de 27 aportaciones
< 1  2  3 >
Actualización: 21 JUN 2016 a las 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.

Actualización: 7 MAY 2016 a las 10:52

Changes
  • Optimizations and code cleanup.

Actualización: 27 MAR 2016 a las 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.

Actualización: 13 FEB 2016 a las 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.

Actualización: 2 ENE 2016 a las 12:19

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

Actualización: 1 ENE 2016 a las 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.

Actualización: 7 DIC 2015 a las 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.

Actualización: 28 NOV 2015 a las 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.

Actualización: 28 NOV 2015 a las 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.

Actualización: 21 NOV 2015 a las 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!