Search found 10 matches
- Fri Jul 15, 2016 11:05 pm
- Forum: Technical Help
- Topic: Server help
- Replies: 3
- Views: 1574
Re: Server help
From what I know you don't need to use VM really. You should be able to grap a zipped Factorio version and start a server from it under windows along with otehr zipped version or steam one for playing on the server. I should apologize - you are right, tho you need to change som settings if you copy...
- Fri Jul 15, 2016 9:31 pm
- Forum: Technical Help
- Topic: [.13.3] Lan Linux headless server suddenly requiring login
- Replies: 1
- Views: 1090
Re: [.13.3] Lan Linux headless server suddenly requiring login
Hi Flanks! In your Data folder (in the Factorio folder) you got a server-settings.example.json file. copy that file and rename it to server-settings.json and edit it, you want to change "verify_user_identity" : true to "verify_user_identity" : false When this is changed, you chan...
- Fri Jul 15, 2016 9:25 pm
- Forum: Technical Help
- Topic: Server help
- Replies: 3
- Views: 1574
Re: Server help
I guess you are trying to host the server at the same computer you want to play at. That won't do. There are two ways to host a server. 1. You launch Factorio and you press Play -> Multiplayer -> New game Choose your settings and generate a map. Now, your cousin can connect to your IP and join the g...
- Fri Jul 15, 2016 9:10 pm
- Forum: Technical Help
- Topic: Couldn't establish network communication with server error.
- Replies: 2
- Views: 1385
Re: Couldn't establish network communication with server error.
Just a widely guess - The dedicated server is behind a NAT firewall which have a source port randomization enabled.
- Fri Jul 15, 2016 8:17 pm
- Forum: Technical Help
- Topic: Dedicated server settings-json problem
- Replies: 1
- Views: 8218
Re: Dedicated server settings-json problem
Which version of Factorio are you running? Would these settings in service-settings.json work better for you? { "name": "My Game", "description": "My Game", "tags": ["game", "tags"], "max_players": "4", "_...
- Fri Jul 15, 2016 8:07 pm
- Forum: Technical Help
- Topic: What key do I need to write a file .bat to start the server?
- Replies: 1
- Views: 911
Re: What key do I need to write a file .bat to start the server?
Not sure what you mean by "Key" but I will guess you mean the command to start the server. In the folder you got your factorio.exe create following files: Create_map.txt Start_Factorio.txt Inside of the Create_map.txt. file, type the following: Factorio --create *NameOfSaveFile* Rename Cre...
- Fri Jul 15, 2016 7:56 pm
- Forum: Technical Help
- Topic: [0.13.0] Can't open server
- Replies: 7
- Views: 5144
Re: [0.13.0] Can't open server
It's an NAT function usually called Port randomization.Klonan wrote:Seems like a router issue, you router is not sending packets from a constant port
Could be a strict NAT setting too.
- Fri Jul 15, 2016 7:51 pm
- Forum: Technical Help
- Topic: [0.13.3] Unable to determine external IP address
- Replies: 14
- Views: 32225
Re: [0.13.3] Unable to determine external IP address
What for router modell do you have?
(Manufacturer and Modell)
Usually it's an NAT setting that does this in your router.
(Manufacturer and Modell)
Usually it's an NAT setting that does this in your router.
- Fri Jul 15, 2016 7:39 pm
- Forum: Technical Help
- Topic: server factorio HELPPPPPP!!!!
- Replies: 3
- Views: 1460
Re: server factorio HELPPPPPP!!!!
This is because you probably do not have the save file in the correct directory, try the following command instead:
(The .zip is not needed).
Code: Select all
start /wait D:\Steam\steamapps\common\Factorio\bin\x64\factorio.exe --start-server D:\Steam\steamapps\common\Factorio\saves\teste
- Fri Jul 15, 2016 7:34 pm
- Forum: Technical Help
- Topic: Error starting 0.13.3 Headless on Linux
- Replies: 2
- Views: 1587
Re: Error starting 0.13.3 Headless on Linux
Usually, Qnap delivery Linux in ARM - and the Headless does not work for ARM architectures :( To your latest update: Your server does not seem to find a DNS server. To fix this: vi /etc/resolve.conf And in the file, add the following: nameserver 8.8.8.8 When you are done, press ESC and then type ZZ ...