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 07-11-2008, 04:22
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
Quote:
Originally Posted by rambaldi View Post
But with this way I have to rebuild again the files right??
yes!!!!! muahahahahaha!
Quote:
Originally Posted by rambaldi View Post
Is there any other way to do it maybe in the msi (registry table)??
yes

open the msi with Orca.
go to the table Registry
change the value of the 1st row from [ProductID] to MYCD-KEYG-OES-HERE-LOL!
Save.

I've tested here and the CDKey is saved correctly inside the windows registry.
Now try with the game.
Reply With Quote
Sponsored Links
  #17  
Old 07-11-2008, 08:52
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
More changes to the msi - case someone interested

How to set the "I Accept the terms in the License Agreement" always to "Yes":
In table [Property] set the value in row AgreeToLicense to Yes

How to apply Patch 1.2 during installation:
To be able to apply to patch (so the files inside the patch become available) we need to make a fake install:
copy to msi to a different folder and run it.
go to the end of the installation - click always "ignore" when an error appears
when finished, apply patch v1.2.
In the folder where you supposly install the game you will find
pes2009.exe -> copy to the installation "Pro Evolution Soccer 2009" folder
inside the img you'll find 2 more files -> copy those files to the installation "Pro Evolution Soccer 2009\img" folder

Now open the msi:
In table [File] create two rows (Table > Add Row) and fill them with these values:
  • File: pdata.img
    Component: CommonFiles
    Filename: pdata.img
    FileSize: 9365504
    Attributes: 8192
    Sequence: <any number before the last number - doesn't matter if already exists>
  • File: pinfo.img
    Component: CommonFiles
    Filename: pinfo.img
    FileSize: 696
    Attributes: 8192
    Sequence: <any number before the last number - doesn't matter if already exists>
Change the folowing values for the row where "pes2009.exe" is defined:
FileSize: 22738248
Version: 1.2.0.0

In table [MsiHasFile] create two rows and fill them with thse values:
  • File: pdata.img
    Option: 0
    HashPart1: 201283351
    HashPart2: 1639144114
    HashPart3: 3006294785
    HashPart4: 4159324028
  • File: pinfo.img
    Option: 0
    HashPart1: 2196436730
    HashPart2: 1254238889
    HashPart3: 4183475366
    HashPart4: 3265325988
note: some values will be different after you add the new row but that's OK, orca change those values by itself and should stay that way.

In table [Property] set the value for in row ProductVersion to 1.20.000

Save and Install.
Reply With Quote
  #18  
Old 25-11-2008, 06:58
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
Don't own Vista64 - Don't own Vista at all .
In the attachment provided in my post (named: PES2009_DVD9-2-DVD5.rar) there is a zip file called "Img_eng" which contains some file that must be copied to the program files\KONAMI\Pro Evolution Soccer 2009\img folder.
Try it.
Reply With Quote
  #19  
Old 19-12-2008, 01:19
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 have PES in Portuguese with 1xDVD5 without doing anything extra.
Remember, to fit in a DVD5 only 1 language audio was kept.
The Portuguese language has no audio. Is just text so you must be able to select Portuguese from the language selector (if you keep all the PT files) or it is selected automatic with setup starts.
Reply With Quote
  #20  
Old 08-01-2009, 15:57
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
Follow the conversion. English only is for the audio.
If you don't change the setup.ini, then Portuguese will appear as the primary language if your OS is also Portuguese.
Reply With Quote
  #21  
Old 30-11-2009, 13:36
KillerOh's Avatar
KillerOh KillerOh is offline
Registered User
 
Join Date: Oct 2009
Location: Brazil
Posts: 77
Thanks: 1
Thanked 1 Time in 1 Post
KillerOh is on a distinguished road
Thanks to the DVD9-to-DVD5 conversion, Mondragon and nando2002. It worked like a charm!

By the way...
Quote:
Originally Posted by rambaldi View Post
installation works ok.
but when you double click the game it doesn't start saying "it's not installed"
In the registry the key "code" is empty , instead of showing the serial.
Mine happened the same, but I added the reg entry in InnoSetup and it worked. I haven't tested the "MSI way"...

Quote:
Originally Posted by nando2002 View Post
open the msi with Orca.
go to the table Registry
change the value of the 1st row from [ProductID] to MYCD-KEYG-OES-HERE-LOL!
Save.
... because I haven't seen it. =3

Quote:
Originally Posted by nando2002 View Post
More changes to the msi - case someone interested
(Lots of things after...)

In table [MsiHasFile] create two rows and fill them with thse values:
  • File: pdata.img
    Option: 0
    HashPart1: 201283351
    HashPart2: 1639144114
    HashPart3: 3006294785
    HashPart4: 4159324028
  • File: pinfo.img
    Option: 0
    HashPart1: 2196436730
    HashPart2: 1254238889
    HashPart3: 4183475366
    HashPart4: 3265325988
1st, I've found these "HashPart" values in the [MsiFileHash] table =)
2nd, these "HashPart", what actually are these values?

I tested the conversion AND I added the v1.4 (not v1.2) patch accoding Nando2002's method, but I didn't know which values to use in these "HashPart's", not even if they are "hexadecimal-to-decimal-md5-hash"!
So, I used the same ones used for v1.2 and... it worked. =)

Quote:
Originally Posted by zamboner View Post
I followed nando's dvd9-dvd5 guide and the game doesn't run in vista64. (could not copy cv06.img during install - said it was corrupted? ignored and it finished.)
The cv06.img file is one of the three files that goes compressed in the InnoSetup. Maybe an Inno Incompatibility or Compilation error... o.o;
Reply With Quote
  #22  
Old 20-12-2009, 08:13
Grivier Grivier is offline
Registered User
 
Join Date: Mar 2009
Location: Croatia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Grivier is on a distinguished road
Pro Evolution Soccer 2009 (DVD9 to 1xDVD5 1 Language) FREEARC+MSI CA - in progress

1) Make 'temp' folder

2) Copy all contents of DVD9 to 'temp'

3) Start FREEARC browse 'temp\program files\KONAMI\Pro Evolution Soccer 2009\img' folder, or directly from DVD9 select the following files/folders:

Code:
cs0d.img        cv03.img        cv06.img      cv09.img
Output archive: PES_2009_arc
Compression: Maximum (192mb decompression)
Make exe: Windows GUI: freearc.sfx

4) Move PES_2009_arc.exe to 'temp'

5) Replace files previously compressed with dummy ones and (for english conversion, ) also:

Code:
rs0e_f.img     rs0e_g.img       rs0e_i.img     
rs0e_s.img       rv0c_f.img    rv0c_g.img   
rv0c_i.img      rv0c_q.img     rv0c_s.img
in 'temp\program files\KONAMI\Pro Evolution Soccer 2009\img' folder

6) In this step, there should be modded "Pro Evolution Soccer 2009.msi", but i didn't do it.

DVD size ~3.88 gb - plenty of space for all updates till 1.4

**PS: Since I'm new to .msi modding with ORCA, i would ask good guys like peterf1999 and others
(no offenses to anyone others if I forgot their name) to mod it.
Don't flame me for not doing full job, i just gave ways for possible modding.

7) last step, after that MSI is done, overwrite it and then burn it to dvd5.

Grivier

Last edited by Grivier; 21-12-2009 at 03:36.
Reply With Quote
  #23  
Old 19-05-2012, 05:08
Adhays's Avatar
Adhays Adhays is offline
Registered User
 
Join Date: Apr 2012
Location: Jakarta
Posts: 36
Thanks: 35
Thanked 3 Times in 3 Posts
Adhays is on a distinguished road
Pro Evolution Soccer 2009 (DVD9 to 1xDVD5 1 Language) FREEARC+MSI

same as pes2010 PES_2010_arc.exe onlythis time for pes2009 change to PES_2009_arc.exe


PLZ PATCH msi file... help peter.... thanxs before n after

Last edited by Adhays; 27-05-2012 at 21:58.
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
Pro Evolution Soccer 2009 cdkiller PC Games - Protection List 4 02-05-2009 03:04
What is Pro Evolution Soccer 2009 v1.10 [MULTI6] +1 TRAINER ulujm Game Trainers 2 31-10-2008 09:18
Pro Evolution Soccer 2009 1.1 Patch? aliwilson27 PC Games 2 23-10-2008 09:03
Pro Evolution Soccer 2008 (DVD9 to DVD5) - Automatic Convertor kostolomac PC Games - CD/DVD Conversions 3 15-03-2008 02:16



All times are GMT -7. The time now is 22:42.


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