Page 1 of 1

[2.0.76] create_spidertron() does not set request_from_buffers to true like the spidertron

Posted: Sun May 03, 2026 2:38 pm
by ILLISIS
code:
https://github.com/ILLISIS/Constructron ... uctron.lua

issue:
05-04-2026, 00-37-27.png
05-04-2026, 00-37-27.png (967.29 KiB) Viewed 386 times
05-04-2026, 00-38-01.png
05-04-2026, 00-38-01.png (1.15 MiB) Viewed 386 times

Re: [2.0.76] create_spidertron() does not set request_from_buffers to true like the spidertron

Posted: Sun May 03, 2026 4:22 pm
by Rseding91
You’ll need to report this to the mod author. We have no control of what the mod is doing.

Re: [2.0.76] create_spidertron() does not set request_from_buffers to true like the spidertron

Posted: Mon May 04, 2026 12:40 am
by ILLISIS
Rseding91 wrote: Sun May 03, 2026 4:22 pm You’ll need to report this to the mod author. We have no control of what the mod is doing.
I am the mod author - request_from_buffers is a runtime parameter not being set on anything that uses the create_spidertron() function which is part of the core.

I'd expect that using the function makes a plain spidertron with the differing arguments as seen in the code which is why I consider this a bug.

At present, I have to create the Constructron prototype then use on_built events to set the request_from_buffers to true

Re: [2.0.76] create_spidertron() does not set request_from_buffers to true like the spidertron

Posted: Mon May 04, 2026 12:57 am
by Rseding91
That function simply makes the prototype definition. Nothing about it interacts with the entity runtime and the request from buffers value. In fact all spider vehicles are hard coded to request from buffers by default unless a mod specifically sets them not to after creation runtime.