Reverted changes that used bubbletea lib

Fixed some minor issues with backup func
added stdout to backup functions
added stdout to launchserver functions
changed tar execs to add verbos for stdout
This commit is contained in:
2026-01-14 15:13:59 -07:00
parent 86ccf302ea
commit e7f967c6bd
8 changed files with 18 additions and 220 deletions

View File

@@ -1,9 +1,9 @@
server:
serverFolder: "./factorio-headless_linux_2.0.72/factorio"
serverFolder: "factorio-headless_linux_2.0.72/factorio"
port: 34197
worldFile: "./factorio-headless_linux_2.0.72/factorio/Newworlds.zip"
serverSettings: "./factorio-headless_linux_2.0.72/factorio/data/server-settings.json"
backupDir: "./factorio-headless_linux_2.0.72/backups"
serverExec: "./factorio-headless_linux_2.0.72/factorio/bin/x64/factorio"
worldFile: "factorio-headless_linux_2.0.72/factorio/Newworlds.zip"
serverSettings: "factorio-headless_linux_2.0.72/factorio/data/server-settings.json"
backupDir: "factorio-headless_linux_2.0.72/backups"
serverExec: "factorio-headless_linux_2.0.72/factorio/bin/x64/factorio"
screen: True
screenName: "Factorio"
screenName: "Factorio"