Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-11-2008, 11:01
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
X3 Terran Conflict

english only 2x dvd5

1) install game to full [with videos]
for example C:\Program Files\EGOSOFT\X3 Terran Conflict
copy from dvd9 to C:\Program Files\EGOSOFT\X3TC.ico

2) install inno , open empty script and paste:
Code:
[Setup]
  AppName=X3 Terran Conflict
  appvername=X3 Terran Conflict 1.0
  defaultdirname={pf}\EGOSOFT\X3 Terran Conflict
  sourcedir=.\
  diskspanning=yes
;  compression=lzma/ultra64
  compression=none
  compressionthreads=auto
  solidcompression=yes
  slicesperdisk=3
;  diskslicesize=736000000
diskslicesize=1394606080
  DisableProgramGroupPage=yes
;WizardImageFile=title.bmp
  DefaultGroupName=Egosoft\X3 Terran Conflict
SetupIconFile=X3TC.ico
OutputBaseFilename=X3TC_en
AppID=X3TerranConflict
[files]
;wiedzmin
;X3 Terran Conflict
source: ".\X3 Terran Conflict\*"; Excludes: "Data\mov\*,unins000.*,\mov\*"; DestDir: "{app}" ;  Flags: ignoreversion recursesubdirs createallsubdirs ; Components:game
;source: ".\X3 Terran Conflict\soundtrack\*"; DestDir: "{app}\soundtrack\" ;Flags: ignoreversion nocompression recursesubdirs createallsubdirs ; Components:game

source: ".\X3 Terran Conflict\mov\00144.dat"; DestDir: "{app}\mov\" ;Flags: ignoreversion nocompression recursesubdirs createallsubdirs ; Components:mov
source: "{src}\Data\mov\*"; DestDir: "{app}\mov\" ;Flags: ignoreversion nocompression recursesubdirs createallsubdirs external ; Components: mov

[Components]
Name: "game"; Description: "Main Files"; Types: full custom; Flags: fixed
Name: "mov"; Description: "Large Video Files (loaded from dvd otherwise)"; Types: full ; ExtraDiskSpaceRequired: 3355443200


[languages]
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]
Root: HKCU; Subkey: "Software\Egosoft\";    Flags:  uninsdeletekeyifempty
Root: HKCU; Subkey: "Software\Egosoft\X3TC\";    Flags:  uninsdeletekey
Root: HKCU; Subkey: "Software\Egosoft\X3TC"; ValueName: "INSTALL_DIR"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey

[Icons]
   Name: "{group}\X3 Terran Conflict EN"; Filename: "{app}\X3TC.exe";Parameters: " -language 44"; WorkingDir: "{app}\System"; IconFilename: "{app}\X3TC.exe"
   Name: "{group}\X3 Terran Conflict Manual EN"; Filename: "{app}\Documents\Manual_EN.pdf"; WorkingDir: "{app}\Documents\"; IconFilename: "{app}\Documents\Manual_EN.pdf"
   Name: "{group}\{cm:UninstallProgram,X3 Terran Conflict}"; Filename: "{uninstallexe}";
   Name: "{userdesktop}\X3 Terran Conflict EN"; Filename: "{app}\X3TC.exe"; Tasks: "desktopicon"; WorkingDir: "{app}\"

[Tasks]
   Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";

[Run]
Filename: "{app}\X3TC.exe"; Description: "{cm:LaunchProgram,'X3 Terran Conflict EN'}"; Flags: postinstall unchecked   nowait
save with any name in folder
C:\Program Files\EGOSOFT\anyname.iss
compile

3)
dvd1
Code:
X3TC_en.exe
X3TC_en-1a.bin
X3TC_en-1b.bin
X3TC_en-1c.bin
dvd2
Code:
Data\mov\*.* [all files from installed folder F:\Program Files\EGOSOFT\X3 Terran Conflict\mov\*.*
X3TC_en-2a.bin
use any volumelabel
u can add autorun.inf if u want
Sponsored Links
  #2  
Old 20-11-2008, 00:14
dllfile dllfile is offline
Junior Member
 
Join Date: Nov 2008
Location: USA
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
dllfile is on a distinguished road
Thumbs up X3: Terran Conflict DVD9 to DVD5 Conversion

X3: Terran Conflict DVD9 to DVD 5 Conversion

Install Sequence: Disc1>Disc2>Finish
  • Makes 2 folders (X3TC_1 and X3TC_2)
  • Copy the contents of the DVD to folder X3TC_1
  • Copy everything EXCEPT the folder named Data to X3TC_2 (Copy not Cut!) You need to also leave all of that stuff still on Disc 1 as well!))
  • Make a new folder on X3TC_2 named Data
  • From X3TC_1 move the folder Data\mov into the Data folder on X3TC_2 (X3TC_2\Data\mov) (Cut/Paste the mov folder...)
  • OPTIONAL - In the X3TC_2 folder edit Autorun.inf and change OPEN=Setup.exe /autorun to OPEN=0
  • Burn the contents of each folder to their own disc and give them any label. I chose X3TCDISC1 and X3TCDISC2
  • Enjoy!
* Note During Install when you get the error reading drive, that is when it is time to switch discs , so switch discs then press Retry (Such Trickery)

* Optionally, you can get the scripts from the Innos Setup.exe and recreate the setup process by enabling disc spanning, but imo it really is not needed and more work than I was willing to do
* Tested both installation and uninstall no problems found on XP 32bit and Vista Ultimate 64bit.
* Should work with all releases of the game.

Last edited by dllfile; 20-11-2008 at 22:57.
  #3  
Old 29-01-2009, 15:25
lukasgames's Avatar
lukasgames lukasgames is offline
Registered User
 
Join Date: Oct 2008
Location: Patagonia
Posts: 62
Thanks: 102
Thanked 14 Times in 11 Posts
lukasgames is on a distinguished road
Quote:
Originally Posted by dllfile View Post
X3: Terran Conflict DVD9 to DVD 5 Conversion

Install Sequence: Disc1>Disc2>Finish
  • Makes 2 folders (X3TC_1 and X3TC_2)
  • Copy the contents of the DVD to folder X3TC_1
  • Copy everything EXCEPT the folder named Data to X3TC_2 (Copy not Cut!) You need to also leave all of that stuff still on Disc 1 as well!))
  • Make a new folder on X3TC_2 named Data
  • From X3TC_1 move the folder Data\mov into the Data folder on X3TC_2 (X3TC_2\Data\mov) (Cut/Paste the mov folder...)
  • OPTIONAL - In the X3TC_2 folder edit Autorun.inf and change OPEN=Setup.exe /autorun to OPEN=0
  • Burn the contents of each folder to their own disc and give them any label. I chose X3TCDISC1 and X3TCDISC2
  • Enjoy!
* Note During Install when you get the error reading drive, that is when it is time to switch discs , so switch discs then press Retry (Such Trickery)

* Optionally, you can get the scripts from the Innos Setup.exe and recreate the setup process by enabling disc spanning, but imo it really is not needed and more work than I was willing to do
* Tested both installation and uninstall no problems found on XP 32bit and Vista Ultimate 64bit.
* Should work with all releases of the game.

very good... workink 100% thanks!!!!!
  #4  
Old 30-11-2018, 11:31
Robbysonny64 Robbysonny64 is offline
Banned
 
Join Date: Aug 2018
Location: Chester
Posts: 6
Thanks: 0
Thanked 2 Times in 2 Posts
Robbysonny64 is on a distinguished road
I tried this but cant ge to work as some the files download are gone so cananybody make a conversion for this game..
  #5  
Old 30-11-2018, 12:49
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,034 Times in 3,084 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by Robbysonny64 View Post
I tried this but cant ge to work as some the files download are gone so cananybody make a conversion for this game..
See NEW topic for this conversion.

Last edited by pakrat2k2; 30-11-2018 at 22:38.
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
X3: Terran Conflict nando2002 PC Games - Protection List 8 15-10-2009 07:15
Tages Protection in X3 Terran Conflict blooddog_90 PC Games 7 09-01-2009 08:32
X3 Terran Conflict marduk1 PC Games 3 24-10-2008 11:54



All times are GMT -7. The time now is 13:11.


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