With re research i mean whenn you haf automation researched and you add a mod the unlocks stuff at automation you normaly wouldn't have accses to that stuff so by re researching a script would delet all researches and research them again so you have the same ass before.
Hope it made sens.
Mfg Bl4ckmail
Edit found it out by myself here is the comand for anyone that is interested
Code: Select all
for k, v in pairs(game.player.force.technologies) do
if(v.researched == true)then
v.researched = false
v.researched = true
end
end