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 16-01-2009, 08:53
canibus2677's Avatar
canibus2677 canibus2677 is offline
Registered User
 
Join Date: Jan 2009
Location: Home
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
canibus2677 is on a distinguished road
Thumbs up Thanx Peterf1999!!!

The conversion you made works like a charm!!!
Thanx A lot 100% working!!
Reply With Quote
Sponsored Links
  #17  
Old 16-01-2009, 10:09
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
Quote:
Originally Posted by OVeRCoM3 View Post
Hello peter1999.
Where can i have those programs (msiX and msidb)?
Thank you.
Mondragon already posted link to those, Tutorials: Useful tools, freeware programs, scripts etc

Just scroll down on that page to How to edit embedded .mst files in .msi
Reply With Quote
  #18  
Old 16-01-2009, 11:04
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
[QUOTE=klaroqsim;366839]
Quote:
Originally Posted by peterf1999 View Post
1- extract mst from autorun.dat with msiX (msix filename of MSI /out c:\msicontent)

not understand :S

where I put this command?
DOS Shell
Reply With Quote
  #19  
Old 16-01-2009, 11:43
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
Open notepad and copy paste this into it, save as Filename: msix_extract.bat Save as type: All Files (*.*)
Code:
@ECHO OFF
MD extracted
msix.exe autorun.dat /out extracted\
And put it in same folder with msix.exe and autorun.dat and run it.
Reply With Quote
  #20  
Old 16-01-2009, 11:45
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by klaroqsim View Post
create a folder in C: ex: test and copy the files MsiDb, MsiX and autorun.dat.
I type in the cdm prompt "c:\test\msix.exe test /out c:\test"


I do not understand how to type the command
could give an example? plx

ty
x mirrorsedge ex:

msix autorun.dat /out c:\mirrors

first create folder 'mirrors' or msix return error

ex:
md c:\mirrors

if u want extract MSTs into current folder (c:\test\) type: msix autorun.dat /out .\

Last edited by peterf1999; 16-01-2009 at 11:53.
Reply With Quote
  #21  
Old 16-01-2009, 12:12
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by klaroqsim View Post
extract it but when I open the file with orca en-us.mst an error occurs "Failed to open MSI Database: "C:\test\extracted\en-us.mst"

:S
rename autorun.dat to autorun.msi, open it with orca
from menu trasform -> apply transform select en-us.mst
Reply With Quote
  #22  
Old 16-01-2009, 12:16
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
Quote:
Originally Posted by klaroqsim View Post
extract it but when I open the file with orca en-us.mst an error occurs "Failed to open MSI Database: "C:\test\extracted\en-us.mst"

:S
You need to open autorun.dat with orca and then apply transform... from menu and select en-us.mst

Read "how to edit embedded .mst files in .msi" section from link provided earlier or wait for step by step guide which will be more precise and easier to follow than my old "How to guide..."
Reply With Quote
  #23  
Old 17-01-2009, 03:21
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
[QUOTE=koray76;366869]
Quote:
Originally Posted by peterf1999 View Post
1- extract mst from autorun.dat with msiX (msix filename of MSI /out c:\msicontent)
2- edit and save mst with orca or appeditor
3- remove old mst from autorun.dat with msidb (msidb -d filename of MSI -j filename of MST to remove)
4- insert new modified mst to autorun.dat with msidb (msidb -d filename of MSI -r filename of MST to insert)[/QUOTE


how can i remove and insert i dont undersdtand
http://www.cd-2-dvd.com/modules.php?...da5ba7528a974c

Section How to edit embedded .mst files in .msi
Reply With Quote
  #24  
Old 17-01-2009, 08:24
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
Quote:
Originally Posted by Arukardo View Post
I prefer to put files as much as possible to 1st DVD, and for 2nd DVD leave free space for future updates and other extra files.
So can you edit autorun.dat file? Because it's to complicated for me...
But install sequence is DVD1-DVD2-DVD1 then wouldn't it be best to leave free space on DVD1

move CookBlds.cab - CookVehi.cab and you have then 4,33GB DVD2 and 1,70GB DVD1

If its too complicated then learn it, no one wants to edit every user separate autorun.dat


Quote:
Originally Posted by TheCGS View Post
Hi. I have a question.I'm from Spain and when I run the game's setup the installation starts directly in spanish but the problem is that I want the game to be in english.So my question is how to install the game in english???
Edit localization.ini in Support folder on DVD1 and remove or add space to front of es=1

atleast i do that (add space to all other languages except english) with EA Games which try to install language based on location and want it to be english instead
Reply With Quote
  #25  
Old 18-01-2009, 08:47
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by Jacod View Post
Alcohol does recognize it, and I´ve tried with nrg (Nero) and ISO images, but the installation does not, and every time a use Mirror´s Edge 2 as label.
sry,conversion works for me and most users.

try Mirror's Edge 2 not Mirror´s Edge 2 (use apostrophe ' not ´)

Last edited by peterf1999; 18-01-2009 at 08:53.
Reply With Quote
  #26  
Old 18-01-2009, 12:00
Jacod Jacod is offline
Registered User
 
Join Date: Jun 2006
Location: Spain
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Jacod is on a distinguished road
Quote:
Originally Posted by peterf1999 View Post
sry,conversion works for me and most users.

try Mirror's Edge 2 not Mirror´s Edge 2 (use apostrophe ' not ´)
Awesome!!!, that was it, the kind of apostrophe!. Next time I need a conversion I´ll get a magnifying glass to read the instructions.

Thanks a lot.
Reply With Quote
  #27  
Old 20-01-2009, 10:05
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by emacrack View Post
No, it's not a login problem. The browser just doesn't load the page. This is the error I'm getting:



I hope you can help me guys... Greetings!!
strange http 404 error

link works, copy & paste this url in your browser :

http://www.cd-2-dvd.com/modules.php?name=Forums&file=viewtopic&t=1095
Reply With Quote
  #28  
Old 21-01-2009, 07:53
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
autorun.dat has same label for both, but changes are made in mst files so there is no reason to change labels in autorun.dat

Just use that autorun.dat in that conversion and it will work
Reply With Quote
  #29  
Old 21-01-2009, 10:13
emacrack emacrack is offline
Registered User
 
Join Date: Dec 2008
Location: In My House
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
emacrack is on a distinguished road
I said that it's not a login problem. If I try to get in the main page "www.cd-2-dvd.com" I get the same error, with mozilla and internet explorer. Is this page only available for some countries??

EDIT: Now I can get in the page. As I said, that web, is blocked for some countries so I had to get in throught a proxy server. Greetings... (sorry for my english).

EDIT2: I was looking the mst files that are includded in the autorun.dat. Each one make changes in the media table too, so when you make a conversion to 2DVD5 you have to be careful with that.

Last edited by emacrack; 21-01-2009 at 11:17.
Reply With Quote
  #30  
Old 22-01-2009, 02:58
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
Mirror's Edge dvd9 to dvd5 Conversion
not tested
or only compressed 2languages not alll

PART 1 - Creating Fake installer
Copy cabarc.exe [from cabarc73.5kb(6.0.5730.13)] to c:\windows\system32\
Copy contents of game to hdd - dont copy GameMov.cab at this time
Download and extract fake_cab_by_ravd.bat to hdd where you copy game and run it [after that delete it].
From DummyCabs cut all files [dummy cabs] to main folder on hdd where you copy game and replace all.
Copy from dvd9 GameMov.cab to hdd.

Delete files from hdd:
Code:
from Redistributable\ [leave only for ENglish]
vcredist_x86_de.exe
vcredist_x86_es.exe
vcredist_x86_fr.exe
vcredist_x86_it.exe
delete DummyCabs

Download TdGame_dummy.bat and put in hdd and run it - it's dummy TdGame folder [after that delete it]


PART 2 - Installing anc Compressing Game.
Install correctly game to any place.
In installed folder delete folders:
Code:
E:\Program Files\EA Games\Mirror's Edge\TdGame\Movies\
E:\Program Files\EA Games\Mirror's Edge\Support\
E:\Program Files\EA Games\Mirror's Edge\Engine\Localization\ - all folders that you dont need [leave INT]
E:\Program Files\EA Games\Mirror's Edge\TdGame\CookedPC\Audio\ - all folders that you dont need [leave INT]
Files to delete:
Code:
E:\Program Files\EA Games\Mirror's Edge\Binaries\*.* [leave PhysXLocal subfolder]
e:\Program Files\EA Games\Mirror's Edge\GDFBinary.dll
e:\Program Files\EA Games\Mirror's Edge\ME_Icon.ico
Install Total Commander - Download.
In TC go to installed folder [in left panel]
E:\Program Files\EA Games\ [that path where i have installed game]
in right panel go to
E:\Program Files\EA Games\
in right panel make new folders - for example name it: 1 and 2

Delete non needed language [leave english untouched = INT]
THAT STEP FOR ENGLISH ONLY [remove lang when move in total commander]
for that deletions use TC
In left panel select Mirror's Edge folder and in right panel go to 2
back to left panel and hit F6 [move]:
in row 'Only files of this type' write
Code:
*_LOC_pol.*;*_LOC_fra.*;*_LOC_rus.*;*_LOC_esn.*;*_LOC_cze.*;*_LOC_deu.*;*_LOC_hun.*;*_LOC_ita.*
and hit ok


In left panel select Mirror's Edge folder and in right panel go to 1
back to left panel and hit F6 [move]:
in row 'Only files of this type' write
Code:
*.upk
and hit ok

now you ready to compress contents of both panel [contents of Mirror's Edge not that folder] in FreeArc


look into folders, name of file, type of compression, make sfx
ADDED - use name of sfx without ' [check below code]
Put attached loader MirrorSetup.exe and both compressed sfx into subfolder
Code:
\TdGame\Mirrors.exe
\TdGame\Mirrors_Edge1.exe
\TdGame\Mirrors_Edge2.exe
Replace autorun.dat with attached autorun.dat

Make iso [for example in starburn] and test it, volumelabel any or use orginal.

NOT TESTED
because i compress folders mirror's edge not contents
maybe not needed to remove any language ... but that your choice

AND it still simple non modified window
if u nando2002 or ravd or maybe someone else share modified exe then u welcome
Attached Files
File Type: 7z autorun_edited_by_nando2002.7z (683.2 KB, 181 views)
File Type: rar fake_cab_by_ravd.rar (462 Bytes, 134 views)
File Type: rar MirrorSetup.rar (283.2 KB, 148 views)
File Type: rar TdGame_dummy.rar (430 Bytes, 111 views)
File Type: rar cabarc73.5kb(6.0.5730.13).rar (38.9 KB, 122 views)

Last edited by mondragon; 23-01-2009 at 11:12.
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
Command & Conquer: Red Alert 3 (MULTI 4) DVD9 to 2xDVD5 jta PC Games - CD/DVD Conversions 22 05-08-2012 16:55
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:12.


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