View Single Post
  #1  
Old 03-12-2014, 00:42
afsoongar afsoongar is offline
Registered User
 
Join Date: Sep 2012
Location: US
Posts: 7
Thanks: 7
Thanked 0 Times in 0 Posts
afsoongar is on a distinguished road
BAT Kaos File TO BlackBox Gui Help

Hello

Is it possible that the graphical version of the bat files added kaos

Has seen little prettier

~UnPack~.bat

Code:
@echo off
TITLE [KaOs] Rebuilding Game Data Please Be Patient...
ren unpak.dll unpak.exe
unpak.exe x -o+ KaOs.part01.pak
del *.pak
del unpak.exe
Extras\Tools\KaOs x -wExtras\Tools -o+ -cfgExtras\Tools\KaOs.ini KaOs.arc
del KaOs.arc
setlocal enableextensions enabledelayedexpansion
For /R %%i in (*.KaOsW) do ( SET /A MaxCount+=1 )
For /R %%i in (*.KaOsW) do ( SET /A Count+=1
  cls
  ECHO Rebuilding Audio Files - File:!Count!/!MaxCount!
  Extras\KaOsDec3 --quiet "%%i" "%%~dpni.wav"
  Del "%%i"
)
Extras\KaOsTex.exe /subdirs /samedir /delsource /fileformat png *.kas
del Extras\KaOsDec3.exe Extras\KaOsTex.exe
KaOs.vbs
del KaOs.vbs
RD /S /Q Extras\Tools
cls
echo Checking Extras...
extras\dxwebsetup.exe /q
extras\vcredist_x86.exe /q
cls
echo.
echo All Done :P
echo.
pause
del *.bat
Reply With Quote
Sponsored Links