Ultracube: Age of Cube


Unravel the mysteries of the ultradense utility cube in this devious overhaul mod. See the mod page for a complete list of compatible mods.

Overhaul
14 days ago
1.1 - 2.0
17.5K
Logistics Trains Circuit network Manufacturing Power

g cannot unlock all technologies

7 months ago

if you run /c game.player.force.research_all_technologies() to research all the tech, nothing happens.
I want to do this so I can check that the mods I am adding are compatible without having to go through the full game

7 months ago

Try this:
/c for k, v in pairs(game.player.force.technologies) do if v.enabled then v.researched = true end end

7 months ago
(updated 7 months ago)

thanks, this works

New response