Search found 98 matches

by supernet2
Fri Jul 01, 2016 11:44 am
Forum: Ideas and Suggestions
Topic: Drill Bore Vehicle suggestion
Replies: 2
Views: 1311

Drill Bore Vehicle suggestion

The vehicle is intended to be a effective way to mine portably on the go when you dont have time or resources to assemble many pollution generating stationary drills. The vehicle is Manned by player, it is a mobile drilling rig that vacuums up ore as it drills, but generates 4-5x pollution to make u...
by supernet2
Fri Jul 01, 2016 7:12 am
Forum: Technical Help
Topic: Resolved- WindowsHeadless Gm not visible in public game list
Replies: 2
Views: 2502

Re: 0.13 WindowsHeadless - Game not visible in public game list

Look at line 3 in the log, it takes your paths as two arguments instead of one. It is looking for a file called Factorio in the desktop. Either remove the space in the path or put your path between two " marks Example Factorio.exe --start-server "file path" You need to do this for bo...
by supernet2
Fri Jul 01, 2016 5:06 am
Forum: Technical Help
Topic: Resolved- WindowsHeadless Gm not visible in public game list
Replies: 2
Views: 2502

Resolved- WindowsHeadless Gm not visible in public game list

Trying to figure out what i did wrong, i configured the C:\Users\supernet2\Desktop\Factorio Builds\F1\bin\x6 StartServer.bat Before on 0.12.X worked with the batch command Factorio.exe --disallow-commands --start-server F3.zip Now with 0.13.X i use command With Factorio.exe --start-server "C:\U...
by supernet2
Fri Jul 01, 2016 4:38 am
Forum: Technical Help
Topic: 0.13 Headless - Game not visible in public game list
Replies: 3
Views: 2917

Re: 0.13 Headless - Game not visible in public game list

you solve this on the linux build or this for the windows build? From what i see it looks like the linux build
by supernet2
Fri Jul 01, 2016 4:30 am
Forum: Technical Help
Topic: V 0.13.* full Server command matrix
Replies: 8
Views: 4082

Re: V 0.13.0 full Server command matrix

Have you figured out how to force your server to show its public availability? For me on a windows server i cannot run headless unless its strictly ip based, meaning no showing on the public availability list. If so wouldn't mind throwing your .bat, and neccessary configured files you did to force t...
by supernet2
Fri Jul 01, 2016 2:29 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

I know they pay attention to the forums so i can only wonder. For port configuration i see what you mean as i see attempt connects on different ports, but i always seen that when i set the server to only accept connections from specified port for inbound traffic. Yeah makes me wonder, still tinkerin...
by supernet2
Tue Jun 28, 2016 6:03 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

Yeah thats pretty much the conclusion i came to. The arguments out of order causes issues, and that is the case so far. Then the execution of arguments runs into a landslide of bugs, should just be one configuration file that gives all the instructions, and thats it. Nothing complicated like how the...
by supernet2
Tue Jun 28, 2016 4:24 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

START /wait factorio.exe --server-settings "F:/user's Mappe/Factorio_0.13.0/data/server-settings.json" --rcon-port 4444 --rcon-password passhere --start-server-load-latest --latency-ms 200 --autosave-interval 10 --autosave-slots 20 --allow-commands admins-only From what i understand your ...
by supernet2
Tue Jun 28, 2016 3:49 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

No shit dude i just figured it out, i have absolutely no idea why it just decided to work now. Heres the command line arguments for my .bat file Factorio.exe --start-server "C:\Users\repub\Downloads\Factorio_x64_0.13.0\Factorio_0.13.0\saves\F1.zip" Then my directory is pretty much 100% pre...
by supernet2
Tue Jun 28, 2016 3:46 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

No worries dude, lol yeah i figured that as well, but when i tried resolving with new reworkings followed off what i read, and the different changes, it just further broke my command line arguments. I retried explaining the target directories, and it just broke itself further, wouldn't mind uploadin...
by supernet2
Tue Jun 28, 2016 3:37 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

Yeah its confusing me as im re-running 0.12.33 and 0.12.35 builds with code that works as shown in the image below, that is on 0.12.33-0.12.35 where everything works out. Identical on 0.13 and it doesn't work out* in non headerless mode (unless i run it on linux where it runs fine), im trying to run...
by supernet2
Tue Jun 28, 2016 3:24 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

oh dude check your router configurations, your config.ini should have the port defined, and then make sure the port on that machine is defined in your router (IE make sure the port you opened is stated on the LAN side) Just make sure where port is its to the port thats already setup in your router d...
by supernet2
Tue Jun 28, 2016 3:17 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

Normally i wouldn't have this issue, ill show you how im loading the server, but UAC is enabled< BUT the program already knows to run as administrator.
by supernet2
Tue Jun 28, 2016 3:04 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

I think i may have found a solution for your instance and possibly mine, although it is through linux. https://forums.factorio.com/viewtopic.php?f=49&t=21727 For me i am attempting to grant the target directory on my windows instance read/write access (it has the access permissions but on window...
by supernet2
Tue Jun 28, 2016 2:56 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

Wouldn't mind loading your "server-settings.json" settings minus the username/password in it? I think i was able to just re-create the error on my end, although my error is identical, it states it cannot read my server-settings.json file this is mine btw { "name": "Supernet2...
by supernet2
Tue Jun 28, 2016 2:26 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

Hrm just explored the options further, and reworked the making my server appear on the public list, that wasn't a problem at all. My problem is how the server boots up and then crashes out, either because the F1.zip will not load (or cant be loaded as a multiplayer map) Or because the --disallow-com...
by supernet2
Tue Jun 28, 2016 2:01 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

Code used in launcher to launch headerless server START /wait factorio.exe --start-server "C:\Users\repub\Downloads\Factorio_x64_0.13.0\saves\F1.zip" Error log using your suggested instance setup 0.001 2016-06-27 21:59:05; Factorio 0.13.0 (Build 22782, win64, alpha) 0.002 Operating system:...
by supernet2
Tue Jun 28, 2016 1:35 am
Forum: Technical Help
Topic: Headless dedicated server issue!
Replies: 28
Views: 13086

Re: Headless dedicated server issue!

Ahh so im not alone in this issue ehh? Glad to see im not the only one going "but why"? I tried plenty of different fixes along with some of yours non seemed to work, anyone have a solution? I went from remaking worlds, to generating entirely new ones from the 0.13 build, from migrating th...

Go to advanced search