or do i have to copy techfile and change that file via some script? something like this: https://gist.github.com/pfmoore/aa101ee1daeebf202e87
I have tried some diffrent things ex:
Code: Select all
for n,t in pairs(game.players) do
    for v, techs in pairs(t.force.technologies) do
        techs.unit.time = techs.unit.time * 10
    end
end

