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
ok
Are you using weld or parent mode to attach the hoverballs?
Try this: https://github.com/Sony-dev/Offset-Hoverballs/pull/28
We have to make shure nil is assigned. Lua will garbage collect all table members if they are not referenced anyway 😀
Odd that it only seems to happen with the default gmod duplicator tool and not Adv dupe 1/2.
Applied an experimental fix that hopefully should solve the problem. Please let me know if you run into any other issues.
1. pairs - [C]:-1
2. Empty - lua/includes/extensions/table.lua:54
3. UpdateFilter - lua/entities/offset_hoverball/init.lua:80
4. PostEntityPaste - lua/entities/offset_hoverball/init.lua:482
5. oldPaste - lua/includes/modules/duplicator.lua:834
6. Paste - lua/wire/server/wirelib.lua:1403
7. LeftClick - gamemodes/sandbox/entities/weapons/gmod_tool/stools/duplicator.lua:63
8. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:226
got this while attempting to spawn a dupe with this, causes the dupe to fall apart with all welds, wires, etc undone
Duplicating wired OHBs seems to work fine on my end during tests, but please do let me know if any other bugs appear. :)
It seems to me the weapon is not validated. Try this:
https://github.com/Sony-dev/Offset-Hoverballs/pull/23
There's been quite a few revisions between the releases, so hopefully that bug was squished in one of them.
Please do let me know if it happens again, or if any new issues pop up.
Cheers
[ERROR] lua/entities/offset_hoverball/cl_init.lua:152: Tried to use a NULL entity!
1. GetClass - [C]:-1
2. DrawLaser - lua/entities/offset_hoverball/cl_init.lua:152
3. Draw - lua/entities/offset_hoverball/cl_init.lua:236
4. unknown - gamemodes/base/entities/entities/base_anim.lua:49
I think its just a simple IsValid( ball ) instead of ball:IsValid()
Forgot Steam even had such a function as I've never actually used it before. ;)
https://github.com/Sony-dev/Offset-Hoverballs/pull/13
Coded standard API so if something specific is needed, just change the API call
You can also add me to contributors if you like ;)
[ERROR] lua/entities/offset_hoverball/cl_init.lua:43: Tried to use a NULL entity!
1. GetClass - [C]:-1
2. DrawLaser - lua/entities/offset_hoverball/cl_init.lua:43
3. unknown - lua/entities/offset_hoverball/cl_init.lua:128
Fixed it now, thanks for reminding me!
Please let me know if there are any problems with the change. ;)