Submissions to Community Library

The place to discuss scripting and game modifications for X³: Terran Conflict and X³: Albion Prelude.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

User avatar
Nividium
Posts: 800
Joined: Tue, 21. Aug 07, 01:31

Post by Nividium »

Code: Select all

Other Scripts: 

[url=http://forum.egosoft.com/viewtopic.php?t=236295]Capture Stations[/url] by Nividium

7233 - Nividium, Capture Stations

<t id="656">COMMAND_TYPE_PIRACY_56</t>    : Capture Stations, Capture Stations by Nividium 
pelador
Posts: 1399
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by pelador »

Code: Select all

Other Scripts: 

[url=http://forum.egosoft.com/viewtopic.php?t=237283]Deploy Tactical Drones[/url] by Pelador

7802 - Pelador, Deploy Tactical Drone

<t id="558">COMMAND_TYPE_SPECIAL_58</t>    : Deploy Tactical Drone, Deploy Tactical Drone by Pelador
pelador
Posts: 1399
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by pelador »

Code: Select all

Other Scripts: 

[url=http://forum.egosoft.com/viewtopic.php?t=237294]Deploy Advert Drone[/url] by Pelador

7803 - Pelador, Deploy Advert Drone

<t id="559">COMMAND_TYPE_SPECIAL_59</t>    : Deploy Advert Drone, Deploy Advert Drone by Pelador
User avatar
spacefueladdict
Posts: 508
Joined: Thu, 12. Jun 08, 15:42
x3tc

Post by spacefueladdict »

jlehtone wrote:@spacefueladdict: "text id" as in "Text ID from Text Page 17"? Or something else?
Hi, it's for alterations/additions to sector names and descriptions, so will i need a txt id for each page or will one cover the whole lot?

ain't done this before so i'm a little unsre of what info you need... sorry :wink:
pelador
Posts: 1399
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by pelador »

Code: Select all

Other Scripts: 

[url=http://forum.egosoft.com/viewtopic.php?t=237532]Deploy Analysis Drone[/url] by Pelador

7804 - Pelador, Deploy Analysis Drone

<t id="630">COMMAND_TYPE_PIRACY_30</t>    : Engineer Analysis Drone, Deploy Analysis Drone by Pelador
<t id="631">COMMAND_TYPE_PIRACY_31</t>    : Deploy Analysis Drone, Deploy Analysis Drone by Pelador

Wares:

28;0;0;0;0;87;15063;0;105;1;5;0;105;0;1043;0;SS_WARE_SW_X3TC_3; = Analysis Drone
28;0;0;0;0;88;15073;0;105;1;5;0;105;0;1043;0;SS_WARE_SW_X3TC_4; = Advanced Data Device
User avatar
Nividium
Posts: 800
Joined: Tue, 21. Aug 07, 01:31

Post by Nividium »

Code: Select all

Other Scripts: 

[url=http://forum.egosoft.com/viewtopic.php?t=237391]Camera Drone Spy[/url] by Nividium

8080 - Nividium, Camera Drone Spy

<t id="655">COMMAND_TYPE_PIRACY_55</t>    : Spy on Station, Camera Drone Spy by Nividium 
pelador
Posts: 1399
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by pelador »

Code: Select all

Other Scripts: 

[url=http://forum.egosoft.com/viewtopic.php?t=237294]Deploy EMP Drone[/url] by Pelador

7805 - Pelador, Deploy EMP Drone

<t id="333">COMMAND_TYPE_FIGHT_33</t>    : Deploy EMP Drone, Deploy EMP Drone by Pelador
User avatar
hawkbs
Posts: 429
Joined: Tue, 25. Jul 06, 05:25
x4

Post by hawkbs »

Please add my 31 BSG Ships to the Script & Mod Download Library for X3: Terran Conflict. http://forum.egosoft.com/viewtopic.php?t=233733

Thanks in advance.
jlehtone
Posts: 22476
Joined: Sat, 23. Apr 05, 21:42
x4

Post by jlehtone »

@spacefueladdict: There are 'Text Files', 'Text Pages', and 'Text IDs'. We list Files/Pages, and since previous update also Text ID's within Text Page 17. For now, I added that you use Text File 9200 (and hence implicitly Text Page 9200). But I suspect that modding sector names requires touching some "standard Text Page" of the game?


@pelador: Doing one specific simple task with one script is good style, but hogging multiple stock command slots for very similar and very simple operations is not. (But I assume the similarity and simplicity by script names only.)


@hawkbs: The OP of this thread does explain the required format for entry. I do fix minor typos in format, but I don't want to make them from scratch.


Added/Changed

Code: Select all

# git diff -b -U0 HEAD^ HEAD
diff --git a/commands.txt b/commands.txt
index 5c3d441..aa38d0e 100644
--- a/commands.txt
+++ b/commands.txt
@@ -76 +76 @@
- <t id="333">COMMAND_TYPE_FIGHT_33</t>
+ <t id="333">COMMAND_TYPE_FIGHT_33</t> : Deploy EMP Drone - Deploy EMP Drone by Pelador
@@ -203,3 +203,3 @@
- <t id="557">COMMAND_TYPE_SPECIAL_57</t>
- <t id="558">COMMAND_TYPE_SPECIAL_58</t>
- <t id="559">COMMAND_TYPE_SPECIAL_59</t>
+ <t id="557">COMMAND_TYPE_SPECIAL_57</t> : Deploy Spy Drone - Deploy Spy Drone by Pelador
+ <t id="558">COMMAND_TYPE_SPECIAL_58</t> : Deploy Tactical Drone - Deploy Tactical Drone by Pelador
+ <t id="559">COMMAND_TYPE_SPECIAL_59</t> : Deploy Advert Drone - Deploy Advert Drone by Pelador
@@ -227,2 +227,2 @@
- <t id="630">COMMAND_TYPE_PIRACY_30</t>
- <t id="631">COMMAND_TYPE_PIRACY_31</t>
+ <t id="630">COMMAND_TYPE_PIRACY_30</t> : Engineer Analysis Drone - Deploy Analysis Drone by Pelador
+ <t id="631">COMMAND_TYPE_PIRACY_31</t> : Deploy Analysis Drone - Deploy Analysis Drone by Pelador
@@ -252,2 +252,2 @@
- <t id="655">COMMAND_TYPE_PIRACY_55</t>
- <t id="656">COMMAND_TYPE_PIRACY_56</t>
+ <t id="655">COMMAND_TYPE_PIRACY_55</t> : Spy on Station - Camera Drone Spy by Nividium
+ <t id="656">COMMAND_TYPE_PIRACY_56</t> : Capture Stations - Capture Stations by Nividium
@@ -330,0 +331 @@
+
diff --git a/links.txt b/links.txt
index 97a15d9..cab48b6 100644
--- a/links.txt
+++ b/links.txt
@@ -131,0 +132,2 @@
+[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237391]Camera Drone Spy[/url] by Nividium
+[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=236295]Capture Stations[/url] by Nividium
@@ -132,0 +135,3 @@
+[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237294]Deploy Advert Drone[/url] by Pelador
+[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237532]Deploy Analysis Drone[/url] by Pelador
+[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237294]Deploy EMP Drone[/url] by Pelador
@@ -133,0 +139,2 @@
+[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237038]Deploy Spy Drones[/url] by Pelador
+[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237283]Deploy Tactical Drones[/url] by Pelador
@@ -203 +209,0 @@
-[2009-02-18] [url=http://forum.egosoft.com/viewtopic.php?t=234515]Homeworld2 ships[/url] by XDV and Shuulo
@@ -210,0 +217,2 @@
+[2009-02-18] [url=http://forum.egosoft.com/viewtopic.php?t=234515]Homeworld2 mod[/url] by XDV and Shuulo
+
diff --git a/page17.txt b/page17.txt
index 0bb68b5..41636e0 100644
--- a/page17.txt
+++ b/page17.txt
@@ -10 +10 @@
-5900--5911: XDV, Homeworld2 ships
+5900--5911: XDV, Homeworld2 mod
@@ -18,2 +18,2 @@
-50103--50126: XDV, Homeworld2 ships
-50200--50220: XDV, Homeworld2 ships
+50103--50126: XDV, Homeworld2 mod
+50200--50220: XDV, Homeworld2 mod
diff --git a/text.txt b/text.txt
index f94b1dc..00e240c 100644
--- a/text.txt
+++ b/text.txt
@@ -16 +16 @@
-3195: XDV, Homeworld2 ships
+3195: XDV, Homeworld2 mod
@@ -39,0 +40 @@
+7233: Nividium, Capture Stations
@@ -53,0 +55,5 @@
+7801: Pelador, Deploy Spy Drone
+7802: Pelador, Deploy Tactical Drone
+7803: Pelador, Deploy Advert Drone
+7804: Pelador, Deploy Analysis Drone
+7805: Pelador, Deploy EMP Drone
@@ -74,0 +81 @@
+8080: Nividium, Camera Drone Spy
@@ -125,0 +133 @@
+9200: spacefueladdict, ?
diff --git a/wares.txt b/wares.txt
index 9e78451..7eb4e95 100644
--- a/wares.txt
+++ b/wares.txt
@@ -77 +77 @@
-
+- Analysis Drone by Pelador
@@ -80 +80 @@
-
+- Advanced Data Device by Pelador
pelador
Posts: 1399
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by pelador »

Jheltone, I have to agree, I made the individual Drones as individual choice options for players.

I do however have the intention that in the near future if I wish to expand their number significantly I will likely have to combine them into one mod, with one text file and make them menu driven from hopefully one command or a couple at most. I have previously already considered this (mentioned in my info thread).

I'm currently expanding one of the drones already submitted with one more command: a trade one (57). As part of this development I'm using it as a learning exercise to understand the menu features so I'm capable of combining the developments into a more courteous and potentially easier to manage development. I also need to look into hotkey registration to allow flexibility as a result.

As a result after that reworking I will then be able to release most of the resources I have currently used.

I apologise for the current set-up during my learning curve but will endeaveour in the near future to improve the situation.


Edit: Advert drones modified (as in duplicated in listings aprat from new command) to include extra command (TRADE 57) so now becomes:

Code: Select all

Other Scripts: 

[url=http://forum.egosoft.com/viewtopic.php?t=237294]Deploy Advert Drone[/url] by Pelador

7803 - Pelador, Deploy Advert Drone

<t id="559">COMMAND_TYPE_SPECIAL_59</t>    : Deploy Advert Drone, Deploy Advert Drone by Pelador
<t id="457">COMMAND_TYPE_TRADE_57</t>    : Relay Navigation Beacon, Deploy Advert Drone by Pelador
Will do the consolidation to release community resources next.
pelador
Posts: 1399
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by pelador »

The new consolidated configuration is as follows:

Code: Select all

Other Scripts: 

[url=http://forum.egosoft.com/viewtopic.php?t=237387]Peladors Drones[/url] by Pelador

7810 - Pelador, Special Drones Interface

<t id="556">COMMAND_TYPE_SPECIAL_56</t>    : Special Drones Interface,  by Pelador


Wares:

28;0;0;0;0;87;15063;0;105;1;5;0;105;0;1043;0;SS_WARE_SW_X3TC_3; = Analysis Drone
28;0;0;0;0;88;15073;0;105;1;5;0;105;0;1043;0;SS_WARE_SW_X3TC_4; = Advanced Data Device
As a result the following resources can be opened/freed up again:

Text files: 7801 - 7805

Commands:

<t id="333">COMMAND_TYPE_FIGHT_33</t> : Deploy EMP Drone - Deploy EMP Drone by Pelador
<t id="557">COMMAND_TYPE_SPECIAL_57</t> : Deploy Spy Drone - Deploy Spy Drone by Pelador
<t id="558">COMMAND_TYPE_SPECIAL_58</t> : Deploy Tactical Drone - Deploy Tactical Drone by Pelador
<t id="559">COMMAND_TYPE_SPECIAL_59</t> : Deploy Advert Drone - Deploy Advert Drone by Pelador
<t id="630">COMMAND_TYPE_PIRACY_30</t> : Engineer Analysis Drone - Deploy Analysis Drone by Pelador
<t id="631">COMMAND_TYPE_PIRACY_31</t> : Deploy Analysis Drone - Deploy Analysis Drone by Pelador

The following Url links are no longer needed when replaced with the one above:

Other Scripts:

[2009-03-01] Deploy Advert Drone by Pelador
[2009-03-01] Deploy Analysis Drone by Pelador
[2009-03-01] Deploy EMP Drone by Pelador
[2009-03-01] Deploy Spy Drones by Pelador
[2009-03-01] Deploy Tactical Drones by Pelador
User avatar
Gazz
Posts: 13244
Joined: Fri, 13. Jan 06, 16:39
x4

Post by Gazz »

A long overdue fix for the painfully uhh... unsmart... ES Missile Defense.

Code: Select all

Turret Scripts: 

[url=http://forum.egosoft.com/viewtopic.php?t=238799]Missile Defense Mk2[/url] by Gazz

Resources used: none
http://forum.egosoft.com/viewtopic.php?t=238799


And while I'm at it...

Code: Select all

Combat scripts:

[url=http://forum.egosoft.com/viewtopic.php?t=238860]Missile Safety[/url] by Gazz

Resources used: none
http://forum.egosoft.com/viewtopic.php?t=238860
My complete script download page. . . . . . I AM THE LAW!
There is no sense crying over every mistake. You just keep on trying till you run out of cake.
Tim-O
Posts: 182
Joined: Thu, 15. Dec 05, 22:02
x3tc

Post by Tim-O »

Code: Select all

Trade Scripts: 

[url=http://forum.egosoft.com/viewtopic.php?t=239069]working Transfer Freight via Drones[/url] by Tim-O

8222: Tim-O, Transfer Freight via Drones

<t id="422">COMMAND_TYPE_TRADE_22</t>  : Transfer Freight via Drones by Tim-O 

jlehtone
Posts: 22476
Joined: Sat, 23. Apr 05, 21:42
x4

Post by jlehtone »

Changed:

Code: Select all

# git diff -b -U0 HEAD^ HEAD
diff --git a/commands.txt b/commands.txt
index aa38d0e..c358371 100644
--- a/commands.txt
+++ b/commands.txt
@@ -76 +76 @@
- <t id="333">COMMAND_TYPE_FIGHT_33</t> : Deploy EMP Drone - Deploy EMP Drone by Pelador
+ <t id="333">COMMAND_TYPE_FIGHT_33</t>
@@ -116 +116 @@
- <t id="422">COMMAND_TYPE_TRADE_22</t>
+ <t id="422">COMMAND_TYPE_TRADE_22</t> : Transfer Freight via Drones - Transfer Freight via Drones by Tim-O
@@ -202,4 +202,4 @@
- <t id="556">COMMAND_TYPE_SPECIAL_56</t>
- <t id="557">COMMAND_TYPE_SPECIAL_57</t> : Deploy Spy Drone - Deploy Spy Drone by Pelador
- <t id="558">COMMAND_TYPE_SPECIAL_58</t> : Deploy Tactical Drone - Deploy Tactical Drone by Pelador
- <t id="559">COMMAND_TYPE_SPECIAL_59</t> : Deploy Advert Drone - Deploy Advert Drone by Pelador
+ <t id="556">COMMAND_TYPE_SPECIAL_56</t> : Special Drones Interface - Peladors Drones by Pelador
+ <t id="557">COMMAND_TYPE_SPECIAL_57</t>
+ <t id="558">COMMAND_TYPE_SPECIAL_58</t>
+ <t id="559">COMMAND_TYPE_SPECIAL_59</t>
@@ -227,2 +227,2 @@
- <t id="630">COMMAND_TYPE_PIRACY_30</t> : Engineer Analysis Drone - Deploy Analysis Drone by Pelador
- <t id="631">COMMAND_TYPE_PIRACY_31</t> : Deploy Analysis Drone - Deploy Analysis Drone by Pelador
+ <t id="630">COMMAND_TYPE_PIRACY_30</t>
+ <t id="631">COMMAND_TYPE_PIRACY_31</t>
@@ -491 +491 @@
- <t id="1235">COMMAND_TYPE_SHIP_35</t>
+ <t id="1235">COMMAND_TYPE_SHIP_35</t> : Carrier Drone Support Software - LV
diff --git a/links.txt b/links.txt
index cab48b6..93f84b4 100644
--- a/links.txt
+++ b/links.txt
@@ -7,0 +8 @@
+[2008-12-16] [url=http://forum.egosoft.com/viewtopic.php?t=237731]Carrier Drone Support Software[/url] by LV
@@ -27,0 +29 @@
+[2009-03-10] [url=http://forum.egosoft.com/viewtopic.php?t=238860]Missile Safety[/url] by Gazz
@@ -110,0 +113 @@
+[2009-03-10] [url=http://forum.egosoft.com/viewtopic.php?t=239069]Transfer Freight via Drones[/url] by Tim-O
@@ -121,0 +125 @@
+[2009-03-10] [url=http://forum.egosoft.com/viewtopic.php?t=238799]Missile Defense Mk2[/url] by Gazz
@@ -135,3 +138,0 @@
-[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237294]Deploy Advert Drone[/url] by Pelador
-[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237532]Deploy Analysis Drone[/url] by Pelador
-[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237294]Deploy EMP Drone[/url] by Pelador
@@ -139,2 +139,0 @@
-[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237038]Deploy Spy Drones[/url] by Pelador
-[2009-03-01] [url=http://forum.egosoft.com/viewtopic.php?t=237283]Deploy Tactical Drones[/url] by Pelador
@@ -148,0 +148 @@
+[2009-03-10] [url=http://forum.egosoft.com/viewtopic.php?t=237387]Peladors Drones[/url] by Pelador
diff --git a/text.txt b/text.txt
index 00e240c..bfe90b8 100644
--- a/text.txt
+++ b/text.txt
@@ -55,5 +55 @@
-7801: Pelador, Deploy Spy Drone
-7802: Pelador, Deploy Tactical Drone
-7803: Pelador, Deploy Advert Drone
-7804: Pelador, Deploy Analysis Drone
-7805: Pelador, Deploy EMP Drone
+7810: Pelador, Peladors Drones
@@ -82,0 +79 @@
+8222: Tim-O, Transfer Freight via Drones 
@@ -103 +100 @@
-8818: LV, Freight Transporter Upgrade (please do not use 8800-8835 so i can port scripts over from TR)
+8818: LV, Freight Transporter Upgrade (please do not use 8800-8850 so i can port scripts over from TR)
@@ -208 +205 @@
-8818: LV, Freight Transporter Upgrade (please do not use 8800-8835 so i can port scripts over from TR)
+8818: LV, Freight Transporter Upgrade (please do not use 8800-8850 so i can port scripts over from TR)
@@ -211,0 +209 @@
+8840: Carrier Drone Support Software by LV
pelador
Posts: 1399
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by pelador »

Please add use of following ware:

Code: Select all

28;0;0;0;0;89;15083;0;105;1;5;0;105;0;1043;0;SS_WARE_SW_X3TC_5; - Blitz Drone, Pelador
Its to be included with the Peladors Drones development, if relevant.
Tim-O
Posts: 182
Joined: Thu, 15. Dec 05, 22:02
x3tc

Post by Tim-O »

Another one by me. Have been waiting for this for a long time ;)

Code: Select all

Station Management: 

[url=http://forum.egosoft.com/viewtopic.php?t=239414]Station Storage Extension[/url] by Tim-O

8223: Tim-O, Station Storage Extension

<t id="1135">COMMAND_TYPE_STATION_35</t>  : Station Storage Extension by Tim-O 

http://forum.egosoft.com/viewtopic.php?t=239414
pelador
Posts: 1399
Joined: Wed, 6. Nov 02, 20:31
x3tc

Post by pelador »

Code: Select all

Trade Scripts:

[url=http://forum.egosoft.com/viewtopic.php?t=239513]Pirate Fence[/url] by Pelador

7811: Pelador, Trade with Pirate Fence

<t id="437">COMMAND_TYPE_TRADE_37</t>  : Trade with Pirate Fence by Pelador 
User avatar
BinaryBoy
Posts: 79
Joined: Tue, 14. Oct 08, 19:43
x3tc

Post by BinaryBoy »

Code: Select all

'Other' Script

[url=http://forum.egosoft.com/viewtopic.php?t=239643]JumpPoint[/url] by BinaryBoy

8050: BinaryBoy, JumpPoint

<t id="547">COMMAND_TYPE_SPECIAL_47</t>

28;0;0;0;0;439;13633;0;2009150;1;1;0;2009150;0;0;0;SS_WARE_SW_CUSTOM19_18; = JumpPoint Flatpack
jlehtone
Posts: 22476
Joined: Sat, 23. Apr 05, 21:42
x4

Post by jlehtone »

Changes:

Code: Select all

diff --git a/commands.txt b/commands.txt
index c358371..3fc0b39 100644
--- a/commands.txt
+++ b/commands.txt
@@ -131 +131 @@
- <t id="437">COMMAND_TYPE_TRADE_37</t>
+ <t id="437">COMMAND_TYPE_TRADE_37</t> : Trade with Pirate Fence - Pirate Fence by Pelador
@@ -193 +193 @@
- <t id="547">COMMAND_TYPE_SPECIAL_47</t>
+ <t id="547">COMMAND_TYPE_SPECIAL_47</t> : JumpPoint - JumpPoint by BinaryBoy
@@ -440 +440 @@
- <t id="1135">COMMAND_TYPE_STATION_35</t>
+ <t id="1135">COMMAND_TYPE_STATION_35</t> : Station Storage Extension - Station Storage Extension by Tim-O
diff --git a/links.txt b/links.txt
index 93f84b4..67eb24a 100644
--- a/links.txt
+++ b/links.txt
@@ -101,0 +102 @@
+[2009-03-17] [url=http://forum.egosoft.com/viewtopic.php?t=239414]Station Storage Extension[/url] by Tim-O
@@ -112,0 +114 @@
+[2009-03-17] [url=http://forum.egosoft.com/viewtopic.php?t=239513]Pirate Fence[/url] by Pelador
@@ -142,0 +145 @@
+[2009-03-17] [url=http://forum.egosoft.com/viewtopic.php?t=239643]JumpPoint[/url] by BinaryBoy
diff --git a/text.txt b/text.txt
index 7e387dd..26204b4 100644
--- a/text.txt
+++ b/text.txt
@@ -63,0 +64 @@
+7811: Pelador, Trade with Pirate Fence
@@ -85,0 +87 @@
+8050: BinaryBoy, JumpPoint
@@ -88,0 +91 @@
+8223: Tim-O, Station Storage Extension
diff --git a/wares.txt b/wares.txt
index 7eb4e95..ac60b24 100644
--- a/wares.txt
+++ b/wares.txt
@@ -83 +83 @@
-
+- Blitz Drone by Pelador
@@ -87,0 +88,4 @@
+[i]28;0;0;0;0;439;13633;0;2009150;1;1;0;2009150;0;0;0;SS_WARE_SW_CUSTOM19_18;[/i]
+- JumpPoint Flatpack by BinaryBoy
+
+
diff --git a/wingcmd.txt b/wingcmd.txt
index 5e2686d..794ef5a 100644
  • I'm not sure if wares added via the EMP mod need listing in the index, as the EMP supposedly does some magic? But now checking the EMP, there was no need. Will remove next time.
  • More importantly, I count only 4 unused stock ware slots. They are running out. As said, check out the EMP to help the cause. :)
  • @BinaryBoy: Tell in the EMP thread that you are using that ware, or LV might apply ... was it called force? ;)
Alex Vanderbilt
Winner X3 Sektorquest
Posts: 2127
Joined: Thu, 4. May 06, 12:07
x3tc

Post by Alex Vanderbilt »

Code: Select all

Extension: ISS - Industrial Special Service 
Category: MD Missions
[*][18.03.09] [url=http://forum.egosoft.com/viewtopic.php?t=239880]ISS - Industrial Special Service[/url] von Alex Vanderbilt 
T-File: 
9011 ......... Industrial Special Service by Alex Vanderbilt 
Text Page: 
9011 ......... Industrial Special Service by Alex Vanderbilt 

Return to “X³: Terran Conflict / Albion Prelude - Scripts and Modding”