FileForums

FileForums (https://fileforums.com/index.php)
-   PC Games - CD/DVD Conversions (https://fileforums.com/forumdisplay.php?f=39)
-   -   X3 Terran Conflict (https://fileforums.com/showthread.php?t=85671)

mondragon 06-11-2008 11:01

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

dllfile 20-11-2008 00:14

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.

lukasgames 29-01-2009 15:25

Quote:

Originally Posted by dllfile (Post 364274)
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.


:Dvery good... workink 100% thanks!!!!!

Robbysonny64 30-11-2018 11:31

I tried this but cant ge to work as some the files download are gone so cananybody make a conversion for this game..

pakrat2k2 30-11-2018 12:49

Quote:

Originally Posted by Robbysonny64 (Post 477222)
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.


All times are GMT -7. The time now is 14:29.

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