|
@@ -6,7 +6,7 @@ echo Welcome to barebones
|
|
if exist "C:\Program Files (x86)\Steam\steamapps\common\Dead Cells\res.pak" (choice /M "Is the path C:\Program Files (x86)\Steam\steamapps\common\Dead Cells correct?")
|
|
if exist "C:\Program Files (x86)\Steam\steamapps\common\Dead Cells\res.pak" (choice /M "Is the path C:\Program Files (x86)\Steam\steamapps\common\Dead Cells correct?")
|
|
|
|
|
|
if %errorlevel% equ 1 (
|
|
if %errorlevel% equ 1 (
|
|
-set dcpath=C:\Program Files ^(x86^)\Steam\steamapps\common\Dead Cells & goto :destructor
|
|
|
|
|
|
+set dcpath=C:\Program Files ^(x86^)\Steam\steamapps\common\Dead Cells& goto :destructor
|
|
)
|
|
)
|
|
|
|
|
|
goto :customdir
|
|
goto :customdir
|
|
@@ -18,7 +18,8 @@ set /p dcpath=Paste the full path of your Dead Cells directory: & goto :verifydi
|
|
if exist "%dcpath%\res.pak" (goto :destructor) else (echo Invalid directory. & goto :customdir)
|
|
if exist "%dcpath%\res.pak" (goto :destructor) else (echo Invalid directory. & goto :customdir)
|
|
|
|
|
|
:destructor
|
|
:destructor
|
|
-@echo set dcpath=%dcpath% >> config.bat
|
|
|
|
|
|
+@echo set dcpath=%dcpath%>>config.bat
|
|
|
|
+
|
|
call extract-vanilla.bat
|
|
call extract-vanilla.bat
|
|
echo.
|
|
echo.
|
|
echo How to use:
|
|
echo How to use:
|