Hello is there a possible way to get all the Research that is in the game (including mods) into a list.
Thanks in advance.
Research list
Research list
My mods: Logistic Turrets
Re: Research list
Forces have a technologies list.Bl4ckmail wrote:Hello is there a possible way to get all the Research that is in the game (including mods) into a list.
Thanks in advance.
Code: Select all
for k,v in pairs(game.local_player.force.technologies) do
game.local_player.print(k .. " has " .. (v.researched and "" or "not ") .. "been researched")
end
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!