View Single Post
  #35  
Old 16-05-2013, 09:37
akarikk akarikk is offline
Registered User
 
Join Date: Feb 2007
Location: new
Posts: 87
Thanks: 62
Thanked 8 Times in 7 Posts
akarikk is on a distinguished road
Quote:
Originally Posted by REV0 View Post
Check the .lst file about new content, if you have new stuff, then it's not.
just for a moment i got scared cuz i thought that i lost files in the conversion when you said about the .lst file, but is not .lst file in your conversion, i saw your compress.bat and all i saw is that u compress all the game directory in the only one data file, so i believe all files r there as they were before the conversion. maybe you can confirm this, checking your compress.bat file, but if i'm right your conversion works fine for all versions and patch's and dlcs, and of course all languajes

Edit: I add the content of your compress so u see if what I said is right

echo off
cls
set choice1=
echo.
set /p choice1=Please type game folder path (e.g. c:\program files\NFS Most Wanted):
echo.
echo Creating archive files, please wait...
arc a -ep1 -r -ed -w.\ .\Disk\Data.cab -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%"
if ERRORLEVEL 1 goto arcfail
echo.All done.
pause
goto EOF
:arcfail
echo.
echo.WARNING: FreeArc returns an error, please retry...
pause
:EOF

[...]

Ok doesn't work for all DLC but yes for version, all the files are there but I believe the difference is that here maybe are some reg key missed to work for all dlcs

Last edited by Joe Forster/STA; 29-05-2013 at 00:18.
Reply With Quote