|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
make 2 similar dvds/isos, on one delete data 2 3 4 and on sec. delete data 5 6 7, in the middle of instalation it will ask for disk with data5.cab...
Use any label. Last edited by Grumpy; 31-12-2006 at 21:05. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Yes I Can Confirm I Have Tested It And Works 100%.
Sorry Snake I Just Wanted To Confirm It My Self.. The More Testing Results The Better..
__________________
[B]Thank's Peace Out Ciao Regard's To Everyone From Mr Mojo :) :) :) [/B] |
|
#3
|
|||
|
|||
|
Buy the US DVD Limited Edition, it has 4,6Gbytes and fit on a DVD5 to
make your Backup copy. Or use 2xDVD5. This is NOT MSI installer's and simple asks for the next CAB-file.
|
|
#4
|
|||
|
|||
|
The data*.cab can be descompressed with i6comp...
I´ve read the tutorial here but it don´t says nothing about delete archives (foreign languages) and compress the files in a new cab... ![]() Sorry for may bad english DONE !!! @echo off i6comp d -g4 data1.cab *.* pause i6comp d -g5 data1.cab *.* pause i6comp d -g6 data1.cab *.* pause i6comp d -g10 data1.cab *.* pause i6comp d -g11 data1.cab *.* pause i6comp d -g13 data1.cab *.* pause i6comp d -g15 data1.cab *.* pause i6comp d -g16 data1.cab *.* pause i6comp d -g17 data1.cab *.* pause i6comp d -g23 data1.cab *.* pause i6comp d -g24 data1.cab *.* pause i6comp d -g26 data1.cab *.* pause ADVICE: This script is ONLY for spanish. For other language do "icomp6 g data1.cab", numerate the groups (0..), select the languages to delete I´ve got only one problem, at install appears a crc error in 2200*.mod file... the solve is extract only this archive (from original) and replace it in the new cabs. Final size: 4.3 giga Last edited by santi_evil; 09-11-2006 at 10:37. |
|
#5
|
||||||
|
||||||
|
Only there is a rule ... uses a safety copy
1.- Extract all cab files and data1.hdr from iso (ultraiso or similar) 2.- Disable attribute read only... data1.hdr too... 3.- Use icomp6.exe (itīs good for spanish version... I suppose for german too) to see the files. In DOS mode (or script) Quote:
Quote:
We remember the foreign language groups... In spanish version are Quote:
Quote:
Quote:
Then execute this macro (german version) Quote:
and use the new cab files and hdr with the rest of files that compose the game and save it in a new iso file.6.- Install it... only in german... the rest of languages fail. Iīve got only one problem, at install appears a crc error in 2200*.mod file... the solve is extract only this archive (from original) and replace it in the new cabs...It is possible that it does not appear. Sorry for my bad english
Last edited by santi_evil; 03-12-2006 at 05:53. |
|
#6
|
|||
|
|||
|
Yes, itīs crititcal... but I donīt know if it happens to everybody...
Iīve posted this mini-guide in other forum and nobody had this error... only me The solution is extract this archive from original cab and adding it in the new created (maybe a problem with crc). Look at i6comp commands... i donīt remember wich one is used to extract files... Donīt be afraid and try it... always with safety copy |
|
#7
|
|||
|
|||
|
Conversion DVD5 English
This is the procedure I used (only english).
1) Unpack ISO with ultraISO 2) Use i6comp (The *.cab and *.hdr files have to be in the same folder as i6comp) Code:
i6comp g data1.cab Code:
InstallShield 6.x Cabinet Util
Version 0.2 -] fOSSiL & Morlac - 2000 [-
FF - Index of the first file in the group (0-based)
LF - Index of the last file in the group
Name : <Engine>Kernel Placeholder
Destination : <ENGINEDIR>
Overwite : NEVER_OVERWITE
Name : <Engine>EngineCommonPlaceHolder
Destination : <ENGINECOMMONDIR>
Overwite : NEVER_OVERWITE
Name : <Support>Script
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Language Independent OS Independent Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>English OS Independent Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>French (Standard) OS Independent Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>German OS Independent Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Spanish OS Independent Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Misc Support Files
Destination : <SUPPORTDIR>
Overwite : ALWAYS_OVERWITE
Name : <Support>Build Generated Support Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>English String Tables
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>French (Standard) String Tables
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Spanish String Tables
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>German String Tables
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Non-SelfRegistering
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>English Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>German Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>French (Standard) Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Support>Spanish Files
Destination : <SUPPORTDIR>\{F20C1251-1D0A-4944-B2AE-678581B33B19}
Overwite : ALWAYS_OVERWITE
Name : <Disk1>Disk1 Files(1)
Destination : <DISK1TARGET>
Overwite : ALWAYS_OVERWITE
Name : <Disk1>Disk1 Files(2)
Destination : <DISK1TARGET>
Overwite : ALWAYS_OVERWITE
Name : <Disk1>Disk1 Files(3)
Destination : <DISK1TARGET>
Overwite : ALWAYS_OVERWITE
Name : <Disk1>Disk1 Files(4)
Destination : <DISK1TARGET>
Overwite : ALWAYS_OVERWITE
Name : English
Destination : <TARGETDIR>
Overwite : NEWER_VERSION / NEWER_DATE
Name : French
Destination : <TARGETDIR>
Overwite : NEWER_VERSION / NEWER_DATE
Name : Game_Component
Destination : <TARGETDIR>
Overwite : NEWER_VERSION / NEWER_DATE
Name : German
Destination : <TARGETDIR>
Overwite : NEWER_VERSION / NEWER_DATE
Name : Spanish
Destination : <TARGETDIR>
Overwite : NEWER_VERSION / NEWER_DATE
Code:
i6comp d -g5 data1.cab *.* pause i6comp d -g6 data1.cab *.* pause i6comp d -g7 data1.cab *.* pause i6comp d -g11 data1.cab *.* pause i6comp d -g12 data1.cab *.* pause i6comp d -g13 data1.cab *.* pause i6comp d -g16 data1.cab *.* pause i6comp d -g17 data1.cab *.* pause i6comp d -g18 data1.cab *.* pause i6comp d -g24 data1.cab *.* pause i6comp d -g26 data1.cab *.* pause i6comp d -g27 data1.cab *.* echo All done 4) Delete everything in the "directx" folder. [DirectX can be found on the net and on any another game] 5) Delete everything in the "documentation" folder except the english one [Why would you need the french documentation if you live in the UK/US and vice versa.] 6) Delete everything in the "Prereq" folder Now this one contains 3 files: - dotnetfx.exe = .NET Framework v1.1 - NetFx64.exe = .NET Framework v2.0 - WindowsInstaller-KB893803-v2-x86.exe = Windows Installer 3.1 These files can be downloaded from the internet. The Toolset needs the .NET Framework. 7) Delete the video drivers in the "VideoDrivers" folder [can be found on the net] 8) Burn on DVD (size = 4.33GB) |
|
#8
|
|||
|
|||
|
Lol
__________________
Do Illiter8 People Get The Full Affect Of Alphabet Soup.
|
|
#9
|
|||
|
|||
|
I've recently bought a Gigabyte video card which came with Neverwinter Nights 2 bundled into the package. This version also contains Italian language (that is, this is multi-5 version), so if you want to backup this version, you need to slightly modify Nicolo's batch file (post #14):
i6comp d -g5 data1.cab *.* pause i6comp d -g6 data1.cab *.* pause i6comp d -g7 data1.cab *.* pause i6comp d -g8 data1.cab *.* pause i6comp d -g12 data1.cab *.* pause i6comp d -g13 data1.cab *.* pause i6comp d -g14 data1.cab *.* pause i6comp d -g15 data1.cab *.* pause i6comp d -g18 data1.cab *.* pause i6comp d -g19 data1.cab *.* pause i6comp d -g20 data1.cab *.* pause i6comp d -g21 data1.cab *.* pause i6comp d -g27 data1.cab *.* pause i6comp d -g29 data1.cab *.* pause i6comp d -g30 data1.cab *.* pause i6comp d -g31 data1.cab *.* echo All done |
|
#10
|
|||
|
|||
|
kxp, I don't know if you're gonna read this, anyway... You must put all CAB files and data1.hdr in the same folder. Then, run BAT file to edit them all at the same time.
I hope this could be useful for you or anyone. |
|
#11
|
|||
|
|||
|
Quote:
Last edited by Grumpy; 06-02-2011 at 02:24. Reason: Please do NOT Quote whole post. |
|
#12
|
|||
|
|||
|
Neverwinter Nights 2 [multi4 to english only] (DVD9 to DVD5)
1) Copy DVD content to NWN2 folder 2) Download nwn2eng.zip and extract it to NWN2 folder, overwrite when asked 3) Run nwn2_english_only.bat 4) Delete VideoDrivers\ folder ISCAb.exe ISTools.dll MediaBuild40.dll nwn2_english_only.bat remove.txt and unnecessary readme and pdf files from Documentation 5) Edit setup.ini and change EnableLangDlg=Y to EnableLangDlg=N 6) Add folder for mini-image 7) Burn or make iso with label NWN2 NOTE: Make separate CD for patches/nwn2patcher/crack/mini-image or if you have Mask of the Betrayer put patches there |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Neverwinter Nights 2 | Peise78 | PC Games - Protection List | 9 | 25-08-2009 04:54 |
| Neverwinter Nights 2 - Setup Problem | freebard | General Gaming | 9 | 13-11-2006 03:36 |
| Making backup copy of Neverwinter Nights | }{AZARD | PC Games | 7 | 26-08-2006 19:36 |
| Neverwinter Nights!!! | chaoskingz | PC Games | 1 | 02-07-2002 12:00 |
| Neverwinter Nights Backup | Dragoon_Kain | PC Games | 8 | 21-06-2002 11:52 |