Search found 3 matches
- Sun Oct 30, 2016 5:29 am
- Forum: Technical Help
- Topic: Give us option to set latency back, please
- Replies: 0
- Views: 612
Give us option to set latency back, please
Previously I would always set latency to 33ms (lowest possible) when playing on LAN and aroud ~60ms when playing with frien over internet - and it worked smoothly. Currently the latency seems to always be too high. Judging by the eye it seems to be something like 250ms - even on LAN driving a car i ...
- Tue Jul 05, 2016 12:45 am
- Forum: Multiplayer
- Topic: Factorio Dedicated server user verification.
- Replies: 1
- Views: 8523
Re: Factorio Dedicated server user verification.
start your headless server with this option
You also need to create server-settings.json (right where you run this command), with verify_user_identity = false
example file you can find in data/server-settings.example.json
and perhaps visibility = LAN
Code: Select all
--server-settings server-settings.json
example file you can find in data/server-settings.example.json
and perhaps visibility = LAN
- Sat Jul 02, 2016 11:43 am
- Forum: Implemented mod requests
- Topic: on_entity_damaged event
- Replies: 6
- Views: 3566
Re: on_entity_damaged event
Such an event is unlikely to be added due to performance reasons. Such an event would be fired hundreds/thousands of times per second during normal combat while not adding a lot of value for the few times it was used. I though of some solution on the top of my head.. Make two types of such event. F...