i have a "Factorio 0.12.29 (Build 17931, linux64, headless)" Server on Linux Debian 8.4 and i search the way, how i can configure 2 players with different researches. I have found:
viewtopic.php?f=3&t=13512&start=80#p92087
but how can i use this:
Code: Select all
game.create_force('force 1')
game.create_force('force 2')
game.get_player('friend 1').force = game.forces['force 1']
game.get_player('friend 2').force = game.forces['force 2']
I cant write this in my config/config.ini
Any tips?