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.
Factorio Server Manager
-
- Manual Inserter
- Posts: 2
- Joined: Sat Mar 12, 2016 12:29 pm
- Contact:
Factorio Server Manager
Last edited by babopicasso on Thu Mar 24, 2016 11:08 am, edited 1 time in total.
Re: Factorio Server Manager
Neat!
Also, If you create a .bat file with:
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
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
It doesn't have the custom commandline though
Re: Factorio Server Manager
or you could just give up on windows servers already and use a headless linux box
Hosting a factorio server? Take a look at this || init script ||.
Re: Factorio Server Manager
Joking aside
Is there a easily accessible source code of your manager out there? (or do you have plans to share it)
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.babopicasso wrote: Download:
https://mega.nz/#!D0c1UIBL!I7hJXNLuyhok ... nxak3BcE_M
Is there a easily accessible source code of your manager out there? (or do you have plans to share it)
Hosting a factorio server? Take a look at this || init script ||.
-
- Manual Inserter
- Posts: 2
- Joined: Sat Mar 12, 2016 12:29 pm
- Contact:
Re: Factorio Server Manager
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 .