View Full Version : The Witcher 2: Assassins of Kings DVD9 to DVD5
savrsenxxx
17-05-2011, 02:36
Please conversion
chaser8x
18-05-2011, 06:37
Sample script for who want to use inno setup
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{6C957611-2E23-44B2-9766-4DFA12228C66}
AppName=The Witcher 2
AppVerName=The Witcher 2
AppPublisher=CD Projekt Red
AppPublisherURL=http://www.en.thewitcher.com/
AppSupportURL=http://www.en.thewitcher.com/
AppUpdatesURL=http://www.en.thewitcher.com/
DefaultDirName={pf}\The Witcher 2
DefaultGroupName=The Witcher 2
LicenseFile=G:\xxxx\Info.txt
InfoBeforeFile=G:\xxxx\ReadMe.txt
OutputDir=C:\xxx
OutputBaseFilename=setup
SetupIconFile=G:\xxxx\Icon.ico
Compression=none
SolidCompression=yes
SourceDir=G:\xxxx
WizardImageFile=setup.bmp
WizardSmallImageFile=123.bmp
DiskSpanning=yes
SlicesPerDisk=4
DiskSliceSize=1076000000
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1
[Files]
Source: "I:\The Witcher 2\bin\witcher2.exe"; DestDir: "{app}\Bin"; Flags: ignoreversion
Source: "I:\The Witcher 2\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\The Witcher 2"; Filename: "{app}\Bin\witcher2.exe"
Name: "{group}\{cm:ProgramOnTheWeb,The Witcher 2}"; Filename: "http://www.en.thewitcher.com/"
Name: "{group}\{cm:UninstallProgram,The Witcher 2}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\The Witcher 2"; Filename: "{app}\Bin\witcher2.exe"; WorkingDir: "{app}\Bin"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\The Witcher 2"; Filename: "{app}\Bin\witcher2.exe"; WorkingDir: "{app}\Bin"; Tasks: quicklaunchicon
[Registry]
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "InstallFolder"; ValueData: "{app}"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Language"; ValueData: "EN"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Release"; ValueData: "EFIGS"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2\1.00.0000";
[Run]
Filename: "{app}\witcher2.exe"; Description: "{cm:LaunchProgram,The Witcher 2}"; Flags: nowait postinstall skipifsilent
Filename: "{app}\vcredist_x86.EXE"; StatusMsg: "Installing Visual C++ 2005 ..."
Filename: "{app}\DirectX\DXSETUP.EXE"; StatusMsg: "Installing DirectX..."
Filename: "{app}\PerformanceTester.EXE"; StatusMsg: "Performance Tester..."
applying patch error for using inno setup script...:(
prudislav
18-05-2011, 08:58
maybe its problem with this mising registry entry
[HKEY_CURRENT_USER\Software\CD Projekt RED\The Witcher 2]
"Language"="EN"
"Speech"="EN"
"InstallStatus"=dword:00000000
"GameData"=hex(0):d4,41,95,90,9f,ac,a6,54,35,5b,51,b0,bc,70, 97,1d,5a,ed,77,d3,\
ad,17,57,21,11,8e,0d,92,11,59,83,e8,eb,08,00
[HKEY_CURRENT_USER\Software\CD Projekt RED\The Witcher 2\Downloads]
chaser8x
18-05-2011, 09:01
applying patch error for using inno setup script...:(
Depend on your game's version, you must add some registry value.
Sample with multi 5 version :
[Registry]
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "InstallFolder"; ValueData: "{app}"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Language"; ValueData: "EN"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Release"; ValueData: "EFIGS"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2\1.00.0000";
yeah... your right chaser8x from now on its fully working.. thanks for the script your the best!
peterf1999
19-05-2011, 08:22
peterf1999 !!!! where's are you ??? plz help me...
I just finished the autorun, maybe the next month will be ready the whole conversion :( (2x DVD5 :confused:):D
2395
BlackWhite
20-05-2011, 05:37
1.- Copy paul.dll original, in your Game directory installed, in bin folder
2.- Run Patcher_EFIGS.exe of Skidrow
3.- now, copy paul.dll of Skidrow to bin folder in your Game directory installed
4.- Play game
Registry now it's completed.
ferchu256
20-05-2011, 06:14
Sample script for who want to use inno setup
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{6C957611-2E23-44B2-9766-4DFA12228C66}
AppName=The Witcher 2
AppVerName=The Witcher 2
AppPublisher=CD Projekt Red
AppPublisherURL=http://www.en.thewitcher.com/
AppSupportURL=http://www.en.thewitcher.com/
AppUpdatesURL=http://www.en.thewitcher.com/
DefaultDirName={pf}\The Witcher 2
DefaultGroupName=The Witcher 2
LicenseFile=G:\xxxx\Info.txt
InfoBeforeFile=G:\xxxx\ReadMe.txt
OutputDir=C:\xxx
OutputBaseFilename=setup
SetupIconFile=G:\xxxx\Icon.ico
Compression=none
SolidCompression=yes
SourceDir=G:\xxxx
WizardImageFile=setup.bmp
WizardSmallImageFile=123.bmp
DiskSpanning=yes
SlicesPerDisk=4
DiskSliceSize=1076000000
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked; OnlyBelowVersion: 0,6.1
[Files]
Source: "I:\The Witcher 2\bin\witcher2.exe"; DestDir: "{app}\Bin"; Flags: ignoreversion
Source: "I:\The Witcher 2\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons]
Name: "{group}\The Witcher 2"; Filename: "{app}\Bin\witcher2.exe"
Name: "{group}\{cm:ProgramOnTheWeb,The Witcher 2}"; Filename: "http://www.en.thewitcher.com/"
Name: "{group}\{cm:UninstallProgram,The Witcher 2}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\The Witcher 2"; Filename: "{app}\Bin\witcher2.exe"; WorkingDir: "{app}\Bin"; Tasks: desktopicon
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\The Witcher 2"; Filename: "{app}\Bin\witcher2.exe"; WorkingDir: "{app}\Bin"; Tasks: quicklaunchicon
[Registry]
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "InstallFolder"; ValueData: "{app}"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Language"; ValueData: "EN"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Release"; ValueData: "EFIGS"
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2\1.00.0000";
[Run]
Filename: "{app}\witcher2.exe"; Description: "{cm:LaunchProgram,The Witcher 2}"; Flags: nowait postinstall skipifsilent
Filename: "{app}\vcredist_x86.EXE"; StatusMsg: "Installing Visual C++ 2005 ..."
Filename: "{app}\DirectX\DXSETUP.EXE"; StatusMsg: "Installing DirectX..."
Filename: "{app}\PerformanceTester.EXE"; StatusMsg: "Performance Tester..."
Thanks for this sript. I modify the line of SP for Spanish language?
Root: HKLM; Subkey: "Software \ CD Projekt Red \ The Witcher 2" ValueType: string; ValueName: "Language"; ValueData: "EN"
change it to:
Root: HKLM; Subkey: "Software \ CD Projekt Red \ The Witcher 2" ValueType: string; ValueName: "Language"; ValueData: "SP"
Thanks for answering
Gracias por este sript. Debo modificar la linea de lenguaje en SP para español?
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Language"; ValueData: "EN"
cambiarlo por:
Root: HKLM; Subkey: "Software\CD Projekt Red\The Witcher 2"; ValueType: string; ValueName: "Language"; ValueData: "SP"
Gracias por contestar
Peterf, can we expect a full conversion now, or not?
pakrat2k2
18-09-2011, 17:44
Peterf, can we expect a full conversion now, or not?
look thru the forum BEFORE posting???
conversion is already been posted ages ago, and there is also a full index of all conversions.
http://fileforums.com/showthread.php?t=91517
I already know that. I am not the new on the forum and not too lazy to look for. I search through forum and do not find peterf's FULL conversion (2DVD9 to 4DVD5 not the INNO SETUP), that why I ask for. I finish the Peterf's Inno setup ages ago.
nerevarine
22-09-2011, 09:02
As spuki wrote - is there any chance for full conversion to 4 dvd5?
Already tried Peterf's inno, and on my machine it takes ages...
pakrat2k2
22-09-2011, 15:59
As spuki wrote - is there any chance for full conversion to 4 dvd5?
Already tried Peterf's inno, and on my machine it takes ages...
not likely as it uses installshield for its installer. The only way is to use
peter's inno conversion.
nerevarine
23-09-2011, 09:49
Oh... Thank you for the answer pakrat2k2 :) From my side EOT :)
LuisCésar82
27-04-2012, 19:51
Please. How do I use the script with frearc 4.0. What should I modify the script for The Witcher 2 is compatible. Or how to add multi disc into the script using the witcher 2 frearc.
pakrat2k2
27-04-2012, 19:55
read & follow link in post#11
LuisCésar82
28-04-2012, 22:42
Text portuguese translated in google translator
Thank pakrat2k2. But how do I get to post # 11?
If possible I would like to know what needs to change the script of The Whicher 2 where: ifdef FreeArc.
pakrat2k2
28-04-2012, 23:01
Text portuguese translated in google translator
Thank pakrat2k2. But how do I get to post # 11?
If possible I would like to know what needs to change the script of The Whicher 2 where: ifdef FreeArc.
click on this link & follow that conversion
http://fileforums.com/showthread.php?t=91517
LuisCésar82
28-04-2012, 23:31
I found nothing relating to freearc. Using the script, I know.
I needed to modify this scrip outos games I have. And I needed to freearc. I am frearc.iss, which is compatible, but only to set the directory of files.
# define ArcLocation "{src} \ Data \ *. bin"
But I had to include the ISFreeArcExtractv.4.0.iss, or FreeArcExtract DiskPromtsv.2.5.iss to be compatible with MultiDisc
pakrat2k2
29-04-2012, 00:03
use as follows before [setup] archive names can be anything
#define Archives "{src}\Data1.arc;DestDir:{app};Disk:1"
#define Archives Archives + "|" + "{src}\Data2.arc;DestDir:{app}\xyz\xyz;Disk:1"
#define Archives Archives + "|" + "{src}\Data3.arc;DestDir:{app}\abc;Disk:2"
#define Archives Archives + "|" + "{src}\Data4.arc;DestDir:{app}\def;Disk:3"
will extract, and ask for the next disk.
LuisCésar82
29-04-2012, 10:30
I've done this but did not work. The script that I have freearc was removed from the game Xenus 2. And it supports multivolume discs. If I by Ester commands you said I would need to modify the script freearc, where {#ArcLocation}, put #{Archives}. But he does not extract any file that is in the directory indicated. What would be the case {src}\Data1.arc.
The script does not accept. If you have a script freearc multi-disc that is compatible with the Witcher 2, here is my email: @ gmail.com cesar.zanetti.82
pakrat2k2
29-04-2012, 11:09
no in freearc script
Archives = '{#ArcLocation}';
then in main script you have the #define Archives..... ( like i listed )
then in extraction process part of the main script you again tell it what file to extract & where it belongs in relation to {app}
LuisCésar82
29-04-2012, 17:45
I put in script The witcher 2.iss
#define Archives "{src}\Data1.arc;DestDir:{app};Disk:2"
#define Archives Archives + "|" + "{src}\Data2.arc;DestDir:{app}\xyz\xyz;Disk:1"
#define Archives Archives + "|" + "{src}\Data3.arc;DestDir:{app}\abc;Disk:2"
#define Archives Archives + "|" + "{src}\Data4.arc;DestDir:{app}\def;Disk:3"
I put in script FreeArc.iss in section code:
Archives = '{#ArcLocation}';
But do not draw. Even the file Data1.arc.
It stated that a demand for disk 2 for some files .arc.
I want to installer for the game Turok. But I need to compress the videos .bik separately, so accurate freearc.
Thanks for the help, but did not work.
cesar.zanetti.82********com
pakrat2k2
29-04-2012, 22:06
because your first line says Data1.arc is on Disk2, then it asks for Data2.arc on Disk1
you need to change those to match your archive names & what folder they belong to. DONT use the example i put in change it to match what you have.
LuisCésar82
11-05-2012, 11:57
I copied the script after testing in various ways.
I put disk2 called to see if the disc 2
In the section [CustomMessages] not have any solicitation disk 2
I have another script that has the following line
[CustomMessages]
en.InsertDisk=Please insert disk ¹ %1 with file "%2" and press OK.
but this script is not compatible.
* Please, post a script FreeArc compatible with the script for The Wicher 2, it is possible to use multi-discs.
Thank you.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.