- Cleaned up func main() - Separated config into two sections server and factoryman - Updated backup.go to reflect changes to config file - Updated config.go to reflect changes to config.yml as well as added a check to paths in config.yml - Updated launch.go to reflect changes to config move cli handler from main to cli.go
12 lines
281 B
YAML
12 lines
281 B
YAML
server:
|
|
serverFolder: "factorio"
|
|
worldFile: "factorio/data/saves/newworld.zip"
|
|
serverSettings: "factorio/data/server-settings.json"
|
|
serverExec: "factorio/bin/x64/factorio"
|
|
|
|
|
|
factoryman:
|
|
port: 34197
|
|
screen: True
|
|
screenName: "Factorio"
|
|
backupDir: "factorio/backups" |