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
5 months ago
1.1 - 2.0
26.1K
Logistics Trains Circuit network Manufacturing Power

g cannot unlock all technologies

2 years 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

2 years ago

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

2 years ago
(updated 2 years ago)

thanks, this works

New response