..\..\..\all update\r
goto end\r
:xonoticdata\r
- if exist ..\..\..\data\xonotic-rsync-data-low.pk3 goto xonoticdatalow\r
- if exist ..\..\..\data\xonotic-*-data-low.pk3 goto xonoticdatalowfuzzy\r
- if exist ..\..\..\data\xonotic-rsync-data-high.pk3 goto xonoticdatahigh\r
- if exist ..\..\..\data\xonotic-*-data-high.pk3 goto xonoticdatahighfuzzy\r
- if exist ..\..\..\data\xonotic-rsync-data.pk3 goto xonoticdatanormal\r
- if exist ..\..\..\data\xonotic-*-data.pk3 goto xonoticdatanormalfuzzy\r
+ if exist ..\..\..\misc\tools\rsync-updater\rsync.exe goto xonoticdatarsync\r
+ echo FATAL: rsync not in misc\tools\rsync-updater. This update script cannot be used.\r
+ goto end\r
+:xonoticdatarsync\r
+ set PATH=misc\tools\rsync-updater;%PATH%\r
+ cd ..\..\..\r
+ if exist data\xonotic-rsync-data-low.pk3 goto xonoticdatalow\r
+ if exist data\xonotic-*-data-low.pk3 goto xonoticdatalowfuzzy\r
+ if exist data\xonotic-rsync-data-high.pk3 goto xonoticdatahigh\r
+ if exist data\xonotic-*-data-high.pk3 goto xonoticdatahighfuzzy\r
+ if exist data\xonotic-rsync-data.pk3 goto xonoticdatanormal\r
+ if exist data\xonotic-*-data.pk3 goto xonoticdatanormalfuzzy\r
echo FATAL: unrecognized Xonotic build. This update script cannot be used.\r
goto end\r
:xonoticdatalow\r
set options=%options% -y\r
goto endxonoticdata\r
:endxonoticdata\r
- set target=..\..\..\r
+ set target=./\r
goto endxonotic\r
:xonotic\r
set url=rsync://beta.xonotic.org/autobuild-Xonotic/\r