Page 1 of 1

Add crafting_progress and bonus_progress R/W to science labs

Posted: Mon May 04, 2026 9:35 am
by BurninSun
Currently, crafting machines have read/write for crafting_progress and bonus_progress. I am requesting similar API functionality to be added to science labs which have the same regular and bonus progress meters.

Re: Add crafting_progress and bonus_progress R/W to science labs

Posted: Mon May 04, 2026 9:42 am
by boskid
Why exactly do you want to change those values? They serve no purpose other than just visual inside of LabGui since labs increase research progress in a continuous way as they craft

Re: Add crafting_progress and bonus_progress R/W to science labs

Posted: Mon May 04, 2026 11:32 pm
by BurninSun
I'm trying to track down an issue with our modded labs and some rounding issue. I wanted to read the values from the labs to get some insight as to what is going on and was surprised to find the values couldn't be read. I figured a full read/write for the labs would be a simple add that might be wanted by someone.
If it were to be added, I doubt I'd personally still be wanting it by the time it makes a release so not a big deal either way.

Re: Add crafting_progress and bonus_progress R/W to science labs

Posted: Mon May 04, 2026 11:38 pm
by Rseding91
What rounding issue with modded labs?

Re: Add crafting_progress and bonus_progress R/W to science labs

Posted: Tue May 05, 2026 4:43 am
by BurninSun
viewtopic.php?t=133495

While doing some quick and dirty tests, I wanted to compare what the lab was showing on the bars with my expected results and was surprised to not find the associated API. But I've now got it narrowed down for the bug report.