Awesome Research Queue Manager


Never think about your research queue ever again. Automatically research towards queued technology, the next science pack or the next infinite tech level. Keywords: Auto queue, auto research, requeue infinite tech

Utilities
3 days ago
2.0
2.08K

b [solved] Requeue infinite tech failed

6 days ago
(updated 6 days ago)

find code in modle/queue.lua

if xcur.meta.is_infinite and
        state.get_force_setting(f.index, "requeue_infinite_tech",
            const.default_settings.force.settings.requeue_infinite_tech) then
        queue.add(f, tech.name)
end

tech is not define, so nothing will add to the queue.

5 days ago

Hi,

Could you let me know which infinite tech fails to requeue or what error you get?

5 days ago

no one can add to the queue, when finished, the queue become empty

3 days ago

Alright I was able to find the bug and it is fixed in v1.3.6

New response