Archived
Removed Alpha Restorations for Download Test
This commit is contained in:
+30
-11
@@ -77,12 +77,21 @@ IF EXIST "%mo2_install%\ModOrganizer.exe" (
|
||||
)
|
||||
|
||||
echo ----
|
||||
echo Moving files to root folder...
|
||||
robocopy "%repository%/mods" "%mo2_install%/mods" /E
|
||||
robocopy "%repository%/profiles" "%mo2_install%/profiles" /E
|
||||
robocopy "%repository%/stylesheets" "%mo2_install%/stylesheets" /E
|
||||
robocopy "%repository%/plugins" "%mo2_install%/plugins" /E
|
||||
|
||||
echo Synchronizing mods folder...
|
||||
robocopy "%repository%/mods" "%mo2_install%/mods" /MIR /L
|
||||
|
||||
echo ----
|
||||
echo Synchronizing profiles folder...
|
||||
robocopy "%repository%/profiles" "%mo2_install%/profiles" /MIR /L
|
||||
|
||||
echo ----
|
||||
echo Synchronizing stylesheets folder...
|
||||
robocopy "%repository%/stylesheets" "%mo2_install%/stylesheets" /MIR /L
|
||||
|
||||
echo ----
|
||||
echo Synchronizing plugins folder...
|
||||
robocopy "%repository%/plugins" "%mo2_install%/plugins" /MIR /L
|
||||
|
||||
echo ----
|
||||
echo Update complete. You may now launch the game.
|
||||
|
||||
@@ -135,11 +144,21 @@ IF EXIST "%mo2_install%\ModOrganizer.exe" (
|
||||
"%portable_git%" clone https://files.moddinglounge.com/Rage/Fika-Tarkov.git
|
||||
|
||||
echo ----
|
||||
echo Moving files to root folder...
|
||||
robocopy "%repository%/mods" "%mo2_install%/mods" /E
|
||||
robocopy "%repository%/profiles" "%mo2_install%/profiles" /E
|
||||
robocopy "%repository%/stylesheets" "%mo2_install%/stylesheets" /E
|
||||
robocopy "%repository%/plugins" "%mo2_install%/plugins" /E
|
||||
echo Synchronizing mods folder...
|
||||
robocopy "%repository%/mods" "%mo2_install%/mods" /MIR /L
|
||||
|
||||
echo ----
|
||||
echo Synchronizing profiles folder...
|
||||
robocopy "%repository%/profiles" "%mo2_install%/profiles" /MIR /L
|
||||
|
||||
echo ----
|
||||
echo Synchronizing stylesheets folder...
|
||||
robocopy "%repository%/stylesheets" "%mo2_install%/stylesheets" /MIR /L
|
||||
|
||||
echo ----
|
||||
echo Synchronizing plugins folder...
|
||||
robocopy "%repository%/plugins" "%mo2_install%/plugins" /MIR /L
|
||||
|
||||
|
||||
echo ----
|
||||
echo Installation complete. Launch ModOrganizer.exe and follow the remaining instructions.
|
||||
|
||||
Reference in New Issue
Block a user