From 496499137784ea0260f16fe99278fbacb3b2ff34 Mon Sep 17 00:00:00 2001 From: Patrick Veilleux Date: Wed, 7 Feb 2024 19:06:19 -0500 Subject: [PATCH] update paths --- templates/7daystodie.psm1 | 2 +- templates/icarus.psm1 | 4 ++-- templates/satisfactory.psm1 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/7daystodie.psm1 b/templates/7daystodie.psm1 index 85ed4c7..2692024 100644 --- a/templates/7daystodie.psm1 +++ b/templates/7daystodie.psm1 @@ -40,7 +40,7 @@ $ServerDetails = @{ Path = ".\servers\$Name" #Server configuration folder - ConfigFolder = "$Env:userprofile\AppData\Roaming\7DaysToDie\Saves\" + ConfigFolder = "$Env:userprofile\AppData\Roaming\7DaysToDie\Saves" #Steam Server App Id AppID = 294420 diff --git a/templates/icarus.psm1 b/templates/icarus.psm1 index 4f8ed48..6d3659c 100644 --- a/templates/icarus.psm1 +++ b/templates/icarus.psm1 @@ -71,7 +71,7 @@ $ServerDetails = @{ Path = ".\servers\$Name" #Server configuration folder - ConfigFolder = ".\servers\$Name\Icarus\Saved\Config\WindowsServer\" + ConfigFolder = ".\servers\$Name\Icarus\Saved\Config\WindowsServer" #Steam Server App Id AppID = 2089300 @@ -157,7 +157,7 @@ $BackupsDetails = @{ Weeks = 4 #Folder to include in backup - Saves = ".\servers\$($Server.Name)\Icarus\Saved\" + Saves = ".\servers\$($Server.Name)\Icarus\Saved" #Exclusions (Regex use | as separator) Exclusions = "" diff --git a/templates/satisfactory.psm1 b/templates/satisfactory.psm1 index 6cf3595..62e07c0 100644 --- a/templates/satisfactory.psm1 +++ b/templates/satisfactory.psm1 @@ -132,7 +132,7 @@ $BackupsDetails = @{ Weeks = 4 #Folder to include in backup - Saves = "$Env:userprofile\AppData\Local\FactoryGame\Saved\SaveGames" + Saves = "$Env:userprofile\AppData\Local\FactoryGame\Saved" #Exclusions (Regex use | as separator) Exclusions = ""