Quote:
Originally Posted by Stor31
|
create a .bat file and edit that like this
"@echo off
cls
echo Recompressing file: %1
title Recompressing file: %1
rd /s /q temp
md temp
rawdet %1 temp\.out temp\.str temp\
echo Recompressing with PRECOMP
for /R %%i in (*.raw) do (precomp.exe -brute0 -cn -o%%~pni.pcf %%~pni.raw & del %%~pni.raw)"
and use this script for
"archives_win64\
Game1.arc"
"archives_win64\
Game2.arc"
"archives_win64\
Game3.arc"
"archives_win64\
Game13.arc"
"archives_win64\
Game37.arc"
"patch_win64\
Game0.arc"
===============================
and don't touch
"archives_win64\game0.arc" file because it would'nt compress. this is a kind of media file.
and for
the other Game*.arc Files
use precomp043 only (on brute) to recompress the *.arc files.
You can use this script for these
"
for /R %%i in (*.arc) do (precomp.exe -brute0 -cn -o%%~pni.arc.pcf %%~pni.arc & del %%~pni.arc)"
===============================
you need to have
precomp043.exe
raw2hif.exe
rawdet.exe
rawrest.exe
if you need any helping I will help
good luck Bro