|
|
|
#1
|
||||
|
||||
|
Mini Ninjas (DVD9 to 1xDVD5 english or english+1 language) FREEARC+IS Loader
1) Make temp folder 'temp\MINININJAS' 2) Copy all contents of DVD9 to 'temp\MINININJAS' 3) Replace the following files in 'temp\MINININJAS\data' with dummy files (for english conversion): PC_Dut.str PC_Fre.str PC_Ger.str PC_Ita.str PC_Spa.str PC_Def.str (for italian+english conversion): PC_Dut.str PC_Fre.str PC_Ger.str PC_Spa.str PC_Def.str 4) Delete 'Directx' folder from 'temp\MINININJAS\data\' 5) Rename 'Setup.exe' file in 'temp\MINININJAS\' to 'Install.exe' 6) Extract 'MINI_NINJAS_1xDVD5.rar' contents to 'temp\MINININJAS\' folder 7) Start FREEARC browse game's folder after installation, or directly from DVD9 select: PC_Def.str ![]() Output archive: MN_arc.exe Compression: Maximum (192mb decompression) Make exe: Windows GUI: freearc.sfx 8) Move MN_arc.exe to 'temp\MINININJAS\' 9) Extract & overwrite resampled biks to 'temp\MINININJAS\data\Movies\': Mini_Ninjas_Biks.7z.001 Mini_Ninjas_Biks.7z.002 Mini_Ninjas_Biks.7z.003 10) Burn or make ISO with same label name of temp folder DVD size 4.27 GB (English only) DVD size 4.37 GB (1 Language+English) Last edited by peterf1999; 12-09-2009 at 00:00. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
open in notepad and save with the name of the language and if .txt just withdraw and leave the file name, for example you can get PC_Ita.str.txt mark on the windows to see extensions hide known and remove .txt file that will create the false.
|
|
#3
|
||||
|
||||
|
Quote:
![]() 4.37 is for 1 language+English |
|
#4
|
||||
|
||||
|
thank you peter1999
tested works win xp x64 sp2 Last edited by senseman; 21-02-2011 at 16:41. |
|
#5
|
||||
|
||||
|
Only 2 biks are re-encoded (half resolution same aspect ratio & the quality is good)
Last edited by peterf1999; 12-09-2009 at 03:57. |
|
#6
|
|||
|
|||
|
peterf1999 guide work perfect, thanks.
One tip: for compress to dvd 4.37 GB whit english + another language replace all languaje dat files with dummy files and compress in FREEARC these files: PC_Def.str and another wish language dat file |
|
#7
|
||||
|
||||
|
Code:
http://freearc.org/download/0.51/FreeArc-0.51-win32.exe |
|
#8
|
|||
|
|||
|
Try disable antivirus before of install to game. Bigger executables as MN_arc.exe can give problemas with some antivirus. |
|
#9
|
|||
|
|||
|
Simply squeezing all game files except directx folder with 7zip gives perfect fit of 4.35 GB. No hassle, no languages ripped, no videos screwed.
|
|
#10
|
||||
|
||||
|
Quote:
|
|
#11
|
||||
|
||||
|
try to add this line to main.ini: locale=italian
|
|
#12
|
|||
|
|||
|
you are a god...a roman god
|
|
#13
|
||||
|
||||
|
This simple code (setup.exe) launch MINI NINJAS original installer (NSIS) & unpack freearc archive at end of installation
Code:
function InitializeSetup(): Boolean;
var
ResultCode: integer; path: string;
begin
if not RegKeyExists(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mini Ninjas') then
begin
Exec (ExpandConstant('{src}\Install.exe'),'', '', SW_SHOW,
ewWaitUntilTerminated, ResultCode)
if RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mini Ninjas',
'UninstallString', path) then
begin
path:=RemoveBackslash(ExtractFilePath(path));
Exec (ExpandConstant('{src}\MN_arc.exe'), '-x -d'+'"'+path+'"'+' -y -s2', '', SW_SHOW,
ewNoWait, ResultCode)
end
end else
begin
Exec (ExpandConstant('{src}\Install.exe'),'', '', SW_SHOW,
ewNoWait, ResultCode)
end;
end;
Last edited by peterf1999; 13-09-2009 at 09:41. |
|
#14
|
|||
|
|||
|
Quote:
Can please tell me how to compile this code? and please let me know where to find some little guide to learn how to use it in the feature for my own conversions, i will appreciate it and thanks for the conversion, tested under vista 32 it works perfect |
|
#15
|
|||
|
|||
|
deactivated the anti virus and it worked ¬¬
many thanks Last edited by klaroqsim; 13-09-2009 at 09:59. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** | Grumpy | PC Games - CD/DVD Conversions | 252 | 16-07-2024 20:35 |
| Mini Ninjas DVD9->2DVD5 | hard worker | PC Games - CD/DVD Conversions | 13 | 20-02-2011 21:10 |
| GhostBusters The VideoGame DVD9 to 1xDVD5 | peterf1999 | PC Games - CD/DVD Conversions | 13 | 05-02-2010 08:51 |
| Crysis DVD9 to 1xDVD5 | estecb | PC Games - CD/DVD Conversions | 3 | 21-03-2008 18:10 |