Page 1 of 1

Factorio Server Manager

Posted: Sat Mar 12, 2016 4:08 pm
by babopicasso
I've wrote a little java application for those that don't want to have 200 batch files for every save game they have.
The application might be a little buggy. If you find any major bugs just report them to me.

Description:
At first u need to select ur Factorio.exe after that u will be prompted to choose ur save game Folder. The App saves those values so u only got to type them in once.
After that select a save and press run.

The Features are:
-A simple GUI
-"automatic" search for save files
-custom commandline

Requirements:
-Atleast Java 7 Runtime
java.com/download/

Download:
Jar: https://mega.nz/#!rgt2TZ6K!Zw91ybwbLhkt ... C5TKDEf1h4
Source: https://mega.nz/#!748ETaTL!ycwhNMFjS278 ... _sgQ83YY08

Im gonna continue adding new features to the application, if anyones interested in it.
Just tell me ur thoughts on it. :)

If you can't open the manager, just try to open it with java no .bat or .cmd is required.

Re: Factorio Server Manager

Posted: Mon Mar 14, 2016 4:30 pm
by sCiphre
Neat!

Also, If you create a .bat file with:

Code: Select all

cd /d "C:\Program Files\Factorio\bin\x64\"
Factorio.exe  --start-server %~nx1
pause
Then the server will autoload the save file you drag onto the batch file, and you won't need multiple batchfiles or Java.
It doesn't have the custom commandline though :)

Re: Factorio Server Manager

Posted: Thu Mar 17, 2016 5:45 pm
by Bisa
or you could just give up on windows servers already and use a headless linux box ;)

Re: Factorio Server Manager

Posted: Fri Mar 18, 2016 8:45 am
by Bisa
Joking aside :)
I'm oft reluctant to run software from random strangers on the internet - while de-obfuscation and/or looking at code within .jar files is not procedures I'm a stranger to, other might be.
Is there a easily accessible source code of your manager out there? (or do you have plans to share it)

Re: Factorio Server Manager

Posted: Thu Mar 24, 2016 12:10 am
by babopicasso
Im gonna add the source code for anyone that likes to take a look at it :)... I mean there is really nothing about it that needs to be protected :D.