Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
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