Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 23-09-2008, 17:17
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
megaupload link for re-compressed movies: megaupload
the file size is 586MB - enough for a DVD5 (it will let you ~150MB free for stuff like crack, wallpapers, trailers, trainers, etc.)
Total DVD size after apply movies re-compressed: 4.22GB

DVD9-2-DVD5 (Multi3: ENG/FRA/SPA)
Instructions:
1.- Create a new folder an name it PURE
2.- Copy all the files from your DVD to that folder
3.- Extract the content of the PURE_Movies.RAR into setup\game\data and overwrite all folder & files
4.- Grab the crack from GCW & Trainers (if available)
5.- Name the DVD PURE and burn it!

Installation tested & working

rapidshare links tomorrow (3x196MB)
Reply With Quote
Sponsored Links
  #17  
Old 24-09-2008, 08:12
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
Rapidshare links for re-coded movies:

Part 1/7
Part 2/7
Part 3/7
Part 4/7
Part 5/7
Part 6/7
Part 7/7

It has to be in 7 parts because RS gives me error if I upload through the web page so I have to use the uploader tool and it only allows me to send 100MB at the time.

Enjoy!
Reply With Quote
  #18  
Old 24-09-2008, 10:26
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
you have the path in the uninstall section.
you find "Disney" entries but they contains only "pure\1.0" and nothing more.
never find an entry with the "Black Rock Studio" name on it.

They stated a DLC may come out but nothing about a patch.
The multiplayer is dead in this game and people complains about the number of keys needed to perform the tricks and the loading times in high-end machines.
Reply With Quote
  #19  
Old 24-09-2008, 10:37
mondragon mondragon is offline
Registered User
 
Join Date: Mar 2005
Location: pl
Posts: 373
Thanks: 0
Thanked 16 Times in 11 Posts
mondragon is on a distinguished road
then better add that uninstall section manually in inno
and add that
c:\Program Files\InstallShield Installation Information\GUID
folder to inno to skip running orginal exe

have vista or xp?

edit
lzma =3979 with dx9

script for inno
Code:
 [Setup]
  AppName=Pure
  appvername=Pure v1.0
  defaultdirname={pf}\Disney Interactive Studios\Pure
  sourcedir=.\
  diskspanning=yes
; compression=lzma/ultra64
; compression=none
 compression=lzma
ShowUndisplayableLanguages=yes
compressionthreads=auto
solidcompression=yes
slicesperdisk=1
diskslicesize=736000000
DisableProgramGroupPage=yes
PrivilegesRequired=none

DefaultGroupName=Disney Interactive Studios\Pure
SetupIconFile=.\Disney Interactive Studios\Pure\Pure.ico
OutputBaseFilename=Pure_eng

[files]
source: ".\Disney Interactive Studios\Pure\*"; Excludes: "Data\movies\*,*.bik"; DestDir: "{app}" ;  Flags: ignoreversion recursesubdirs createallsubdirs
source: ".\Disney Interactive Studios\Pure\Data\Movies\*"; DestDir: "{app}\Data\Movies\" ;Flags: ignoreversion nocompression recursesubdirs createallsubdirs

[language]
  Name: "eng"; MessagesFile: "compiler:Default.isl"
  Name: "pl"; MessagesFile: "compiler:Languages\Polish.isl"
 Name: "IT"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "es"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "DE"; MessagesFile: "compiler:Languages\German.isl"
Name: "FR"; MessagesFile: "compiler:Languages\French.isl"
Name: "da"; MessagesFile: "compiler:Languages\Danish.isl"
Name: "nl"; MessagesFile: "compiler:Languages\Dutch.isl"
Name: "sv"; MessagesFile: "compiler:Languages\Danish.isl"
Name: "no"; MessagesFile: "compiler:Languages\Norwegian.isl"

[Registry]
;HKLM\SOFTWARE\Disney Interactive Studios\Pure\1.0
Root: HKLM; Subkey: "SOFTWARE\Disney Interactive Studios\";    Flags:  uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Disney Interactive Studios\Pure\";    Flags:  uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\Disney Interactive Studios\Pure\1.0\";     Flags:  uninsdeletekey

;GAMEUX section
Root: HKLM; Subkey: SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\; Flags: createvalueifdoesntexist
Root: HKLM; Subkey: SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\; Flags: createvalueifdoesntexist
Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\{{97616F2B-D44A-4B11-AA81-B35D93B50184}\; Flags: uninsdeletekey
Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\{{97616F2B-D44A-4B11-AA81-B35D93B50184}; ValueType: string; ValueName: GDFBinaryPath; ValueData: {app}\Pure.exe
Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\{{97616F2B-D44A-4B11-AA81-B35D93B50184}; ValueType: string; ValueName: GameInstallPath; ValueData: {app}


;uninstall section
;HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FF3C203A-2F19-43A2-9C7C-EC1B5A0FC873}


[Icons]
Name: "{group}\Pure"; Filename: "{app}\Pure.exe"; WorkingDir: "{app}\"; IconFilename: "{app}\Pure.exe"
Name: "{group}\Pure Help"; Filename: "{app}\PURE_eManual.chm"; WorkingDir: "{app}\"; IconFilename: "{app}\PURE_eManual.chm"
Name: "{group}\{cm:UninstallProgram,Pure}"; Filename: "{uninstallexe}";
Name: "{userdesktop}\Pure"; Filename: "{app}\Pure.exe"; Tasks: "desktopicon"; WorkingDir: "{app}\"

[Tasks]
   Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
[Run]
Filename: "{src}\DirectX\DXSETUP.EXE"; Parameters:"/silent"; StatusMsg: Installing DirectX 9...
Filename: "{src}\vcredist.EXE"; Parameters:"/q:a /c:"msiexec /i vcredist.msi /qb!""; StatusMsg:Installing Visual C++ Redistributable Package
Filename: "{app}\Pure.exe"; Description: "{cm:LaunchProgram,'Pure'}"; Flags: postinstall unchecked   nowait
install Inno Setup
open empty script
paste my code
save in folder: [for example with name pure.iss]
c:\Program Files\pure.iss
must be saved in folder where you have installed game
if you install in
c:\Program Files\Disney Interactive Studios\Pure\
then pust script iss in
c:\Program Files\

compile [need 4gb free space on the same partition
after compiling finished put direcx folder from dvd to
c:\Program Files\Output\

thats all

its simple script, tested on english but must works on every language

edit
added GAMEUX registry section
vcredist.exe [put vcredist from dvd9 to output place]
edit2
fix parameters for vcredit- take option from dilaunch.ini

Last edited by mondragon; 26-09-2008 at 06:46.
Reply With Quote
  #20  
Old 24-09-2008, 15:42
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
Your script do the job pretty well mondragon.
Some things are left uninstalled like VC++ but I think it doesn't harm.
I see you don't compress the videos since they won't compress at all and you avoid the registry entries for the uninstaller and the gameux (if you upgrade from XP to Vista)
Some games like CoH stores all the information needed for patching there.
Check here: \HKLM\Software\Microsoft\Windows\CurrentVersion\Ga meUX\GamesToFindOnWindowsUpgrade\{2FBD6992-D28B-45CB-8E52-177E6B07DAD5}

The compression uses a total of 3.4GB. Pretty impressive.
Reply With Quote
  #21  
Old 24-09-2008, 15:51
mondragon mondragon is offline
Registered User
 
Join Date: Mar 2005
Location: pl
Posts: 373
Thanks: 0
Thanked 16 Times in 11 Posts
mondragon is on a distinguished road
Code:
Filename: "{src}\vcredist.msi"; Parameters: "/quiet";
probably that resolve one thing

for now i skip uninstaller section - it need more knowledge to do it proper [for example date isnt static ]
gameux see but dont know for what really is used
some games uses uninstall section to install patch

gameux looks easy to add [but probably need register dll]

edit something about GameUX for windows
game ux for windows on msdn
some progs to GUX
Game Definition File Editor

Last edited by mondragon; 26-09-2008 at 05:05.
Reply With Quote
  #22  
Old 25-09-2008, 01:45
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
I don't see the uninstall problem - maybe because am green in this stuff.

About the GameUX am going to check what I can do. It can't be hard to master and many game includes the "gameuxinstallhelper.dll" which has all the necessary functions to register and remove a game.
Reply With Quote
  #23  
Old 28-09-2008, 13:52
CiroConsentino CiroConsentino is offline
Registered User
 
Join Date: Jun 2008
Location: Brazil
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
CiroConsentino is on a distinguished road
Quote:
2) Create disk1.txt to PURE and PURE\Setup folders

PURE\disk1.txt
PURE\Setup\disk1.txt
what do I do with these files ? are they empty ? why create them ?
I don't understand this.

also, will the conversion on the first post of this thread work fine ?
I have the 3-language version.
Reply With Quote
  #24  
Old 28-09-2008, 14:00
mondragon mondragon is offline
Registered User
 
Join Date: Mar 2005
Location: pl
Posts: 373
Thanks: 0
Thanked 16 Times in 11 Posts
mondragon is on a distinguished road
that disk1.txt and disk2.txt are empty
needed for installer , it search for it and with it recognize disk
Reply With Quote
  #25  
Old 28-09-2008, 14:01
ravd ravd is offline
Senior Member
 
Join Date: Nov 2007
Location: ???
Posts: 188
Thanks: 0
Thanked 9 Times in 9 Posts
ravd is on a distinguished road
Installer won't recognize second dvd as DISK2 if there is no disk2.txt files

Conversion is working correctly, but i suggest doing nando2002 dvd9 to dvd5 conversion with compressed biks

It's easier to do and fits on one dvd5
Reply With Quote
  #26  
Old 28-09-2008, 17:35
lonerunner lonerunner is offline
Registered User
 
Join Date: Jul 2008
Location: Serbia, Nis, City of angels
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
lonerunner is on a distinguished road
ravd multi3 conversion works for me. thanks !
Reply With Quote
  #27  
Old 29-09-2008, 03:14
gentilu gentilu is offline
Registered User
 
Join Date: Nov 2007
Location: Paris
Posts: 19
Thanks: 1
Thanked 0 Times in 0 Posts
gentilu is on a distinguished road
Quote:
Originally Posted by nando2002 View Post
megaupload link for re-compressed movies: megaupload
the file size is 586MB - enough for a DVD5 (it will let you ~150MB free for stuff like crack, wallpapers, trailers, trainers, etc.)
Total DVD size after apply movies re-compressed: 4.22GB

DVD9-2-DVD5 (Multi3: ENG/FRA/SPA)
Instructions:
1.- Create a new folder an name it PURE
2.- Copy all the files from your DVD to that folder
3.- Extract the content of the PURE_Movies.RAR into setup\game\data and overwrite all folder & files
4.- Grab the crack from GCW & Trainers (if available)
5.- Name the DVD PURE and burn it!

Installation tested & working

rapidshare links tomorrow (3x196MB)

Thanks. Works fine.
Reply With Quote
  #28  
Old 02-10-2008, 18:01
CiroConsentino CiroConsentino is offline
Registered User
 
Join Date: Jun 2008
Location: Brazil
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
CiroConsentino is on a distinguished road
multi3 conversion to 2 DVDs works great
Reply With Quote
  #29  
Old 23-01-2009, 14:01
xanderex xanderex is offline
Registered User
 
Join Date: Nov 2008
Location: chile
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
xanderex is on a distinguished road
100% working.
i made the conversion and tested it in vista ultimate x64
Reply With Quote
  #30  
Old 25-03-2011, 06:14
Kamyk95 Kamyk95 is offline
Registered User
 
Join Date: Mar 2011
Location: Poland
Posts: 97
Thanks: 19
Thanked 11 Times in 8 Posts
Kamyk95 is on a distinguished road
Will be later a 1xDVD5 MULTI7 conversion for 1 language?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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
Medal of Honor: Airborne (UK) (DVD9 to 2x DVD5) BarryB PC Games - CD/DVD Conversions 7 09-06-2010 21:07
Phantasy Star Universe (DVD9 to 2 DVD5 OR DVD9 to 1 DVD5) Heretic666 PC Games - CD/DVD Conversions 6 26-12-2006 06:28
ParaWorld (DVD9 to 1x CD-R & 1x DVD5) OR (DVD9 to 1 DVD5) !HaGaR! PC Games - CD/DVD Conversions 11 25-10-2006 08:45



All times are GMT -7. The time now is 06:15.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com