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
  #1  
Old 25-07-2009, 13:47
c4_carlinho c4_carlinho is offline
Registered User
 
Join Date: Jul 2009
Location: brasil
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
c4_carlinho is on a distinguished road
Thumbs up

Quote:
Originally Posted by peterf1999 View Post
Mirror's Edge MULTI 10 (DVD9 to 2xDVD5)
perfect

Last edited by Grumpy; 05-02-2011 at 07:20. Reason: Please do NOT Quote whole post.
Reply With Quote
Sponsored Links
  #2  
Old 29-07-2009, 05:02
Cbarreto's Avatar
Cbarreto Cbarreto is offline
Registered User
 
Join Date: Jul 2009
Location: Bauru, São Paulo - Brazil
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Cbarreto is on a distinguished road
Thumbs up

Quote:
Originally Posted by peterf1999 View Post
Mirror's Edge MULTI 10 (DVD9 to 2xDVD5)
Thanks ! Works perfect

Last edited by Grumpy; 05-02-2011 at 07:20. Reason: Please do NOT Quote whole post.
Reply With Quote
  #3  
Old 16-01-2009, 07:42
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 Rodarevalo View Post
Where is the mst files for change the configuration of the language disk prompt???
embedded in autorun.dat (10 languages)

cs.mst
de.mst
en-uk.mst
es.mst
fr-fr.mst
hu.mst
it.mst
pl.mst
pt-br.mst
ru.mst
Reply With Quote
  #4  
Old 16-01-2009, 07:55
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 Rodarevalo View Post
Where i the option to change mst in autorun .dat???
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)

Last edited by peterf1999; 16-01-2009 at 08:40.
Reply With Quote
  #5  
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
  #6  
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
  #7  
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
  #8  
Old 16-01-2009, 07:53
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
need to extract embedded mst from autorun.dat - need special program and special command ;P
Tutorials: Useful tools, freeware programs, scripts etc
Reply With Quote
  #9  
Old 25-12-2009, 10:34
Bilizome Bilizome is offline
Registered User
 
Join Date: Sep 2009
Location: Brasil
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Bilizome is on a distinguished road
100%

test in windows xp, the 100% thanks
Reply With Quote
  #10  
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
  #11  
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
  #12  
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
  #13  
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
  #14  
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
  #15  
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
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 18:11.


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