Headless server speed

Arrange meetings with other people to play MP, announce your servers.
Post Reply
ReijMan
Burner Inserter
Burner Inserter
Posts: 19
Joined: Fri Jul 17, 2015 5:55 pm
Contact:

Headless server speed

Post by ReijMan »

Heya factory workers!

I'm hosting a game on a dedicated linux server on my lan. The game keeps desyncing when one of my friends join via internet.
Is ther any way to set the 'update speed' or the latency in order to make my friends' computers and connection keep up with our multiplayer game?
My headless server and pc on LAN still run on 60fps, the map is starting to get sizable though, 15,4mb. The game runs smooth when just me and my server are playing.

When creating a multiplayer game on windows you'll get the latency dialog, not sure how to set this via the Linux command line.

Thanks

Oxyd
Former Staff
Former Staff
Posts: 1428
Joined: Thu May 07, 2015 8:42 am
Contact:

Re: Headless server speed

Post by Oxyd »

Code: Select all

factorio --start-server your-map --latency-ms 200
will set the latency to 200 ms, for example.

You can run

Code: Select all

factorio --help
to get an overview of all command-line options.

ReijMan
Burner Inserter
Burner Inserter
Posts: 19
Joined: Fri Jul 17, 2015 5:55 pm
Contact:

Re: Headless server speed

Post by ReijMan »

Thanks a lot Oxyd!
I'll try to update that WIKI a bit tomorrow :-)

ReijMan
Burner Inserter
Burner Inserter
Posts: 19
Joined: Fri Jul 17, 2015 5:55 pm
Contact:

Re: Headless server speed

Post by ReijMan »

Doesn't seem to solve the desync issues, guess we've been doing to much exploring on the map :-(

Post Reply

Return to “Multiplayer”