Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Reviewing the code again myself it seems
- The default auto select radius is 100, and 1000 maximum.
- Default force limit is 0, max force limit is 10000. Keep in mind 0 means unbreakable
- The "max welds per prop" default is 10, the maximum is 10. Keep in mind this rule only take affect when welding more than 127 items at once.
Your mod solved the issues I was having while trying to weld objects whose hitboxes overlap as it was impossible with the regular tool and it makes adding equipment to NPC's a lot easier.
Definitely an essential along with the advanced remover.
1. IsAllowedEnt - lua/weapons/gmod_tool/stools/smartweld.lua:458
2. SelectProp - lua/weapons/gmod_tool/stools/smartweld.lua:271
3. LeftClick - lua/weapons/gmod_tool/stools/smartweld.lua:240
4. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:240
[Kyle Calhoun|3|STEAM_0:0:121035393] Lua Error:
[Smart Weld] lua/weapons/gmod_tool/stools/smartweld.lua:458: attempt to call method 'GetEyeTrace' (a nil value)
1. IsAllowedEnt - lua/weapons/gmod_tool/stools/smartweld.lua:458
2. SelectProp - lua/weapons/gmod_tool/stools/smartweld.lua:271
3. LeftClick - lua/weapons/gmod_tool/stools/smartweld.lua:240
4. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:240