Thread: Mad Max
View Single Post
  #8  
Old 10-07-2016, 08:43
hasandgn34 hasandgn34 is offline
Registered User
 
Join Date: Apr 2013
Location: Turkey
Posts: 50
Thanks: 19
Thanked 35 Times in 21 Posts
hasandgn34 is on a distinguished road
Quote:
Originally Posted by Stor31 View Post
I have already asked the question here ...
nobody can help you.....damage
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
The Following 2 Users Say Thank You to hasandgn34 For This Useful Post:
ChronoCross (11-07-2016), Stor31 (10-07-2016)