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
8 days ago
1.1 - 2.0
16.8K
Logistics Trains Circuit network Manufacturing Power

g cannot unlock all technologies

6 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

6 months ago

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

6 months ago
(updated 6 months ago)

thanks, this works

New response