Community Script & Mod Download Library for X3

The place to discuss scripting and game modifications for X³: Reunion.

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

Post Reply
User avatar
Burianek
Posts: 2981
Joined: Mon, 29. Dec 03, 03:29
x3tc

Community Script & Mod Download Library for X3

Post by Burianek » Sat, 29. Oct 05, 22:25

Community Script / Mod Index

Warning These scripts will NOT work with Terran Conflict, use only scripts in the TC S&M forum






German List | French List
Jump to Command List
Which Script/Mod Should I Download Guide

____
Special Mention to shadowdemon2 for reformatting this index

Unsigned scripts and mods are add ons to your game that are completely unsupported by Egosoft. They are generally created by other members of the community and may have varying degrees of effectiveness or even problems. Installing any of these has the potential of breaking your game. In general, the users in this forum will attempt to help you solve any problems created by the installation of scripts and mods, but you cannot expect Egosoft or the official technical support channels to help you with problems created by unofficial add ons. With that disclaimer covered you should know that the vast majority of scripts and mods linked her are stable :!:

The following are links to unsigned scripts and mods that have threads about the latest versions here. If you want me to include your script in this index let me know the link to a thread in this forum about it. Just post the link in this thread in the format described below, and I'll do my best to keep this first post up to date. Please do not request that I add scripts or mods created by someone other than yourself to this list. If you want someone else's script or mod listed here, pm them and ask them to post that they agree to have their work listed. Also, don't post to reserve command slots for a script you are currently working on. Only completed scripts can be added to the list.

____________________
Before you go any further read this

Many, many scripts use the {EMP} Mod, this mod does nothing other than add a whole lot of extra wares to X3 and is used by virtually all scripters if they add a product/upgrade/ware to the game by script not mod (see below for the difference). If you install a script and you see a readtext-(number)XXXX in a station or your ship etc is is more than likely due to the script using {EMP} but you have not installed this mod. Many new users trip here :wink:

If you see Readtext it is either {EMP} related or because the script has installed in the wrong location.

______
What's the difference between a MOD and a Script?
_____

A mod means you need to install a new cat and dat file to your x3 dir to run it, although this sounds confusing if new to the process Cycrows Plugin Manager is your friend, the other issue is one mod may change the same values as another you use and most are not really compatible with other 3rd party mods when they add alot to the game.

A script will only change the behaviour of existing object in the game, where a MOD changes the objects.

Scripts will tell you if {EMP} is needed and Mods will also tell you their compatibility, if unsure ASK in the script/mod thread

LV
___

Troubleshooting

If you have downloaded a script/mod and it seems not to work make sure you have followed the following 5 steps to happiness :-

1. Have you enabled the script editor by typing "Thereshallbewings" as your Pilot name? (Read The Activating The X3 Script Editor Stickie for more help)

2. Have you read the guides that are stickied on this forum

3. If the script is an AL Plugin have you saved your game after installing it and then reloaded to check if the AL Plugin settings are showing up?
[ external image ]
[ external image ]

4. Have you posted your problem in the thread which you got the script from ?

5. Are you positive you have installed the files to the correct folders?

6. Have you ignored all these tips and posted a new thread regardless?

#6 is not advised

7. Where has my post gone?

If you post and it disappears it is more than likely that it has been merged into another thread because you failed to follow the above advice or something along those lines. If you go to your forum profile page and click the link that says "Show all posts by this user(you)" you will find your post quite easily.
---------------------------------------------------------------------------------

Rules for having your scripts & mods posted in this thread

New Requirements

When Posting Slot descriptions the actual command needs to be explained in the text not just the script, also in addition remember that command slots are an endangered species and if you post a script with many slots that could be combined into less slots your script will not be linked. See
This Thread for info
//

If you require any clarification post in this thread!
LV wrote: Example Post


-------------------------------------------------------------
*****Note*****
This is a request not a requirement!
Please allow a few days from when you release the script to posting a link here so any showstoppers you may have missed are dealt with. The aim of this thread is a library of scripts that are stable and of benefit to the community.
Ta, LV :)

------------------------------------------------------------------------------



1.

Code: Select all

[url=http://forum.egosoft.com/viewtopic.php?t=105272]Race Response Fleets[/url] by LV
Post the link to the thread in this format with your plugin name and author details. Add the category of your script e.g AL Plugin/Combat?Trade/Utility.....

Just drag over your selected text and press the code button to add the box.

2. Add the t file reference and also text pages and log files if necessary as per the current format

Code: Select all

8804 -ALP - Race Response Fleets by LV 
3. If you are adding a ware paste it like this

Code: Select all

28;0;0;0;0;68;5843;0;4215;1;1;0;4215;-100000;0;0;SS_WARE_SW_NEW10; 118,336 credits

Hull Repair Technology by LV 
4. Post your commands in this format

Code: Select all

  <t id="559">COMMAND_TYPE_SPECIAL_59</t>  : Pay Fines, Race Response Fleets by LV 
Your finished code should look like this

Code: Select all

AL-Plugin:

[url=http://forum.egosoft.com/viewtopic.php?t=105272]Race Response Fleets by LV [/url]

8804 - Race Response Fleets by LV 

28;0;0;0;0;68;5843;0;4215;1;1;0;4215;-100000;0;0;SS_WARE_SW_NEW10; 118,336 credits

Hull Repair Technology by LV 

<t id="559">COMMAND_TYPE_SPECIAL_59</t>  : Pay Fines, Race Response Fleets by LV 
---------

Example

Code: Select all

<t id="558">COMMAND_TYPE_SPECIAL_58</t>  :Race Response Fleets by LV 
<t id="559">COMMAND_TYPE_SPECIAL_59</t>  :Race Response Fleets by LV 
<t id="560">COMMAND_TYPE_SPECIAL_60</t>  :Race Response Fleets by LV 
The above is Not Acceptable

Code: Select all

<t id="558">COMMAND_TYPE_SPECIAL_58</t>  :Pay Fines, Race Response Fleets by LV 
<t id="559">COMMAND_TYPE_SPECIAL_59</t>  :Change Notoriety, Race Response Fleets by LV 
<t id="560">COMMAND_TYPE_SPECIAL_60</t>  :Protect Ship, Race Response Fleets by LV 
You see the difference, each command needs a description of what it does.
The reasoning behind this is because it gives everybody more information into what a script does and will help when the lists are filling up also :wink: .

Also when you link if you specify which script group you want the thread link it helps both us and you but it's up to you if you add this piece info :)

You may not reserve any command slot or ware until your script is finished but you can reserve t file numbers (max 1 per time, no blocking of number ranges)

Ignore the format rules and your post simply will not be linked :wink:
shadowdemon2 wrote:Note to the Moderators: Feel free to modify, or completely remove, what I wrote here, but I would greatly appreciate if you at least kept the "essence" of this in some form, as this should hopefully ensure that future modifications/additions to the Sticky won't break the format I applied on it.

While reformatting the Sticky, I have left this part unmodified, but I would please ask you to try keep the new entries formated as I have done. Here the guidelines I used:

1) An Index entry should be in the form:

Script name (Acronym) by Author(/Author2...)

IMPORTANT: Don't put any coma ',' in the script name, as coma are used as separator in the lower sections of this Index.

If there is an acronym, it should come at the end in parenthesis, unless it is an integral part of the name and always appears everywhere and in the same place. There could be several...

Comments should be put outside the URL (script name) in parenthesis () or square brackets [] (possibly after the author). I define a "Comment" as: any info that is not an integral part of the script name or the author name.

Authors should be outside the URL, prefixed with 'by ' and be separated by '/' instead of coma ',', column ':', ampersand '&', 'and' or whatever else...

2) For all other sections:

IMPORTANT: Always try to write the script name and/or acronym with the exact same spelling, (as well as the author name if present).

This is so that every entry in the lower sections can be uniquely associated with exactly one script from the Index. The name used in the lower section can be either the exact same name as in the Index, or "without the acronym" or "just the acronym" (obviously in that case without the parenthesis).

If the author supplied the specific use (highly recommended) he/she makes of a resource (i.e. command slot), then this usage information should come before the script name, and be separated by a coma ','.

3) The Wares:

Nothing special here, just write new entries like the old one, paying attention to the script name spelling.

4) The Commands:

If more then one script uses the same slot, always specify the conflict type between them. Normally, the author should provide this information, as he/she could tell beforehand that another script was already registered with this slot, and therefore should check whether there is a conflict with the previous script or not.

Please only ever put maximum two scripts on a Command Slot line. If more then two use it, then repeat the same line several times, so that the user know exactly what conflicts with what.

I had to define a new type of Conflict here: the "Unknown Conflict". You can read it as "Possible Conflict" (meaning it probably conflicts but we don't know for sure), but the difference is that I only defined it as "Unknown Conflict" because the different scripts were listed together without any hint as to whether they were compatible or not, which in some case might have actually meant: those scripts work together, so there is nothing to write.

If anyone can testify that two scripts that currently share a command with "Possible Conflict" or "Unknown Conflict" are actually "No Conflict" or (definitely) "Conflict", please say so! This will help other user in there choices.

Don't forget to pay attention to the script name spelling.

5) The Text Files / Text Pages:

Like 4), except that we have plenty of room here, so not much conflicts.

6) General notes:

Although this is probably obvious to anyone scripting, I think it is worth mentioning this here: If you know for sure that your script cannot possibly be compatible with another specific one, then it makes most sense to use the same slots as that other script. Why? Because it leaves more slots free for other scripts that might be compatible.
----------------------------------------------------------------------------------

Highly Recommended [ external image ]


{EMP} - Extended Mod Pack

This is a community developed mod - it is not endorsed by Egosoft.
Remember, whenever Egosoft releases a new patch, go to the {EMP} and see if there is an update!
The Pack is a mod that will allow the use of many new wares for commands as the normal Egosoft Code only allows approx 10 new wares to be added, If the script you are downloading uses the pack it will state this, you will need to install the pack to use these scripts.
See the emp thread for more info.
------------------------------------------------------------

:idea: Click Here to find out the most popular mods/scripts :idea:

Utilities

---------------------------

Highly Recommended [ external image ]

X3 Plugin Manager by Cycrow
This is an unofficial utility that can be used to install scripts and mods. Note that not all scripts are compatible with this utility but virtually all well developed scripts are due to it's ease of use. Only script packages that end in .spk will work with this utility. As it is unofficial, scripters are not required to use this utility. Check in the thread of the script you are interested in to see if it supports this program .

--------------------------------

Ship Manager By Cycrow
This is an unofficial utility that is used to create and install ship mods. Any xsp files require this program to install them and allows ships to be added onto current mods
X3 Logitech G15 LCD Stats Display by Cycrow
This is an unofficial applet for the Logitech G15 keyboards, to display game stats to the lcd display
Ship Spec Calculator by Jakesnake5
a spreadsheet that allows you to see how the stats for your ships compares to existing ships.
Last edited by Burianek on Sun, 19. Mar 06, 02:43, edited 73 times in total.

User avatar
Burianek
Posts: 2981
Joined: Mon, 29. Dec 03, 03:29
x3tc

Post by Burianek » Sat, 29. Oct 05, 22:26

Community Download Index
______________________________________________________________

AL Plugin Scripts

ADAMS - ITT by Jeff
Add Jumpdrives and Transporter Devices to EQ Docks by ITFUncleDave
Advanced Mineral Scanner by A dJ
AI Spy Satellites (AL Plugin) by LV
AL Competitors by LV ( please do not download under reconstruction )
Bounty Enhancement (AL Plugin) by LV
Convoys (AL Plugin) by LV
Escort (AL Plugin) by LV
Bail Signal Extension by voxol/xfir01
Boron-Paranid Regenerative Hull Systems (RHS) by Zurechial
Deathmatch Arena (DMA) by LV
Heavy Assault Capture Tech by LV
Fix Flying Wares by eladan
Fix for manual jumping by Gazz
Install Factory to Station or Ship (IFTSOS) by MJALowe
Improved Kha'ak by 7ate9tin11s
Jumpdrive kits by LV
Kha'ak Capture Plugin (KCP) by Serial Kicked
Medusa Radid Fire Missile Interface (Medusa) by LV
Out-of-combat Regen by Gazz
Pirate Base LaserTower Defense Booster by Jakesnake5
Pirate Guild (Intelligent Pirate Behaviours) by Serial Kicked
Player Response Fleets by LV
Race Invasions Mode by StarTrekMarc
Race Response Fleets by LV
Revive Dead Ships by Euclid
Salvage Insurance Contract by Cycrow
Save early - save often! by Gazz
Sector Security Network by SymTec ltd.
Sector Skirmishes by LV
Sector Takeover by acrh2/DesertEagle/nirwin
Set Crystals Primary Resource by SymTec ltd.
Software Command Packs by eladan
STO overtake sectors by Trickmov
TerraCorp by Deltawolf
Tractor Beam Merchant by Cycrow
Treasurehunt by LV
Xenon Shipyard by Jakesnake5
Xenon Migration by Cycrow
X3 BBS Project 2 by moot
X3 Hostile Universe by giskard
Yaki Armada by Serial Kicked

BBS or Mission Scripts

Assassins Guild by Cycrow
BBS Advertisements by Cycrow
BBS Player HQ Blueprint Offers by LV
BBS Plugins by LV
BBS Extras by Cycrow
BBS Extra Missions Pack by al_main
BBS Race Reparations by eladan
Bounty Hunters Guild by Cycrow
Insurance Dealer by Cycrow
Imperial Complex Construction Quests by LV
Mercenaries Guild by Cycrow
Merchants Guild by Cycrow
Overtune Ships by Cycrow
pirate ID by ttl
Race Military by Cycrow
Racers Guild by Cycrow
Report Enemy Action by eladan
Smuggler's Guild by Cycrow
Taxi Drivers Guild by Cycrow
TycPack by TycHouse (English & German)
Winnable Lottery by Cycrow
X3 BBS Project by The BBS-Project-Team (German)
X534-mission by SuperVegeta

Trading / Station Management Scripts

Advanced Money Transfer (AMX) by Xai Corporation
Autotrader Sector Lock/Blacklist by halo
Autotransfer Alternative and Station Profit Monitoring (Autotransfer Alternative) (Station Profit Monitoring) by fortysix2nz
Automatic Moneytransfer from Player/Station to Station by XGamer
Bankaccount by Blacky_BPG
Bulk Transporter Upgrade by al_main
Capitol Ship MTC (TLMTC) by xfir01
Cargo Delivery Service by Klaatu
Commercial Agent [SIGNED] by Lucike
Commodity Logistics Software MK1/2 (CLS) [SIGNED] by Lucike
Complex Buy/Sellpoints by SymTec ltd.
Complex Cleaner by Gazz
Complex Manager by Naffarin
Complex Production Cost by Euclid
Connect Stations (Ship Command) by SymTec ltd.
Crystal Free SPP by Serial Kicked
Auctions of Stations and Wares (DTS) by al_main
Economy and Supply Trader by Lucike
Freight Logistics Software by Jimmy Jazz
Large Ship Ware Manager by fortysix2nz
Local Trader MK3 update by Xai Corporation
Manual Trade Commands (MTC) [SIGNED] by Xai Corporation
MK3 Energy Trader Upgrade by LV
Player Friendly Equipment Docks by voxol
Player Friendly Shipyards by voxol
POED correctly working equipmentdocks by Trickmov
Rebuild Tractor Beam Fabs and add to shipyards for sale by LV
RedStar Dynamic TradeNet (Manual Trader Assistance) by RJV
Resource-Free Factory by arcana75
Satellite Limited MK3 Universal Trader by Zzyn
"Sector-Mother" Trading-Fleet-Supply by SymTec ltd.
Ship Repair Facility by Xai Corporation
Ship- and Station Fatory by SymTec ltd.
Station.Ship.Trader (trade only with fixed Stations) by SuperVegeta
Station Exterior Warehouse by Blacky_BPG
Station Administrator by siath70
Station Commands Suite by Xai Corporation
Station/Complex Relocator by PabloRSA
Station/Complex Seller by PabloRSA
Station Manager [SIGNED] by burianek/aalaardb
Station Naming Script by Osiris_sam
Station Trader by Naffarin
Station Trader Camper by Cycrow
Station Upgrades Framework by Xai Corporation
Storage spaces reports system by Chem
Trade Commands v2 by Xai Corporation
Trade Command MK1/2-Extension by SymTec ltd.
Trading Distribution Network by Cycrow
Universe Autotrader (Trade Software MK3 extension) by -IH-
Universe Trader Fix by Lebowske
Ware Replicator by Nividium
Warehouse by Nividium
Warehouse Commands by Deltawolf

Combat Scripts

Advanced Thruster Control by Cycrow
Apollyon Arms: Laser Weapon Switcher (LWS) by Laureati
Apollyon Arms: Targeting Extensions by Laureati
Attack All Enemies upgrade by Gazz
Automated Defense System (ADS) by Serial Kicked
Anarkis Carrier Commands by Serial Kicked
Attack Target of... by Xai Corporation
Cargo Shield Array by Gazz
Combat Commands by Xai Corporation
Combat Tractor by Bunny
ECM System by Cycrow
Electro-Magnetic Pulse Blast Cannon by Cycrow
Emergency Escape Transporter by Cycrow
Fighter Base Commander by dwgh
Fight Command Software MK3 by X-Freak Cartman [KBG]
Fix Attack Command by Xai Corporation
Group Carrier Operations (GCO) by Xai Corporation
Group Combat Commands (GCC) by Xai Corporation
Group Combat Hotkeys [SIGNED] by Xai Corporation
Group Management System (GMS) [SIGNED] by Xai Corporation
Group Missile Management (GMM) by Xai Corporation
Group Targeting System by Serial Kicked
Khaakhunter by Euclid
Kha'ak Cluster Commands by Kortako
Khaak Custom Start by Nividium
Lasertower Array by Euclid
Launch Fighter Drone Hotkey by Xai Corporation
Leveling AI by Nemeo
Mass-Driver Ammo Generator by Cycrow
Match Speed of Target by DesertEagle
Missile Bay Extension (Configure Missile Bay) by Stevio
Missile Defense Mosquito [SIGNED] by Lucike
Missile Targetting Software by Cycrow
Rocket Cruiser by SuperVegeta
Satellite Early Warning Network by Cycrow
Scout for Enemies by Xai Corporation
SCX: Squadron Command Extension by voxol
Shield Batteries and Nanobots by Cycrow
Shield Boosting Technology by LV
Ship Jamming Device by Cycrow
Signal Targeted by eladan
Smart Targets Hotkeys by Klyith
Summon Assisting Ships (Hotkeys) by Klyith
System Override Software MK2 by Cycrow
NICE Interface Enhancement by Gazz
Task Force Command by Myros
TerraCorp Combat Pilots Project by Myros
TerraCorps Fleet Package by siath70
Turret Commands plugin by Xai Corporation
Turret Command Suite (NPC Turrets, Hotkeys) by mrcann
Gazz's Turret On/Off Hotkey by Gazz
Turret On/Off Hotkey by Klyith
Weapons Changer by Bunny
x0ne Turret Control System (TCS) by x0ne

Navigation Scripts

Advanced Jumpdrive by Cycrow
Align ship with ecliptic by Gazz
AStar Sector Pathfinder Commands by aalaardb
Explorer Software [SIGNED] by Xai Corporation
Fly Through Gate Command by OML
Jump To Me Command by Cycrow
Jump To Target command by Xai Corporation
Move To Coordinates by Cycrow
Navigation Override System MK1 (NOS) by Xai Corporation
WayPoint Command by Xai Corporation

Ship Commands and Other Scripts

Advanced Tractor Beam by Bunny
Afterburner MK1/2 [SIGNED] by Cycrow
Ammo / Missile Watcher by Gazz
Asset Summary Report by Carlo
Assimilator by Nividium
Asteroid Creator by Fud
Asteroid Relocator by Nividium
Attack Rocks [SIGNED] by Bunny
Auto Debris Harvestor by Nividium
Auto Preacher by Nividium
Auto Upgrade by Deltawolf
A.R.E.S. Station Building Service by -Dusty-
Beam Dock Script by LV /Apricotslice
BIER Scanner by Gazz
Black Market Goods Acquisition Service by Reinhart Menken
Bombardier by Chem
Brand-X Station Capture by Brand-X
Camera Drone Spy by Nividium
Camoflauge Device ST by Blacky_BPG
Capitol Ship Crews by Cycrow
Cargo Bay Energy Divert System by Cycrow
Cartel Capture Passengers [SIGNED] by Xai Corporation
Cartel Shield Hacker [SIGNED] by Xai Corporation
Capital Ship Naming System by Osiris_sam

Extended Command Information & InGame-ReadMe (CIAD) by SymTec ltd.
CisorTech Dynamic Bay Configuration by Cisor
Cold War by voxol
Comm Chatter Framework by aalaardb
Company Assets by Birdman
Condense Asteroids by Gazz
DisCo - Disable Collisions (Complex Performance) by -Dusty-
Dock TS Ships On TL Class by LV
Electronics Packages by arcana75
Equipmentsoftware by XGamer
Escort CCM by aalaardb
Factory Complex Constructor by Lt. Ford [KBG] (Translation by Profitlord [KBG])
FBBK - Free Stock Exchange (of the Boron Territories) by SymTec ltd.
Find Huge Ships by xxBlueDragonxx
Flare! by Gazz
Fleet Support Ship Software (FSUP) [SIGNED] by Xai Corporation
Flying-Ware Collect Software MK1 by whismerhill
Freight Transporter Upgrade by LV
Friendly Pirates by TycHouse
Goner Map Update Service (GMUS) by SuperVegeta
Goner Emergency Jumpdrive Insurance by SymTec ltd.
Homebase Rememberance Aid by Gazz
Hotkey Radiation Blast by TycHouse
Insurance Technology by LV
Install Wares (And Shields) To Station by al_main
LazCorp Military Kyon Replicator (Kyon Replicator) by Lazerath
LazCorp Military Scanner by Lazerath
Lure Spaceflies by Bunny
Magic Crystals by Nividium
Matter Generator by Euclid
Mine Sweeper by Nividium
Mobile Mining / Mineral Collection Software [SIGNED] by Bunny
Move and Rotate Objects by Graxster
Move Freebie Ships by Cycrow
Nividium As Secondary Resource by Nividium
Nividium Mines by Cycrow
Numeric Race Rank Titles by Gazz
Passenger Slaves by Cycrow
Paranid Nividium Processing Plants by Nividium
Personal Energy Generator by PapaTong
Pirate Base Locator by Cycrow
Product Finder by Tomcat
Refuel For Jump by Xai Corporation
Remote Docked Freight Transfer by BOF
Remote Transporter Device (RTD) [SIGNED] by Xai Corporation
Homebase Command (Remove/Assign) by Cycrow
Remaining Missile Counter by -Dusty-
Rename Ships with Expressions (RSwE) by Klyith
Ring of Fire (Lasertowers) by Gazz

Salvage Extension Commands by voxol
Salvage Network by TECSG
Satellite deployment script by Devest
SatelliteDeploy (Multiformat safe Satellite deployment) by Bhruic
Scrap Ship at Carrier by eladan
Scrap Ship at Player HQ [SIGNED] by eladan
Sector Scanner by Nividium
Set Yaki as Friend or Foe by Bunny
Self Destruction / Suicide Command by SymTec ltd.
Self Repairing Hull Technology by LV
Shield to Drive Booster by A dJ
Ship Commissioning Software by Sartorie
Ship Protocol by StarTrekMarc
Ship/Station names Managment by UniTrader
Ship Tools (with in CLS MK1/2, hire/dismess/move T-MK3 and CLS Pilots) by Lucike
Spacefly Hunting Software by Cycrow
Split Spacefly Farms by Nividium
Station Freight Transporter by Heretic666
Station Ships Renaming Management by StarTrekMarc
Statistic Centre by Trickmov
Steal Wares Commands (Steal Wares) by al_main
Stealth Device MK2 by SuperVegeta
Stevio Fab Supplier by Stevio
Stevio Shipyard by Stevio
Stevio Weapons Dealer by Stevio
Stock Level Monitor by Xai Corporation
Target Nearest Unclaimed Ship/Ware Hotkey by ITFUncleDave
Target Nearest Unscanned Asteroid by Bunny
Target Nearest Unvisited Station by Bunny
Taxisoftware MK1/2 by SymTec ltd.
Teladi Shield Shunt by Maulkye
Tour De Argon by Trickmov
TRACKER Mines by Gazz
Train Slaves Into Marines by Argon Emperor
Ultimate Commands Pack by Xai Corporation
Universal Ware Transfer by eladan
Universe Explorers by 7ate9tin11s
Universal MK3 Trader Protection (UTP) by LV
UT Profit by Euclid
Warecollector by BEF
Weapons Dealer by xxBlueDragonxx
Xenon Border Conflicts by Trickmov
Xenon Custom Start by Nividium
X2-X3-Converter by SymTec ltd.
X3-X3-Converter by SymTec ltd.
Xenotype: Xenon prototype project by acrh2
XU Stats (X3 Stats) by Birdman (for Logaan)
Xexplorer Scanner by Birdman (for Pospi)
Yaki Stations by Jakesnake5

Turret Scripts

Advanced Missle Defense by Fud
MARS Fire Control (MARS) by Gazz
Missile Defence Mark II by S9ilent
Point Defence by S9ilent
SuperVegeta Turret Commands by SuperVegeta

Utility Scripts to be Used by Other Scripters

3d Math Library by aalaardb
Array: Convert Array Data to String by SymTec ltd.
Array: Revert by SymTec ltd.
Binary Heap (sort) Function by aalaardb
Custom Factory Setup Library by Armegeddon
Destroy Station Debris by aalaardb
Detect objects in a cone by Gazz
Fix Jump Sequence by Xai Corporation
Floating Point Math Lib by Euclid
Forum Name Lib tfile 7700 by LV
GCD Thread by Euclid
Get average Sector size by SymTec ltd.
Get bullet speeds by Gazz
Get FPS / Detect SETA by Gazz
Get object size by Gazz
Get rank as number and name by Trickmov


Get Sector Info library by DangerDave
Get surrounding sectors by Gazz
Hotkeys with double click / multiple functions by Gazz
Incoming Question Handler by SymTec ltd.
Library: Border/Core Sector - Security Level by Gazz
Library for retrieving original ship-race by Zurechial
Library - Menu based Get Argument by MJALowe
Manage forbidden areas by Naffarin
mEngine Interface by PrizzZ
move.movetosector update by Xai Corporation
Nuke.Lib - Create Asteroid Field by nuclear_eclipse
Nuke.Math - Absolute Value by nuclear_eclipse
Nuke.Lib - Add Exact Notoriety by nuclear_eclipse
Nuke.Lib - Set Sector as Known by nuclear_eclipse
Numeric Entry by BOF
OOS Combat Simulator by halo
"Player possession" and "Ship Hardware" by SymTec ltd.
Random Shiptype Generator by aalaardb
Remove Low Yield Asteroids by Bunny
Remove Rocks from Sector by Bunny
Safe route library by SymTec ltd.
Script Identification Library by Osiris_sam
Script (Lib): 3D Comparison/Projection by S9ilent
String Functions Library by Chem [EG] [ru]
String Maths by BOF
Sorts and strings by BOF
Ware2RelVal Thread by Euclid
Ware Notoriety Checker by xfir01


Mission Director (MD)

*****NOTE******
MD is included only on version 2.5

In-Space Retrieve Mission v.1.5 [MD-Mission] by Ketraar
In-Space Ship Escort Mission [MD-Mission] by Ketraar


Mods

*****NOTE******
As patch 1.4 has just been released you should check in the thread linked if it is compatible with the 2.5 update as most mods will be overwritten in some area's by the 2.5 patch

{EMP} (Extended Mod Pack) (required for certain scripts to function correctly)

Full Salvage (AL Plugin) by aalaardb (modded Jocan2003)
M6 Heavy Transport Mod (allows M6 ships to use MK3 trading commands) by Apricotslice
Apricot Salvage Mod by Apricotslice
Ashleys Factories by Saint-Ashley/Armegeddon
Better Spoken Text by aalaardb
BlackRain Rebalance by BlackRain
Buyable Complexes by xxBlueDragonxx
Capital Rebalance by Galaxy613
Cloak Device by SymTec ltd./laux
Cockpit Callback by Galaxy613
Community Patch by Bubba Fat
Ship and Station Mod (DDRS) by DeadlyDa/Red Spot
Exodus Fleet Ships (Exodus) (E.F.S.) by Andras/Jakesnake5
Extended Complex Hub and Complex Node Bazaar by Armegeddon
Extend PHQ to 50Mill - Added to Boron Shipyards Mod by Apricotslice
Fixed Xenon P model (minimod/false patch) by halo
Font Replacement by MJALowe
Goner Gatherer Mod by Apricotslice
HQ Creditless Production by Jocan2003
HUD-mod by UniTrader
J.L.'s Multimod by J.L.
Khaak Intruder Mod by Apricotslice
Less Enemies/Less Asteroids Combined by BlackRain
Lower Poly Asteroids by halo
Galaxy Upgrade - Effects [MiniMod] by DSE [ITF]
Galaxy Upgrade - GUI [MiniMod] by DSE [ITF]
Goner Traders by Jakesnake5
M6 Upgrade Mod by Mehrunes
Missing Ship Models Mod by Bubba Fat
New Horizons Mod by Phlt [ Xchange Guild ]
No Civillians by cactus
No Trash BBS - aka Enhanced BBS by Ryuujin
No Trash BBS v2.02 by Klyith
No Trash BBS v2.5 by Lancefighter
Pirate Horror Mod by Apricotslice
Racial Laser Variants by Gazz
Realspace Backgrounds Mod by Realspace
Roguey's Mod by Roguey
Salvage Mod by aalaardb
Unified Capture by Brand-X
The De-Rank Mod by Apricotslice
The Syndicate Galaxy by nuclear_eclipse
The Xtended Mod (XTM)
x3plus by Lucike
X3 Remote Property Management by nuclear_eclipse/Doomed498

Scripts and Mods No Longer Supported by Author

Fleet Orders by acrh2
Lasertower Upgrade by Euclid
KryNx's Satellite deployment script by KryNx
RS.Jump Driving by Red Spot
RS.QFLS by Red Spot
RS.Security by Red Spot
RS.Turret Defence by Red Spot

RS.WASTE (weps + shields to engines) (Hotkey Overtuning Script) by Red Spot
RS.NPC.Plugins by Red Spot
RS.UPS by Red Spot
lib.find.gates by Red Spot
Ware removal script by Red Spot

Scripts and Mods No Longer Supported and download links dead.

BenCo Factory Warehouse by BenCo Industries
BenCo Industries - Operative by BenCo Industries
BenCo Factory Autotrade Network by BenCo Industries
BenCo Garbage Recycler by BenCo Industries
BenCo Nividium Scanner by BenCo Industries
BenCo System Override Software by BenCo Industries
BenCo Trade School by BenCo Industries
BenCo X-treme Cargo by BenCo Industries
Gateless Jumpdrive Addon by Dioltas As Dia
Khaak Empire by BenCo Industries

Ships

Tensin's Ship Page
Cycrows Ship Page
Dukes shipyard
My Ships by MJALowe
X-Fleet by grev77

Personal Indexes

All scripts by AalaarDB
All scripts by Bunny
All scripts by Cycrow
All scripts by LV
All scripts by Serial Kicked many dead links, you will need to hunt/search for his excellent work
All scripts by Stevio
All scripts by Xai Corporation

Admin backup txt file
_______
1
2
3
4
5
Last edited by Burianek on Sun, 29. Jan 06, 21:08, edited 44 times in total.

Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22201
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow » Mon, 31. Oct 05, 00:23

Compatibility List

Not all unsigned scripts are guaranteed to work well with each other. This post will attempt to minimize the amount of conflict between unsigned scripts by being a common resource that all scripters can use to make sure that they don't overlap resources.

There are some forms of incompatibility that are buried deep within the code, and cannot be controlled in an organized fashion. These types of conflict cannot be dealt with here, so don't assume that if you don't see a post here about two scripts being in conflict that they will work properly with each other.

The most common form of script conflict is two scripts trying to use the same command slots or command wares. The following table will therefore list all of the command slots and wares available in X3. As you write a script and want to attach your script name to one of the slots, just make a post in here, and I'll try to keep the table as updated as possible.


Command Extension Wares Used
Some of these may be used / get used by Egosoft. I'm honestly not sure what's in X3 yet.

28;0;0;0;0;59;5753;0;35714;1;1;0;35714;-100000;0;0;SS_WARE_SW_NEW1; 1,002,677 credits
  • Fight Command Software MK3 by X-Freak Cartman [KBG]
28;0;0;0;0;60;5763;0;17;1;1;0;17;-100000;0;0;SS_WARE_SW_NEW2; 477 credits
  • Explorer Software
28;0;0;0;0;61;5773;0;14;1;1;0;14;-100000;0;0;SS_WARE_SW_NEW3; 393 credits
    28;0;0;0;0;62;5783;0;56;1;1;0;56;-100000;0;0;SS_WARE_SW_NEW4; 1572 credits
    • Explorer Software
    28;0;0;0;0;63;5793;0;88;1;1;0;88;-100000;0;0;SS_WARE_SW_NEW5; 2470 credits
    • Fleet Support Ship Software by Xai Corporation
    28;0;0;0;0;64;5803;0;283;1;1;0;283;-100000;0;0;SS_WARE_SW_NEW6; 7945 credits
    • Commodity Logistics Software MK1 by Lucike
      Command ID, E.F.S. by Andras/Jakesnake5
    28;0;0;0;0;65;5813;0;383;1;1;0;383;-100000;0;0;SS_WARE_SW_NEW7; 10752 credits
    • Commodity Logistics Software MK2 by Lucike
      Personal Energy Generator by PapaTong
      Salvage Network by TECSG
      Local Jump Drive, E.F.S. by Andras/Jakesnake5
    28;0;0;0;0;66;5823;0;1389;1;1;0;1389;-100000;1043;0;SS_WARE_SW_NEW8; 38,996 credits
    • BC.AI.Extension, E.F.S. by Andras/Jakesnake5
    28;0;0;0;0;67;5833;0;3396;1;1;0;3396;-100000;0;0;SS_WARE_SW_NEW9; 95,343 credits
    • Shield to Drive Booster by A dJ
      Energy.Generator, E.F.S. by Andras/Jakesnake5
    28;0;0;0;0;68;5843;0;4215;1;1;0;4215;-100000;0;0;SS_WARE_SW_NEW10; 118,336 credits
    • Self Repairing Hull Technology by LV
    28;0;0;0;0;69;5853;0;5635;1;1;0;5635;-100000;0;0;SS_WARE_SW_NEW11; 158,203 credits
    • Advanced Mineral Scanner by A dJ
      Teladi Shield Shunt by Maulkye
    28;0;0;0;0;70;5863;0;65735;1;1;0;65735;-100000;0;0;SS_WARE_SW_NEW12; 1,845,522 credits
    • Afterburner MK1 by Cycrow
    28;0;0;0;0;71;5873;0;17857;1;1;0;17857;333;1043;0;SS_WARE_SW_NEW13; 501,338 credits
    • Trade Software MK3 extension
    28;0;0;0;0;72;5883;0;21428;1;1;0;21428;0;0;0;SS_WARE_SW_NEW14; 601,595 credits
    • System Override Software MK2 by Cycrow
    28;0;0;0;0;73;5893;0;324515;1;1;0;324515;-100000;0;0;SS_WARE_SW_NEW15; 9,110,822 credits
    • CisorTech Dynamic Bay Configuration by Cisor
    28;0;0;0;0;74;5903;0;638508;1;1;0;638508;-100000;0;0;SS_WARE_SW_NEW16; 17,926,236 credits
    • Afterburner MK2 by Cycrow
      Gateless Jumpdrive Addon by Dioltas As Dia
    28;0;0;0;0;75;5913;0;225755;1;1;0;225755;-100000;0;0;SS_WARE_SW_NEW17; 6,338,115 credits
    • System Override Software MK2 by Cycrow
      Cartel Shield Hacker by Xai Corporation
    28;0;0;0;0;76;5923;0;1931535;1;1;0;1931535;1000;0;0;SS_WARE_SW_NEW18; 54,228,222 credits
      28;0;0;0;0;77;5933;0;2209150;1;1;0;2209150;-100000;0;0;SS_WARE_SW_NEW19; 62,022,317 credits
      • Heavy Assault Capture Tech by LV
      28;0;0;0;0;78;5943;0;6727565;1;1;0;6727565;-100000;0;0;SS_WARE_SW_NEW20; 188,877,701 credits
      • Stealth Device MK2 by SuperVegeta
      28;0;0;0;0;312;12363;0;65735;1;1;0;65735;10000;0;0;SS_WARE_SW_CUSTOM12_12; 1,840,580 credits
      • Black Market Goods Acquisition Service by Reinhart Menken
      Last edited by Cycrow on Fri, 26. Oct 07, 15:44, edited 14 times in total.

      User avatar
      Burianek
      Posts: 2981
      Joined: Mon, 29. Dec 03, 03:29
      x3tc

      Post by Burianek » Tue, 1. Nov 05, 02:03

      Command Names / Slots Used
      Command slots in the 0 - 15 range are reserved for Egosoft. Please use numbers in the 16 - 63 range.

      Commands Removed from index due to no support and broken download links

      Code: Select all

      <t id="225">COMMAND_TYPE_NAV_25</t> - Use Khaak Jumpdrive, Khaak Empire by BenCo Industries
      <t id="654">COMMAND_TYPE_PIRACY_54</t> - CREATE_CONTAINERS, BenCo X-treme Cargo by BenCo Industries
      <t id="655">COMMAND_TYPE_PIRACY_55</t> - USE_CONTAINER, BenCo X-treme Cargo by BenCo Industries
      <t id="656">COMMAND_TYPE_PIRACY_56</t> - TELEPORT_CONTAINER, BenCo X-treme Cargo by BenCo Industries
      <t id="726">COMMAND_TYPE_CUSTOM_26</t> - Gateless Jumpdrive Addon by Dioltas As Dia
      <t id="746">COMMAND_TYPE_CUSTOM_46</t> - Buy School, BenCo Trade School by BenCo Industries
      <t id="747">COMMAND_TYPE_CUSTOM_47</t> - Scan Nividium, BenCo Nividium Scanner by BenCo Industries
      <t id="1144">COMMAND_TYPE_STATION_44</t> - Autotransfer Alternative by fortysix2nz (Possible Conflict) Buy BenCo Warehouse, BenCo Factory Warehouse by BenCo Industries
      <t id="1145">COMMAND_TYPE_STATION_45</t> - Autotransfer Alternative by fortysix2nz (Possible Conflict) BenCo Warehouse Report, BenCo Factory Warehouse by BenCo Industries
      <t id="1147">COMMAND_TYPE_STATION_47</t> - Buy BenCo Recycler, BenCo Garbage Recycler by BenCo Industries
      <t id="1148">COMMAND_TYPE_STATION_48</t> - Complex Manager by Naffarin (Conflict) Start BenCo Autotrader, BenCo Factory Autotrade Network by BenCo Industries
      <t id="1149">COMMAND_TYPE_STATION_49</t> - Complex Manager by Naffarin (Conflict) Stop BenCo Autotrader, BenCo Factory Autotrade Network by BenCo Industries
      Navigation Command Menu:

      <t id="216">COMMAND_TYPE_NAV_16</t>
      <t id="217">COMMAND_TYPE_NAV_17</t> - Jump To Me Command by Cycrow
      <t id="218">COMMAND_TYPE_NAV_18</t> - Jump To Me Command by Cycrow
      <t id="219">COMMAND_TYPE_NAV_19</t> - Jump To Me Command by Cycrow
      <t id="220">COMMAND_TYPE_NAV_20</t> - Jump To Me Command (to homebase) by Cycrow
      <t id="221">COMMAND_TYPE_NAV_21</t>
      <t id="222">COMMAND_TYPE_NAV_22</t> - Point to Point Jump, The Xtended Mod
      <t id="223">COMMAND_TYPE_NAV_23</t>
      <t id="224">COMMAND_TYPE_NAV_24</t> - Fastest Move to Target, Exodus Fleet Ships
      <t id="225">COMMAND_TYPE_NAV_25</t> - GateJump to Position, Exodus Fleet Ships by Andras/Jakesnake5
      <t id="226">COMMAND_TYPE_NAV_26</t> - Jump to Position, Exodus Fleet Ships by Andras/Jakesnake5
      <t id="227">COMMAND_TYPE_NAV_27</t> - Explore Sectors, Exodus Fleet Ships by Andras/Jakesnake5
      <t id="228">COMMAND_TYPE_NAV_28</t>
      <t id="229">COMMAND_TYPE_NAV_29</t> - Goner Map Update Service by SuperVegeta
      <t id="230">COMMAND_TYPE_NAV_30</t> - AI Spy Satellites by LV
      <t id="231">COMMAND_TYPE_NAV_31</t> - Start, Universe Explorers by 7ate9tin11s
      <t id="232">COMMAND_TYPE_NAV_32</t> - Move Universe Explorer, Universe Explorers by 7ate9tin11s
      <t id="233">COMMAND_TYPE_NAV_33</t> - Drop Navigational Warning Beacon, Universe Explorers
      <t id="234">COMMAND_TYPE_NAV_34</t>
      <t id="235">COMMAND_TYPE_NAV_35</t> - Fly Through Gate Command by OML
      <t id="236">COMMAND_TYPE_NAV_36</t> - Explore Sector, Explorer Software by Xai Corporation
      <t id="237">COMMAND_TYPE_NAV_37</t> - Start MK1, Taxisoftware MK1/2 by SymTec ltd.
      <t id="238">COMMAND_TYPE_NAV_38</t> - Start MK2, Taxisoftware MK1/2 by SymTec ltd.
      <t id="239">COMMAND_TYPE_NAV_39</t>
      <t id="240">COMMAND_TYPE_NAV_40</t> - Salvage Network by TECSG
      <t id="241">COMMAND_TYPE_NAV_41</t> - Salvage Network, Move To Coordinates by TECSG
      <t id="242">COMMAND_TYPE_NAV_42</t>
      <t id="243">COMMAND_TYPE_NAV_43</t>
      <t id="244">COMMAND_TYPE_NAV_44</t>
      <t id="245">COMMAND_TYPE_NAV_45</t> - Advanced Jumpdrive by Cycrow
      <t id="246">COMMAND_TYPE_NAV_46</t> - Advanced Jumpdrive by Cycrow
      <t id="247">COMMAND_TYPE_NAV_47</t>
      <t id="248">COMMAND_TYPE_NAV_48</t>
      <t id="249">COMMAND_TYPE_NAV_49</t>
      <t id="250">COMMAND_TYPE_NAV_50</t> - Dock TS Ships On TL Class by LV (Possible Conflict) BeamDock ship on TL/M1, Beam Dock Script
      <t id="251">COMMAND_TYPE_NAV_51</t>
      <t id="252">COMMAND_TYPE_NAV_52</t>
      <t id="253">COMMAND_TYPE_NAV_53</t>
      <t id="254">COMMAND_TYPE_NAV_54</t> - Move To Coordinates by Cycrow
      <t id="255">COMMAND_TYPE_NAV_55</t> - CisorTech Dynamic Bay Configuration by Cisor
      <t id="256">COMMAND_TYPE_NAV_56</t> - CisorTech Dynamic Bay Configuration by Cisor
      <t id="257">COMMAND_TYPE_NAV_57</t> - RS.QFLS by Red Spot [UNSUPPORTED]
      <t id="258">COMMAND_TYPE_NAV_58</t> - RS.QFLS by Red Spot [UNSUPPORTED]
      <t id="259">COMMAND_TYPE_NAV_59</t> - RS.QFLS by Red Spot [UNSUPPORTED]
      <t id="260">COMMAND_TYPE_NAV_60</t> - RS.Jump Driving by Red Spot [UNSUPPORTED]
      <t id="261">COMMAND_TYPE_NAV_61</t>

      Fight Command Menu:

      <t id="316">COMMAND_TYPE_FIGHT_16</t> - Set Turrets, The Xtended Mod
      <t id="317">COMMAND_TYPE_FIGHT_17</t> - Set Turrets, The Xtended Mod
      <t id="318">COMMAND_TYPE_FIGHT_18</t> - Set Turrets, The Xtended Mod
      <t id="319">COMMAND_TYPE_FIGHT_19</t> - Satellite Early Warning Network by Cycrow
      <t id="320">COMMAND_TYPE_FIGHT_20</t> - Deploy Minefield, The Xtended Mod
      <t id="321">COMMAND_TYPE_FIGHT_21</t> - Drone Command, The Xtended Mod
      <t id="322">COMMAND_TYPE_FIGHT_22</t> - Drone Command, The Xtended Mod
      <t id="323">COMMAND_TYPE_FIGHT_23</t> - Drone Command, The Xtended Mod
      <t id="324">COMMAND_TYPE_FIGHT_24</t> - Drone Command, The Xtended Mod
      <t id="325">COMMAND_TYPE_FIGHT_25</t> - Jump To Protect, Player Response Fleets by LV
      <t id="326">COMMAND_TYPE_FIGHT_26</t> - Attack Target of..., Fight Command Software MK3
      <t id="327">COMMAND_TYPE_FIGHT_27</t> - Defend Position, Fight Command Software MK3
      <t id="328">COMMAND_TYPE_FIGHT_28</t>
      <t id="329">COMMAND_TYPE_FIGHT_29</t>
      <t id="330">COMMAND_TYPE_FIGHT_30</t> - Scout for Enemies
      <t id="331">COMMAND_TYPE_FIGHT_31</t> - Khaakhunter by Euclid
      <t id="332">COMMAND_TYPE_FIGHT_32</t>
      <t id="333">COMMAND_TYPE_FIGHT_33</t>
      <t id="334">COMMAND_TYPE_FIGHT_34</t> - Drone Command, The Xtended Mod
      <t id="335">COMMAND_TYPE_FIGHT_35</t> - Configure Missile Bay (1) by Stevio
      <t id="336">COMMAND_TYPE_FIGHT_36</t> - Configure Missile Bay (2) by Stevio
      <t id="337">COMMAND_TYPE_FIGHT_37</t> - Configure Missile Bay (3) by Stevio
      <t id="338">COMMAND_TYPE_FIGHT_38</t> - Configure Missile Bay (4) by Stevio
      <t id="339">COMMAND_TYPE_FIGHT_39</t> - Configure Missile Bay (5) by Stevio
      <t id="340">COMMAND_TYPE_FIGHT_40</t> - TerraCorp Combat Pilots Project by Myros (No Conflict) TerraCorps Fleet Package by siath70
      <t id="341">COMMAND_TYPE_FIGHT_41</t> - Task Force Command by Myros (No Conflict) TerraCorps Fleet Package
      <t id="342">COMMAND_TYPE_FIGHT_42</t> - Command, Attack Rocks by Bunny
      <t id="343">COMMAND_TYPE_FIGHT_43</t>
      <t id="344">COMMAND_TYPE_FIGHT_44</t>
      <t id="345">COMMAND_TYPE_FIGHT_45</t>
      <t id="346">COMMAND_TYPE_FIGHT_46</t> - Fire, Medusa by LV
      <t id="347">COMMAND_TYPE_FIGHT_47</t> - Fire Single Target, Medusa by LV
      <t id="348">COMMAND_TYPE_FIGHT_48</t>
      <t id="349">COMMAND_TYPE_FIGHT_49</t>
      <t id="350">COMMAND_TYPE_FIGHT_50</t> - Train Slaves, Train Slaves into Marines by Argon Emperor
      <t id="351">COMMAND_TYPE_FIGHT_51</t>
      <t id="352">COMMAND_TYPE_FIGHT_52</t> - options, Sector Takeover by acrh2/DesertEagle/nirwin
      <t id="353">COMMAND_TYPE_FIGHT_53</t>
      <t id="354">COMMAND_TYPE_FIGHT_54</t>
      <t id="355">COMMAND_TYPE_FIGHT_55</t> - Weapons Changer by Bunny
      <t id="356">COMMAND_TYPE_FIGHT_56</t> - Patrol, Sector Security Network by SymTec ltd.
      <t id="357">COMMAND_TYPE_FIGHT_57</t> - Assign Assault Troops, Brand-X Station Capture
      <t id="358">COMMAND_TYPE_FIGHT_58</t>
      <t id="359">COMMAND_TYPE_FIGHT_59</t>
      <t id="360">COMMAND_TYPE_FIGHT_60</t> - RS.Security by Red Spot [UNSUPPORTED]
      <t id="361">COMMAND_TYPE_FIGHT_61</t> - RS.Security by Red Spot [UNSUPPORTED]

      Trade Command Menu:

      <t id="416">COMMAND_TYPE_TRADE_16</t> - Lock Sector, Autotrader Sector Lock/Blacklist by halo
      <t id="417">COMMAND_TYPE_TRADE_17</t> - Report Locked Sectors, Autotrader Sector Lock/Blacklist by halo
      <t id="418">COMMAND_TYPE_TRADE_18</t> - STATION ware transfer, Exodus Fleet Ships
      <t id="419">COMMAND_TYPE_TRADE_19</t> - Merchants Guild by Cycrow
      <t id="420">COMMAND_TYPE_TRADE_20</t> - Station Manager (Conflict) Factory Autotrade, Exodus Fleet Ships
      <t id="421">COMMAND_TYPE_TRADE_21</t> - Station Trader by Naffarin
      <t id="422">COMMAND_TYPE_TRADE_22</t> - Station Trader by Naffarin
      <t id="423">COMMAND_TYPE_TRADE_23</t> - Station Trader by Naffarin
      <t id="424">COMMAND_TYPE_TRADE_24</t> - Station Trader Camper by Cycrow
      <t id="425">COMMAND_TYPE_TRADE_25</t> - Station Trader Camper by Cycrow
      <t id="426">COMMAND_TYPE_TRADE_26</t> - Station Trader by Naffarin
      <t id="427">COMMAND_TYPE_TRADE_27</t> - Trading Distribution Network by Cycrow
      <t id="428">COMMAND_TYPE_TRADE_28</t> - Complex Production Cost by Euclid
      <t id="429">COMMAND_TYPE_TRADE_29</t> - Local Trader MK3 update (Start)
      <t id="430">COMMAND_TYPE_TRADE_30</t> - Commodity Logistics Software MK1 by Lucike
      <t id="431">COMMAND_TYPE_TRADE_31</t> - Commodity Logistics Software MK2 by Lucike (Unknown Conflict) ShipWare Autotrade, Exodus Fleet Ships by Andras/Jakesnake5
      <t id="432">COMMAND_TYPE_TRADE_32</t> - Commercial Agent by Lucike (Unknown Conflict) Find ware and report, Exodus Fleet Ships
      <t id="433">COMMAND_TYPE_TRADE_33</t> - Upgrade Tender, Fighter Base Commander by dwgh
      <t id="434">COMMAND_TYPE_TRADE_34</t> - Takestation, DMA by LV
      <t id="435">COMMAND_TYPE_TRADE_35</t> - Start weapons trader, Weapons Dealer by xxBlueDragonxx
      <t id="436">COMMAND_TYPE_TRADE_36</t> - Profit for selected UT, UT Profit by Euclid
      <t id="437">COMMAND_TYPE_TRADE_37</t> - Manual Trade Run, TLMTC
      <t id="438">COMMAND_TYPE_TRADE_38</t> - Best Buy, TLMTC
      <t id="439">COMMAND_TYPE_TRADE_39</t> - Best Sell, TLMTC
      <t id="440">COMMAND_TYPE_TRADE_40</t> - Large Ship Ware Manager by fortysix2nz
      <t id="441">COMMAND_TYPE_TRADE_41</t> - Get.Ware.Best.X, Trade Command MK1/2-Extension
      <t id="442">COMMAND_TYPE_TRADE_42</t> - Sell.Ware.Best.X, Trade Command MK1/2-Extension
      <t id="443">COMMAND_TYPE_TRADE_43</t> - Best Buy, RedStar Dynamic TradeNet by RJV
      <t id="444">COMMAND_TYPE_TRADE_44</t> - Best Sell, RedStar Dynamic TradeNet by RJV
      <t id="445">COMMAND_TYPE_TRADE_45</t> - Connect Stations by SymTec ltd.
      <t id="446">COMMAND_TYPE_TRADE_46</t> - Buy_NumOfWar, Station.Ship.Trader by SuperVegeta
      <t id="447">COMMAND_TYPE_TRADE_47</t>
      <t id="448">COMMAND_TYPE_TRADE_48</t> - Freight Logistics Software by Jimmy Jazz
      <t id="449">COMMAND_TYPE_TRADE_49</t> - Signal Targeted by eladan
      <t id="450">COMMAND_TYPE_TRADE_50</t> - Product Finder by Tomcat
      <t id="451">COMMAND_TYPE_TRADE_51</t> - Ship Type Locator, Product Finder by Tomcat
      <t id="452">COMMAND_TYPE_TRADE_52</t> - Best Sales Locator, Product Finder by Tomcat
      <t id="453">COMMAND_TYPE_TRADE_53</t> - "Sector-Mother" Trading-Fleet-Supply by SymTec ltd.
      <t id="454">COMMAND_TYPE_TRADE_54</t> - Buy_Ware_on_, Station.Ship.Trader by SuperVegeta
      <t id="455">COMMAND_TYPE_TRADE_55</t> - Sell_Ware_on, Station.Ship.Trader by SuperVegeta
      <t id="456">COMMAND_TYPE_TRADE_56</t> - Start trading, Universe Autotrader
      <t id="457">COMMAND_TYPE_TRADE_57</t> - MK3 Energy Trader Upgrade by LV
      <t id="458">COMMAND_TYPE_TRADE_58</t> - One Way Delivery, Cargo Delivery Service by Klaatu
      <t id="459">COMMAND_TYPE_TRADE_59</t> - Two Way Delivery, Cargo Delivery Service by Klaatu
      <t id="460">COMMAND_TYPE_TRADE_60</t> - RS.QFLS by Red Spot [UNSUPPORTED] (Unknown Conflict) SENTINEL Settings, Exodus Fleet Ships by Andras/Jakesnake5
      <t id="461">COMMAND_TYPE_TRADE_61</t> - RS.UPS by Red Spot [UNSUPPORTED] (Possible Conflict) Start - Economics and supply trader, x3plus

      Special Command Menu:

      <t id="516">COMMAND_TYPE_SPECIAL_16</t> - Lasertower Upgrade by Euclid [deprecated]
      <t id="517">COMMAND_TYPE_SPECIAL_17</t> - AutoTransfer Goods From, Warehouse Commands
      <t id="518">COMMAND_TYPE_SPECIAL_18</t> - delivery, Warehouse by Deltawolf
      <t id="519">COMMAND_TYPE_SPECIAL_19</t> - Fleet Support Ship Software
      <t id="520">COMMAND_TYPE_SPECIAL_20</t> - Fleet Support Ship Software
      <t id="521">COMMAND_TYPE_SPECIAL_21</t> - Single High Satellite, Satellite deployment script by Devest
      <t id="522">COMMAND_TYPE_SPECIAL_22</t> - 8 Point Satellite Network, Satellite deployment script by Devest
      <t id="523">COMMAND_TYPE_SPECIAL_23</t> - Lasertower Array by Euclid
      <t id="524">COMMAND_TYPE_SPECIAL_24</t> - Fleet Support Ship Software
      <t id="525">COMMAND_TYPE_SPECIAL_25</t> - Fleet Support Ship Software
      <t id="526">COMMAND_TYPE_SPECIAL_26</t> - XU Stats by Birdman
      <t id="527">COMMAND_TYPE_SPECIAL_27</t> - Personal Energy Generator by PapaTong
      <t id="528">COMMAND_TYPE_SPECIAL_28</t> - Deploy Advanced Satellites, SatelliteDeploy by Bhruic
      <t id="529">COMMAND_TYPE_SPECIAL_29</t> - Deploy Navigation Relay Satellites, SatelliteDeploy by Bhruic
      <t id="530">COMMAND_TYPE_SPECIAL_30</t> - RS.Turret Defence by Red Spot [UNSUPPORTED]
      <t id="531">COMMAND_TYPE_SPECIAL_31</t> - Deploy, Ring of Fire by Gazz (No Conflict) Installation, BIER Scanner by Gazz
      <t id="532">COMMAND_TYPE_SPECIAL_32</t> - Ship Protocol by StarTrekMarc
      <t id="533">COMMAND_TYPE_SPECIAL_33</t> - Ship Protocol by StarTrekMarc
      <t id="534">COMMAND_TYPE_SPECIAL_34</t> - Ship Protocol by StarTrekMarc
      <t id="535">COMMAND_TYPE_SPECIAL_35</t> - Insurance Technology by LV
      <t id="536">COMMAND_TYPE_SPECIAL_36</t> - Salvage Mod by aalaardb
      <t id="537">COMMAND_TYPE_SPECIAL_37</t> - Salvage Mod by aalaardb
      <t id="538">COMMAND_TYPE_SPECIAL_38</t> - Salvage Mod by aalaardb
      <t id="539">COMMAND_TYPE_SPECIAL_39</t> - Xexplorer Scanner by Birdman
      <t id="540">COMMAND_TYPE_SPECIAL_40</t> - Salvage Network by TECSG
      <t id="541">COMMAND_TYPE_SPECIAL_41</t> - Salvage Network by TECSG
      <t id="542">COMMAND_TYPE_SPECIAL_42</t> - Mobile Mining / Mineral Collection Software by Bunny
      <t id="543">COMMAND_TYPE_SPECIAL_43</t> - Matter Generator by Euclid (Possible Conflict) Create Asteroid, Asteroid Creator by Fud
      <t id="544">COMMAND_TYPE_SPECIAL_44</t> - Helper Script, Summon Assisting Ships by Klyith
      <t id="545">COMMAND_TYPE_SPECIAL_45</t> - Task Force Command (No Conflict) TerraCorps Fleet Package
      <t id="546">COMMAND_TYPE_SPECIAL_46</t> - Task Force Command (No Conflict) TerraCorps Fleet Package
      <t id="547">COMMAND_TYPE_SPECIAL_47</t> - Task Force Command (No Conflict) TerraCorps Fleet Package
      <t id="548">COMMAND_TYPE_SPECIAL_48</t> - TerraCorp Combat Pilots Project (No Conflict) TerraCorps Fleet Package
      <t id="549">COMMAND_TYPE_SPECIAL_49</t> - TerraCorp Combat Pilots Project (No Conflict) TerraCorps Fleet Package
      <t id="550">COMMAND_TYPE_SPECIAL_50</t> - AutoTransfer Goods To, Warehouse Commands by Deltawolf
      <t id="551">COMMAND_TYPE_SPECIAL_51</t> - Ship Tools (move T-MK3/CLS Pilots / CLS Package) by Lucike
      <t id="552">COMMAND_TYPE_SPECIAL_52</t> - Ship Tools (hire/dism. T-MK3/CLS Pilots / CLS Package) by Lucike (Possible Conflict) Equip Ships, Equipmentsoftware by XGamer
      <t id="553">COMMAND_TYPE_SPECIAL_53</t> - Scan Asteroid(s), Explorer Software by Xai Corporation (Possible Conflict) SENTINEL MASTER CONSOLE, Exodus Fleet Ships by Andras/Jakesnake5
      <t id="554">COMMAND_TYPE_SPECIAL_54</t> - Scan Ship, AL Competitors by LV (Unknown Conflict) Ship Tools (Show sector coordinates / CLS Package) by Lucike
      <t id="555">COMMAND_TYPE_SPECIAL_55</t> - Taxdrone, DMA by LV
      <t id="556">COMMAND_TYPE_SPECIAL_56</t> - Scrap Ship at Carrier (No Conflict) Scrap Ship at Player HQ
      <t id="557">COMMAND_TYPE_SPECIAL_57</t> - Configure weapons config, Bombardier by Chem
      <t id="558">COMMAND_TYPE_SPECIAL_58</t> - Boron-Paranid Regenerative Hull Systems by Zurechial
      <t id="559">COMMAND_TYPE_SPECIAL_59</t> - Pay Fines, Race Response Fleets by LV (Conflict) Taxisoftware, x3plus
      <t id="560">COMMAND_TYPE_SPECIAL_60</t> - Repair Hull, Self Repairing Hull Technology by LV
      <t id="561">COMMAND_TYPE_SPECIAL_61</t> - x3plus

      Piracy Command Menu:

      <t id="616">COMMAND_TYPE_PIRACY_16</t> - Mission Command, Steal Wares
      <t id="617">COMMAND_TYPE_PIRACY_17</t> - Station, Steal Wares
      <t id="618">COMMAND_TYPE_PIRACY_18</t> - Ship, Steal Wares
      <t id="619">COMMAND_TYPE_PIRACY_19</t> - Pirate Base Locator by Cycrow
      <t id="620">COMMAND_TYPE_PIRACY_20</t> - System Override Software MK2 by Cycrow
      <t id="621">COMMAND_TYPE_PIRACY_21</t> - Passenger Slaves by Cycrow
      <t id="622">COMMAND_TYPE_PIRACY_22</t> - Spacefly Hunting Software by Cycrow
      <t id="623">COMMAND_TYPE_PIRACY_23</t> - Spacefly Hunting Software by Cycrow
      <t id="624">COMMAND_TYPE_PIRACY_24</t> - Pirate Base Locator by Cycrow
      <t id="625">COMMAND_TYPE_PIRACY_25</t> - Cartel Shield Hacker
      <t id="626">COMMAND_TYPE_PIRACY_26</t> - Cartel Capture Passengers
      <t id="627">COMMAND_TYPE_PIRACY_27</t> - Deploy Mines, TRACKER Mines by Gazz
      <t id="628">COMMAND_TYPE_PIRACY_28</t> - Start, X2-X3-Converter by SymTec ltd.
      <t id="629">COMMAND_TYPE_PIRACY_29</t> - Start, Self Destruction / Suicide Command by SymTec ltd.
      <t id="630">COMMAND_TYPE_PIRACY_30</t> - Follow, Self Destruction / Suicide Command by SymTec ltd.
      <t id="631">COMMAND_TYPE_PIRACY_31</t> - move and rotation the player's target by
      <t id="632">COMMAND_TYPE_PIRACY_32</t> - move and rotation the player's target by adie
      <t id="633">COMMAND_TYPE_PIRACY_33</t>
      <t id="634">COMMAND_TYPE_PIRACY_34</t>
      <t id="635">COMMAND_TYPE_PIRACY_35</t>
      <t id="636">COMMAND_TYPE_PIRACY_36</t>
      <t id="637">COMMAND_TYPE_PIRACY_37</t>
      <t id="638">COMMAND_TYPE_PIRACY_38</t> - Scan For Mines, Mine Sweeper by Nividium
      <t id="639">COMMAND_TYPE_PIRACY_39</t>
      <t id="640">COMMAND_TYPE_PIRACY_40</t> - Lure Spaceflies by Bunny
      <t id="641">COMMAND_TYPE_PIRACY_41</t>
      <t id="642">COMMAND_TYPE_PIRACY_42</t>
      <t id="643">COMMAND_TYPE_PIRACY_43</t>
      <t id="644">COMMAND_TYPE_PIRACY_44</t>
      <t id="645">COMMAND_TYPE_PIRACY_45</t>
      <t id="646">COMMAND_TYPE_PIRACY_46</t>
      <t id="647">COMMAND_TYPE_PIRACY_47</t>
      <t id="648">COMMAND_TYPE_PIRACY_48</t>
      <t id="649">COMMAND_TYPE_PIRACY_49</t>
      <t id="650">COMMAND_TYPE_PIRACY_50</t> - Heavy Assault Capture Tech by LV
      <t id="651">COMMAND_TYPE_PIRACY_51</t> - Black Market Goods Acquisition Service
      <t id="652">COMMAND_TYPE_PIRACY_52</t>
      <t id="653">COMMAND_TYPE_PIRACY_53</t>
      <t id="654">COMMAND_TYPE_PIRACY_54</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> - Condense Asteroids by Gazz
      <t id="657">COMMAND_TYPE_PIRACY_57</t> - Containerize Asteroid, Asteroid Relocator by Nividium
      <t id="658">COMMAND_TYPE_PIRACY_58</t> - Unload Asteroid, Asteroid Relocator by Nividium
      <t id="659">COMMAND_TYPE_PIRACY_59</t> - Best Sell Loot From Homebase, Salvage Extension Commands
      <t id="660">COMMAND_TYPE_PIRACY_60</t> - Strip Ship of All Wares, Salvage Extension Commands by voxol
      <t id="661">COMMAND_TYPE_PIRACY_61</t> - Automated Salvaging, Salvage Extension Commands by voxol

      Custom Command Menu:

      <t id="716">COMMAND_TYPE_CUSTOM_16</t>
      <t id="717">COMMAND_TYPE_CUSTOM_17</t> - Jumpdrive kits by LV
      <t id="718">COMMAND_TYPE_CUSTOM_18</t> - Attach Sat To Network, Player Response Fleets by LV
      <t id="719">COMMAND_TYPE_CUSTOM_19</t> - Bulk Transporter Upgrade
      <t id="720">COMMAND_TYPE_CUSTOM_20</t> - Freight Transporter Upgrade by LV
      <t id="721">COMMAND_TYPE_CUSTOM_21</t> - Break up Rocks, Attack Rocks (No Conflict) Mobile Mining / Mineral Collection Software
      <t id="722">COMMAND_TYPE_CUSTOM_22</t> - Queue Ships for Building, The Xtended Mod
      <t id="723">COMMAND_TYPE_CUSTOM_23</t> - View/Edit Build Queue, The Xtended Mod
      <t id="724">COMMAND_TYPE_CUSTOM_24</t> - Complex Cleaner by Gazz
      <t id="725">COMMAND_TYPE_CUSTOM_25</t> - Transfer Complex to Race, Imperial Complex Construction Quests by LV
      <t id="726">COMMAND_TYPE_CUSTOM_26</t>
      <t id="727">COMMAND_TYPE_CUSTOM_27</t>
      <t id="728">COMMAND_TYPE_CUSTOM_28</t> - Install Wares To Station, Install Wares (And Shields) To Station by al_main
      <t id="729">COMMAND_TYPE_CUSTOM_29</t> - Repack Station to TL, Imperial Complex Construction Quests
      <t id="730">COMMAND_TYPE_CUSTOM_30</t> - Commodity Logistics Software MK1/2 (Conflict) Station Naming: Options, Station Naming Script
      <t id="731">COMMAND_TYPE_CUSTOM_31</t> - Commodity Logistics Software MK1/2 by Lucike
      <t id="732">COMMAND_TYPE_CUSTOM_32</t> - Commodity Logistics Software MK1/2 by Lucike
      <t id="733">COMMAND_TYPE_CUSTOM_33</t> - Commercial Agent (Standby Message) by Lucike
      <t id="734">COMMAND_TYPE_CUSTOM_34</t> - Commission Ship, Ship Commissioning Software by Sartorie
      <t id="735">COMMAND_TYPE_CUSTOM_35</t> - Comm Chatter Framework by aalaardb
      <t id="736">COMMAND_TYPE_CUSTOM_36</t>
      <t id="737">COMMAND_TYPE_CUSTOM_37</t> - Equip Ships From Templates, The Xtended Mod
      <t id="738">COMMAND_TYPE_CUSTOM_38</t> - Install Basic Package Plugins, Electronics Packages
      <t id="739">COMMAND_TYPE_CUSTOM_39</t> - Master Electronics Extension, Electronics Packages
      <t id="740">COMMAND_TYPE_CUSTOM_40</t>
      <t id="741">COMMAND_TYPE_CUSTOM_41</t>
      <t id="742">COMMAND_TYPE_CUSTOM_42</t> - Set options for scripts, DTS by al_main
      <t id="743">COMMAND_TYPE_CUSTOM_43</t> - Deploy Weapons Platform, The Xtended Mod
      <t id="744">COMMAND_TYPE_CUSTOM_44</t> - Retrieve Weapons Platform, The Xtended Mod
      <t id="745">COMMAND_TYPE_CUSTOM_45</t>
      <t id="746">COMMAND_TYPE_CUSTOM_46</t> - Preach, Auto Preacher by Nividium
      <t id="747">COMMAND_TYPE_CUSTOM_47</t> - Harvest Rock Debris, Auto Debris Harvestor by Nividium
      <t id="748">COMMAND_TYPE_CUSTOM_48</t> - Ware Replicator by Nividium
      <t id="749">COMMAND_TYPE_CUSTOM_49</t> - Remote Docked Freight Transfer
      <t id="750">COMMAND_TYPE_CUSTOM_50</t>
      <t id="751">COMMAND_TYPE_CUSTOM_51</t> - Install Machine Shop, The Xtended Mod (Conflict) Support Call, Exodus Fleet Ships
      <t id="752">COMMAND_TYPE_CUSTOM_52</t> - Group Shield, The Xtended Mod
      <t id="753">COMMAND_TYPE_CUSTOM_53</t> - ECM, The Xtended Mod (Conflict) Upgrade Ship, Exodus Fleet Ships
      <t id="754">COMMAND_TYPE_CUSTOM_54</t> - Turret Jammer, The Xtended Mod (Conflict) Scan for/Activate EFS Vessels, Exodus Fleet Ships
      <t id="755">COMMAND_TYPE_CUSTOM_55</t> - Shipname: Further Options, Capital Ship Naming System by Osiris_sam
      <t id="756">COMMAND_TYPE_CUSTOM_56</t> - Shipname: Protect ship/Set prefix, Capital Ship Naming System
      <t id="757">COMMAND_TYPE_CUSTOM_57</t> - Decouple Kha'ak Cluster, Kha'ak Cluster Commands by Kortako
      <t id="758">COMMAND_TYPE_CUSTOM_58</t> - Recouple to Fighter, Kha'ak Cluster Commands by Kortako
      <t id="759">COMMAND_TYPE_CUSTOM_59</t> - Activate Cluster Software Scrambler, Kha'ak Cluster Commands by Kortako
      <t id="760">COMMAND_TYPE_CUSTOM_60</t> - Spawn Ships (DD Jump Start), DDRS (Conflict) Work Message - Mineral Collection Software, x3plus
      <t id="761">COMMAND_TYPE_CUSTOM_61</t> - Position Player HQ, DDRS (Conflict) Standby Message - Economics and supply trader, x3plus

      General Command Menu:

      <t id="816">COMMAND_TYPE_GENERAL_16</t> - Stealth Device MK2 by SuperVegeta
      <t id="817">COMMAND_TYPE_GENERAL_17</t> - Stealth Device MK2 by SuperVegeta
      <t id="818">COMMAND_TYPE_GENERAL_18</t> - Rename Ships: Sector / Universe, RSwE by Klyith
      <t id="819">COMMAND_TYPE_GENERAL_19</t> - Rename Ships: Formation Home/Dock, RSwE by Klyith
      <t id="820">COMMAND_TYPE_GENERAL_20</t> - Accountreport, Bankaccount by Blacky_BPG
      <t id="821">COMMAND_TYPE_GENERAL_21</t> - Pay in Credits, Bankaccount by Blacky_BPG
      <t id="822">COMMAND_TYPE_GENERAL_22</t> - Pay out Credits, Bankaccount by Blacky_BPG
      <t id="823">COMMAND_TYPE_GENERAL_23</t> - Automatik Credit Transfer, Bankaccount by Blacky_BPG
      <t id="824">COMMAND_TYPE_GENERAL_24</t> - Setup Group, GMS (Possible Conflict) Universal Transfer Wares by eladan
      <t id="825">COMMAND_TYPE_GENERAL_25</t> - This Group: Attack Leader's Target, GMS
      <t id="826">COMMAND_TYPE_GENERAL_26</t> - This Group: Set Missile Fire Probability, GMM
      <t id="827">COMMAND_TYPE_GENERAL_27</t> - This Group: Set Missile Loadout, GMM
      <t id="828">COMMAND_TYPE_GENERAL_28</t> - Stealth Device MK2 by SuperVegeta
      <t id="829">COMMAND_TYPE_GENERAL_29</t> - Factory Complex Constructor by Profitlord
      <t id="830">COMMAND_TYPE_GENERAL_30</t> - Assign Homebase, Anarkis Carrier Commands
      <t id="831">COMMAND_TYPE_GENERAL_31</t> - Equip docked ships, Anarkis Carrier Commands
      <t id="832">COMMAND_TYPE_GENERAL_32</t> - Refuel carrier, Anarkis Carrier Commands
      <t id="833">COMMAND_TYPE_GENERAL_33</t> - Defensive wing, Anarkis Carrier Commands
      <t id="834">COMMAND_TYPE_GENERAL_34</t> - Attack wing, Anarkis Carrier Commands
      <t id="835">COMMAND_TYPE_GENERAL_35</t> - Clean sector, Anarkis Carrier Commands
      <t id="836">COMMAND_TYPE_GENERAL_36</t> - Dock all ships, Anarkis Carrier Commands
      <t id="837">COMMAND_TYPE_GENERAL_37</t> - Group: Attack..., GCC
      <t id="838">COMMAND_TYPE_GENERAL_38</t> - Group: Attack all, GCC
      <t id="839">COMMAND_TYPE_GENERAL_39</t> - Group: Protect..., GCC
      <t id="840">COMMAND_TYPE_GENERAL_40</t> - Set Difficulty Level (DD Difficulty Level), DDRS by DeadlyDa
      <t id="841">COMMAND_TYPE_GENERAL_41</t> - Set Spawn Intervals (DD.BountyHunters), DDRS by DeadlyDa
      <t id="842">COMMAND_TYPE_GENERAL_42</t> - Tactical Retreat, The Xtended Mod
      <t id="843">COMMAND_TYPE_GENERAL_43</t> - Factory Complex Constructor by Profitlord
      <t id="844">COMMAND_TYPE_GENERAL_44</t> - Install Available Software Packs, Software Command Packs
      <t id="845">COMMAND_TYPE_GENERAL_45</t> - Toggle Squadrons On/Off, SCX: Squadron Command Extension
      <t id="846">COMMAND_TYPE_GENERAL_46</t> - Prefix Docked Ship Names, SCX: Squadron Command Extension
      <t id="847">COMMAND_TYPE_GENERAL_47</t> - Group: Launch Selected, GCO
      <t id="848">COMMAND_TYPE_GENERAL_48</t> - Group: Recall Selected, GCO
      <t id="849">COMMAND_TYPE_GENERAL_49</t>
      <t id="850">COMMAND_TYPE_GENERAL_50</t> - Lay a defensive grid, ADS
      <t id="851">COMMAND_TYPE_GENERAL_51</t> - Protect a station with LTs, ADS
      <t id="852">COMMAND_TYPE_GENERAL_52</t>
      <t id="853">COMMAND_TYPE_GENERAL_53</t> - Advanced Tractor Beam by Bunny
      <t id="854">COMMAND_TYPE_GENERAL_54</t> - Combat Tractor by Bunny
      <t id="855">COMMAND_TYPE_GENERAL_55</t> - Target Nearest Unscanned Asteroid by Bunny
      <t id="856">COMMAND_TYPE_GENERAL_56</t>
      <t id="857">COMMAND_TYPE_GENERAL_57</t> - Scan Sector, Sector Scanner by Nividium
      <t id="858">COMMAND_TYPE_GENERAL_58</t>
      <t id="859">COMMAND_TYPE_GENERAL_59</t>
      <t id="860">COMMAND_TYPE_GENERAL_60</t> - Library, Manage forbidden areas by Naffarin
      <t id="861">COMMAND_TYPE_GENERAL_61</t> - Library, Manage forbidden areas by Naffarin

      Turret Command Menu:

      <t id="916">COMMAND_TYPE_TURRET_16</t> - Fighter Defense, Turret Commands plugin by Xai Corporation
      <t id="917">COMMAND_TYPE_TURRET_17</t> - Attack Capital Ships, Turret Commands plugin
      <t id="918">COMMAND_TYPE_TURRET_18</t> - BridgeTarget, SuperVegeta Turret Commands by SuperVegeta
      <t id="919">COMMAND_TYPE_TURRET_19</t> - BigShips, SuperVegeta Turret Commands by SuperVegeta
      <t id="920">COMMAND_TYPE_TURRET_20</t> - SmallShips, SuperVegeta Turret Commands by SuperVegeta
      <t id="921">COMMAND_TYPE_TURRET_21</t> - KillTHIS, SuperVegeta Turret Commands by SuperVegeta
      <t id="922">COMMAND_TYPE_TURRET_22</t> - Clear Sector Of Enemies, Player Response Fleets by LV (Just using for the text)
      <t id="923">COMMAND_TYPE_TURRET_23</t> - COMMAND_TURRET, Stealth Device MK2 by SuperVegeta
      <t id="924">COMMAND_TYPE_TURRET_24</t> - Advanced Missle Defense by Fud
      <t id="925">COMMAND_TYPE_TURRET_25</t>
      <t id="926">COMMAND_TYPE_TURRET_26</t>
      <t id="927">COMMAND_TYPE_TURRET_27</t>
      <t id="928">COMMAND_TYPE_TURRET_28</t>
      <t id="929">COMMAND_TYPE_TURRET_29</t>
      <t id="930">COMMAND_TYPE_TURRET_30</t>
      <t id="931">COMMAND_TYPE_TURRET_31</t> - Adv. anti-fighter/missile turret control, Point Defence
      <t id="932">COMMAND_TYPE_TURRET_32</t> - Missile Defence Mark II by S9ilent
      <t id="933">COMMAND_TYPE_TURRET_33</t>
      <t id="934">COMMAND_TYPE_TURRET_34</t> - NPC Turret Attack Enemies, Turret Command Suite by mrcann
      <t id="935">COMMAND_TYPE_TURRET_35</t> - NPC Turret Protect Ship, Turret Command Suite by mrcann
      <t id="936">COMMAND_TYPE_TURRET_36</t> - NPC Turret Attack Target, Turret Command Suite by mrcann
      <t id="937">COMMAND_TYPE_TURRET_37</t> - NPC Turret Missile Defence, Turret Command Suite by mrcann
      <t id="938">COMMAND_TYPE_TURRET_38</t>
      <t id="939">COMMAND_TYPE_TURRET_39</t>
      <t id="940">COMMAND_TYPE_TURRET_40</t> - Attack Enemies, x0ne Turret Control System (TCS) by x0ne
      <t id="941">COMMAND_TYPE_TURRET_41</t> - Protect Ship, x0ne Turret Control System (TCS) by x0ne
      <t id="942">COMMAND_TYPE_TURRET_42</t> - Attack Enemies/No Swap, x0ne Turret Control System (TCS)
      <t id="943">COMMAND_TYPE_TURRET_43</t> - Protect Ship/No Swap, x0ne Turret Control System (TCS)
      <t id="944">COMMAND_TYPE_TURRET_44</t> - Missile Defence, x0ne Turret Control System (TCS) by x0ne
      <t id="945">COMMAND_TYPE_TURRET_45</t>
      <t id="946">COMMAND_TYPE_TURRET_46</t> - Defense, MARS by Gazz
      <t id="947">COMMAND_TYPE_TURRET_47</t> - Standby, MARS by Gazz
      <t id="948">COMMAND_TYPE_TURRET_48</t>
      <t id="949">COMMAND_TYPE_TURRET_49</t>
      <t id="950">COMMAND_TYPE_TURRET_50</t>
      <t id="951">COMMAND_TYPE_TURRET_51</t>
      <t id="952">COMMAND_TYPE_TURRET_52</t>
      <t id="953">COMMAND_TYPE_TURRET_53</t>
      <t id="954">COMMAND_TYPE_TURRET_54</t>
      <t id="955">COMMAND_TYPE_TURRET_55</t>
      <t id="956">COMMAND_TYPE_TURRET_56</t>
      <t id="957">COMMAND_TYPE_TURRET_57</t>
      <t id="958">COMMAND_TYPE_TURRET_58</t> - Protect All, ADAMS - ITT by Jeff
      <t id="959">COMMAND_TYPE_TURRET_59</t> - Missile Defense, ADAMS - ITT by Jeff
      <t id="960">COMMAND_TYPE_TURRET_60</t> - Attack All, ADAMS - ITT by Jeff
      <t id="961">COMMAND_TYPE_TURRET_61</t>

      Station Command Menu:

      <t id="1116">COMMAND_TYPE_STATION_16</t> - Setup Company Details, Station Naming Script (No Conflict) Setup Company Details, Capital Ship Naming System
      <t id="1116">COMMAND_TYPE_STATION_16</t> - Setup Company Details, Station Naming Script (Unlikely Conflict) Station Manager by burianek/aalaardb
      <t id="1116">COMMAND_TYPE_STATION_16</t> - Setup Company Details, Capital Ship Naming System (Unlikely Conflict) Station Manager by burianek/aalaardb
      <t id="1117">COMMAND_TYPE_STATION_17</t> - Mercenaries Guild by Cycrow (Conflict) STO options, STO overtake sectors
      <t id="1118">COMMAND_TYPE_STATION_18</t> - Assign, Homebase Command by Cycrow
      <t id="1119">COMMAND_TYPE_STATION_19</t> - Homebase Command by Cycrow
      <t id="1120">COMMAND_TYPE_STATION_20</t> - Advanced Money Transfer by Xai Corporation
      <t id="1121">COMMAND_TYPE_STATION_21</t> - Ship Repair Facility (Possible Conflict) ShipFactory, Ship- and Station Fatory
      <t id="1122">COMMAND_TYPE_STATION_22</t> - Commission Auction: Ware, Auctions of Stations and Wares
      <t id="1123">COMMAND_TYPE_STATION_23</t> - Commission Auction: Station, Auctions of Stations and Wares by al_main
      <t id="1124">COMMAND_TYPE_STATION_24</t> - Install Upgrade, Crystal Free SPP by Serial Kicked (Possible Conflict) Removes Resources from Factory, Resource-Free Factory by arcana75
      <t id="1125">COMMAND_TYPE_STATION_25</t> - Replace destroyed LTs, ADS
      <t id="1126">COMMAND_TYPE_STATION_26</t> - Repair Docked Fighters, XTM (Conflict) Activate Station Sentinel, Exodus Fleet Ships
      <t id="1127">COMMAND_TYPE_STATION_27</t> - Station/Complex Relocator by PabloRSA
      <t id="1128">COMMAND_TYPE_STATION_28</t> - Station/Complex Seller by PabloRSA
      <t id="1129">COMMAND_TYPE_STATION_29</t> - Trading Distribution Network by Cycrow (Possible Conflict) Import, Warehouse by Nividium
      <t id="1129">COMMAND_TYPE_STATION_29</t> - Import, Warehouse by Nividium (Possible Conflict) Statistic Centre
      <t id="1129">COMMAND_TYPE_STATION_29</t> - Trading Distribution Network by Cycrow (Possible Conflict) Statistic Centre
      <t id="1130">COMMAND_TYPE_STATION_30</t> - Trading Distribution Network by Cycrow (Possible Conflict) Import, Warehouse by Nividium
      <t id="1131">COMMAND_TYPE_STATION_31</t> - Station Ships Renaming Management by StarTrekMarc
      <t id="1132">COMMAND_TYPE_STATION_32</t> - Station Ships Renaming Management by StarTrekMarc
      <t id="1133">COMMAND_TYPE_STATION_33</t> - Hire, Fighter Base Commander by dwgh (No Conflict) TerraCorps Fleet Package by siath70
      <t id="1134">COMMAND_TYPE_STATION_34</t> - advanced options, Fighter Base Commander (No Conflict) TerraCorps Fleet Package
      <t id="1135">COMMAND_TYPE_STATION_35</t> - Station Ships Renaming Management by StarTrekMarc
      <t id="1136">COMMAND_TYPE_STATION_36</t> - Report Inbound Ships, Station Commands Suite
      <t id="1137">COMMAND_TYPE_STATION_37</t> - Match Local Price, Station Commands Suite
      <t id="1138">COMMAND_TYPE_STATION_38</t> - Variable Price Manager, Station Commands Suite
      <t id="1139">COMMAND_TYPE_STATION_39</t> - Trading Distribution Network by Cycrow (Possible Conflict) Import, Warehouse by Nividium
      <t id="1140">COMMAND_TYPE_STATION_40</t> - RS.UPS by Red Spot [UNSUPPORTED] (Possible Conflict) Start Software, Station Freight Transporter by Heretic666
      <t id="1141">COMMAND_TYPE_STATION_41</t> - Build Ship, DDRS by Red Spot (Unknown Conflict) Produce Ships, Exodus Fleet Ships
      <t id="1142">COMMAND_TYPE_STATION_42</t> - Remodel Ship, DDRS (Unknown Conflict) Designate Defense Task Force, Exodus Fleet Ships
      <t id="1143">COMMAND_TYPE_STATION_43</t> - Add & Remove Wares, DDRS by Red Spot
      <t id="1144">COMMAND_TYPE_STATION_44</t> - Autotransfer Alternative by fortysix2nz
      <t id="1145">COMMAND_TYPE_STATION_45</t> - Autotransfer Alternative by fortysix2nz
      <t id="1146">COMMAND_TYPE_STATION_46</t> - Station Profit Monitoring (Possible Conflict) Set up Salespoint, Complex Buy/Sellpoints
      <t id="1147">COMMAND_TYPE_STATION_47</t>
      <t id="1148">COMMAND_TYPE_STATION_48</t> - Complex Manager by Naffarin
      <t id="1149">COMMAND_TYPE_STATION_49</t> - Complex Manager by Naffarin
      <t id="1150">COMMAND_TYPE_STATION_50</t> - X3 Remote Property Management by nuclear_eclipse
      <t id="1151">COMMAND_TYPE_STATION_51</t> - Automatic Moneytransfer, Automatic Moneytransfer from Player/Station to Station
      <t id="1152">COMMAND_TYPE_STATION_52</t> - Auto Upgrade by Deltawolf (Possible Conflict) Enter main menu, FBBK - Free Stock Exchange
      <t id="1153">COMMAND_TYPE_STATION_53</t> - Auto Dock Start/Stop, Auto Upgrade by Deltawolf
      <t id="1154">COMMAND_TYPE_STATION_54</t> - Use X3 Universal Auctions, Khaak Custom Start by Nividium (Conflict) Run report system, Storage spaces reports system by Chem
      <t id="1155">COMMAND_TYPE_STATION_55</t> - Stock Level Monitor by Xai Corporation (No Conflict) Station Manager
      <t id="1156">COMMAND_TYPE_STATION_56</t> -
      <t id="1157">COMMAND_TYPE_STATION_57</t> - Station Administrator by siath70
      <t id="1158">COMMAND_TYPE_STATION_58</t> - Settings, Station Administrator by siath70
      <t id="1159">COMMAND_TYPE_STATION_59</t> - Fix Station Resources, Ashleys Factories
      <t id="1160">COMMAND_TYPE_STATION_60</t> - Activate, Station Exterior Warehouse (Conflict) Rename Station - Ship and Station Name Management, x3plus
      <t id="1161">COMMAND_TYPE_STATION_61</t> - Report, Station Exterior Warehouse (Conflict) Lock Trader - Economics and supply trader, x3plus
      <t id="1162">COMMAND_TYPE_STATION_62</t> - Sell Products, DMA (Conflict) Calculate Station Prices - Economics and supply trader, x3plus
      <t id="1163">COMMAND_TYPE_STATION_63</t> - Install Station Software, Station Upgrades Framework (Conflict) Report - Economics and supply trader, x3plus

      Ship Command Menu:

      <t id="1216">COMMAND_TYPE_SHIP_16</t> - Navigation Override System MK1
      <t id="1217">COMMAND_TYPE_SHIP_17</t> - Bounty Hunters Guild by Cycrow
      <t id="1218">COMMAND_TYPE_SHIP_18</t> - Race Military by Cycrow
      <t id="1219">COMMAND_TYPE_SHIP_19</t> - Mercenaries Guild by Cycrow
      <t id="1220">COMMAND_TYPE_SHIP_20</t> - Build Drones, The Xtended Mod (Conflict) Sentinel Activation, Exodus Fleet Ships
      <t id="1221">COMMAND_TYPE_SHIP_21</t> - Library, Manage forbidden areas by Naffarin (Conflict) LazCorp Military A, Kyon Replicator
      <t id="1222">COMMAND_TYPE_SHIP_22</t> - Library, Manage forbidden areas by Naffarin (Conflict) LazCorp Military B, Kyon Replicator
      <t id="1223">COMMAND_TYPE_SHIP_23</t> - Build Ships, The Xtended Mod (Conflict) Prodece E-Cells, Exodus Fleet Ships
      <t id="1224">COMMAND_TYPE_SHIP_24</t> - Company Assets by Birdman (Possible Conflict) Repair, The Xtended Mod
      <t id="1224">COMMAND_TYPE_SHIP_24</t> - Repair Docked Fighters, XTM
      <t id="1225">COMMAND_TYPE_SHIP_25</t> - Stock Level Monitor
      <t id="1226">COMMAND_TYPE_SHIP_26</t> - Commodity Logistics Software MK1 by Lucike (Conflict) UTP, Group Management System by LV
      <t id="1227">COMMAND_TYPE_SHIP_27</t> - Commodity Logistics Software MK1 (Possible Conflict) Produce Ships, Exodus Fleet Ships
      <t id="1228">COMMAND_TYPE_SHIP_28</t> - Commodity Logistics Software MK2 by Lucike (Conflict) Warning, UTP by LV
      <t id="1229">COMMAND_TYPE_SHIP_29</t> - Commodity Logistics Software MK2 by Lucike (Conflict) Detect Crates, Salvage Network
      <t id="1230">COMMAND_TYPE_SHIP_30</t> - Commercial Agent (Add/Remove Ware) by Lucike (Unknown Conflict) Teladi Shield Shunt
      <t id="1231">COMMAND_TYPE_SHIP_31</t> - Commercial Agent (Config) by Lucike (Conflict) Set Battle Tactics, Anarkis Carrier Commands
      <t id="1232">COMMAND_TYPE_SHIP_32</t> - Automated Carrier, Anarkis Carrier Commands by Serial Kicked
      <t id="1233">COMMAND_TYPE_SHIP_33</t> - Ship Jamming Device by Cycrow
      <t id="1234">COMMAND_TYPE_SHIP_34</t> - LazCorp Military Scanner (Possible Conflict) Repair Docked Ships, Exodus Fleet Ships
      <t id="1235">COMMAND_TYPE_SHIP_35</t> - Bounty Hunters Guild by Cycrow
      <t id="1236">COMMAND_TYPE_SHIP_36</t> - Advanced Jumpdrive (Auto Jump) by Cycrow
      <t id="1237">COMMAND_TYPE_SHIP_37</t> - DBC Scramble Commands, CisorTech Dynamic Bay Configuration
      <t id="1238">COMMAND_TYPE_SHIP_38</t> - Report Build/RE costs, Scrap Ship at Carrier (No Conflict) Report Build/RE costs, Scrap Ship at Player HQ
      <t id="1238">COMMAND_TYPE_SHIP_38</t> - Report Build/RE costs, Scrap Ship at Carrier (Conflict) Flying-Ware Collect Software MK1 by whismerhill
      <t id="1238">COMMAND_TYPE_SHIP_38</t> - Report Build/RE costs, Scrap Ship at Player HQ (Conflict) Flying-Ware Collect Software MK1 by whismerhill
      <t id="1239">COMMAND_TYPE_SHIP_39</t> - Sector as Waypoint, WayPoint Command
      <t id="1240">COMMAND_TYPE_SHIP_40</t> - Shield Boosting Command, Shield Boosting Technology by LV
      <t id="1241">COMMAND_TYPE_SHIP_41</t> - Guild Scripts by Cycrow
      <t id="1242">COMMAND_TYPE_SHIP_42</t> - Capitol Ship Crews by Cycrow
      <t id="1243">COMMAND_TYPE_SHIP_43</t> - Capitol Ship Crews by Cycrow
      <t id="1244">COMMAND_TYPE_SHIP_44</t> - Capitol Ship Crews by Cycrow
      <t id="1245">COMMAND_TYPE_SHIP_45</t> - TerraCorp Combat Pilots Project by Myros (No Conflict) TerraCorps Fleet Package
      <t id="1246">COMMAND_TYPE_SHIP_46</t> - Task Force Command by Myros (No Conflict) TerraCorps Fleet Package
      <t id="1247">COMMAND_TYPE_SHIP_47</t> - Missile Defense Mosquito by Lucike (Conflict) Laser Weapon Switcher, Apollyon Arms: Laser Weapon Switcher by Laureati
      <t id="1248">COMMAND_TYPE_SHIP_48</t> - Missile Defense Mosquito (Convoy) (Conflict) LazCorp Military G, Kyon Replicator by Lazerath
      <t id="1249">COMMAND_TYPE_SHIP_49</t> - Remove, Homebase Command by Cycrow
      <t id="1250">COMMAND_TYPE_SHIP_50</t> - X3 Remote Property Management by nuclear_eclipse
      <t id="1251">COMMAND_TYPE_SHIP_51</t> - Camoflauge Device ST by Blacky_BPG (Possible Conflict) collect wares, Warecollector by BEF
      <t id="1251">COMMAND_TYPE_SHIP_51</t> - Camoflauge Device ST by Blacky_BPG (Unknown Conflict) Rocket Cruiser
      <t id="1251">COMMAND_TYPE_SHIP_51</t> - Camoflauge Device ST by Blacky_BPG (Unknown Conflict) Cargo Collect, MARS
      <t id="1251">COMMAND_TYPE_SHIP_51</t> - collect wares, Warecollector by BEF (Unknown Conflict) Rocket Cruiser
      <t id="1251">COMMAND_TYPE_SHIP_51</t> - collect wares, Warecollector by BEF (Unknown Conflict) Cargo Collect, MARS
      <t id="1251">COMMAND_TYPE_SHIP_51</t> - Rocket Cruiser by SuperVegeta (Possible Conflict) Cargo Collect, MARS by Gazz
      <t id="1252">COMMAND_TYPE_SHIP_52</t> - Large Ship Ware Manager by fortysix2nz
      <t id="1253">COMMAND_TYPE_SHIP_53</t> - Station Ships Renaming Management by StarTrekMarc (dead link?) (Possible Conflict) Designate Defense Task Force, Exodus Fleet Ships by Andras/Jakesnake5
      <t id="1254">COMMAND_TYPE_SHIP_54</t> - Station Ships Renaming Management by StarTrekMarc (dead link?) (Possible Conflict) Assign as ready fighter, Exodus Fleet Ships by Andras/Jakesnake5
      <t id="1255">COMMAND_TYPE_SHIP_55</t> - Station Manager by burianek/aalaardb (Possible Conflict) Activate Emergency System, Exodus Fleet Ships by Andras/Jakesnake5
      <t id="1256">COMMAND_TYPE_SHIP_56</t> - Station Manager by burianek/aalaardb (Possible Conflict) Emergency Escape Transporter
      <t id="1257">COMMAND_TYPE_SHIP_57</t> - Ship Tools (Remove Homebase / CLS Package) by Lucike (Conflict) FFRS: Protect Ships, x0ne Turret Control System (TCS) by x0ne
      <t id="1258">COMMAND_TYPE_SHIP_58</t> - RS.QFLS by Red Spot (Conflict) FFRS: Protect Wares, x0ne Turret Control System (TCS) by x0ne
      <t id="1259">COMMAND_TYPE_SHIP_59</t> - RS.QFLS by Red Spot (Conflict) FFRS: Set Energy Reserve, x0ne Turret Control System (TCS) by x0ne
      <t id="1260">COMMAND_TYPE_SHIP_60</t> - RS.QFLS by Red Spot (Possible Conflict) Start - Automatic Target Acquisition, x3plus
      <t id="1261">COMMAND_TYPE_SHIP_61</t> - Homebase Command by Cycrow (Possible Conflict) Build Mines, The Xtended Mod
      <t id="1261">COMMAND_TYPE_SHIP_61</t> - Build Mines, The Xtended Mod (Possible Conflict) Rename Ship - Ship and Station Name Management, x3plus
      <t id="1261">COMMAND_TYPE_SHIP_61</t> - Homebase Command by Cycrow (Possible Conflict) Rename Ship - Ship and Station Name Management, x3plus
      <t id="1262">COMMAND_TYPE_SHIP_62</t> - RS.Security (Possible Conflict) Add/Remove Ware - Economics and supply trader, x3plus
      <t id="1263">COMMAND_TYPE_SHIP_63</t> - RS.Jump Driving by Red Spot (Possible Conflict) Config - Economics and supply trader, x3plus
      • * dead link. This script is currently not available for download. This data maybe removed from this list if we don't hear anything from the author in a while.
        * (Possible Conflict)Two or more scripts are using this slot. you may not be able to use both scripts together
        * These commands are from unsigned versions of signed scripts. These slots are probably safe to use.
        * These commands are no longer supported by their author.
      "Nature's first green is gold" . . . stay golden.

      Cycrow
      Moderator (Script&Mod)
      Moderator (Script&Mod)
      Posts: 22201
      Joined: Sun, 14. Nov 04, 23:26
      x4

      Post by Cycrow » Tue, 1. Nov 05, 08:42

      Text Files Used
      Text file names between 7000 - 8999 are reserved for unsigned scripts in X3. Please use numbers in this range.
      (example: use 447002.xml, 448246.xml, etc. NOT 440050.xml)



      6868 - Exodus Fleet Ships by Andras/Jakesnake5
      7000 - Forum Name Lib tfile 7700 by LV (Conflict) Main Text File, x3plus
      7001 - Khaakhunter by Euclid
      7002 - UT Profit by Euclid (No Conflict) [deprecated], Lasertower Upgrade by Euclid
      7003 - Lasertower Array by Euclid
      7004 - Complex Production Cost by Euclid
      7005 - Matter Generator by Euclid
      7006 - Black Market Goods Acquisition Service by Reinhart Menken
      7013 - Ring of Fire by Gazz
      7014 - TRACKER Mines by Gazz
      7017 - POED correctly working equipmentdocks by Trickmov
      7019 - move and rotation the player's target by adie
      7021 - Complex Cleaner by Gazz
      7027 - Cargo Shield Array by Gazz
      7030 - Attack All Enemies upgrade by Gazz
      7037 - BIER Scanner by Gazz
      7038 - BIER Scanner by Gazz
      7044 - X3 Hostile Universe by giskard
      7045 - Condense Asteroids by Gazz
      7046 - MARS Fire Control by Gazz
      7047 - MARS Fire Control (config) by Gazz
      7065 - SatelliteDeploy by Bhruic
      7074 - Salvage Network by TECSG
      7088 - Single High Satellite, Satellite deployment script by Devest
      7089 - 8 Point Satellite Network, Satellite deployment script by Devest
      7090 - Numeric Race Rank Titles by Gazz
      7126 - Merchants Guild by Cycrow
      7142 - Point Defence (No Conflict) Missile Defence Mark II by S9ilent
      7150 - Script Text by Stevio
      7152 - Missile Bay Extension by Stevio
      7161 - Bounty message and grades for renaming, Leveling AI by Nemeo
      7170 - RedStar Dynamic TradeNet by RJV
      7202 - Jump To Target command by Xai Corporation
      7206 - Fleet Support Ship Software by Xai Corporation
      7211 - Group Management System by Xai Corporation
      7212 - The Xtended Mod
      7213 - The Xtended Mod
      7214 - The Xtended Mod
      7215 - The Xtended Mod
      7216 - The Xtended Mod
      7217 - The Xtended Mod
      7220 - Remote Transporter Device by Xai Corporation
      7231 - Manual Trade Commands by Xai Corporation
      7231 - Capitol Ship MTC (TLMTC) by xfir01
      7232 - Xenon Custom Start by Nividium
      7234 - Khaak Custom Start by Nividium
      7233 - Hack Sector Stations by Nividium
      7236 - Warehouse by Nividium
      7237 - Sector Scanner by Nividium
      7238 - Auto Preacher by Nividium
      7239 - Bribe a Pilot by Nividium
      7240 - Navigation Override System MK1 by Xai Corporation
      7242 - Local Trader MK3 update
      7243 - Explorer Software by Xai Corporation
      7244 - Station Commands Suite by Xai Corporation
      7245 - Group Combat Hotkeys by Xai Corporation
      7246 - Group Combat Commands by Xai Corporation
      7249 - Ship Repair Facility by Xai Corporation
      7252 - Station Upgrades Framework by Xai Corporation
      7253 - Advanced Money Transfer by Xai Corporation
      7254 - Group Missile Management by Xai Corporation
      7255 - Turret Commands plugin by Xai Corporation
      7256 - WayPoint Command by Xai Corporation
      7258 - Scout for Enemies
      7259 - Launch Fighter Drone Hotkey
      7266 - Group Carrier Operations
      7268 - Stock Level Monitor
      7272 - Kha'ak Cluster Commands by Kortako
      7350 - Warehouse Commands by Deltawolf
      7351 - AL Plugin, TerraCorp by Deltawolf
      7352 - Sector Takeover by acrh2/DesertEagle/nirwin
      7353 - 7354 - Comm Chatter Framework by aalaardb
      7355 - Salvage Mod by aalaardb
      7356 - Escort CCM by aalaardb
      7390 - Station/Complex Relocator by PabloRSA
      7391 - Station/Complex Seller by PabloRSA
      7400 - x0ne Turret Control System (TCS) by x0ne
      7420 - Bail Signal Extension by voxol/xfir01
      7430 - Fighter Base Commander by dwgh (No Conflict) TerraCorps Fleet Package by siath70
      7432 - STO overtake sectors by Trickmov
      7434 - Tour De Argon by Trickmov
      7436 - Statistic Centre by Trickmov
      7447 - Apollyon Arms: Laser Weapon Switcher (No Conflict) Apollyon Arms: Targeting Extensions
      7456 - Universe Autotrader
      7474 - Xenon Border Conflicts by Trickmov
      7484 - Weapons Dealer by xxBlueDragonxx
      7494 - Buyable Complexes by xxBlueDragonxx
      7500 - Train Slaves into Marines by Argon Emperor
      7501 - Cartel Shield Hacker
      7502 - Cartel Capture Passengers
      7529 - Station Administrator by siath70
      7530 - Remove/Assign, Homebase Command by Cycrow
      7531 - Jump To Me Command by Cycrow
      7532 - Afterburner MK1/2 by Cycrow
      7533 - System Override Software MK2 by Cycrow
      7534 - BBS Extras by Cycrow
      7535 - Capitol Ship Crews by Cycrow
      7536 - Race Military by Cycrow
      7537 - BBS Advertisements by Cycrow
      7538 - Passenger Slaves by Cycrow
      7539 - Advanced Jumpdrive by Cycrow
      7540 - Advanced Thruster Control by Cycrow
      7541 - Missile Targetting Software by Cycrow
      7542 - ECM System by Cycrow
      7543 - Electro-Magnetic Pulse Blast Cannon by Cycrow
      7544 - Spacefly Hunting Software by Cycrow
      7545 - Satellite Early Warning Network by Cycrow
      7546 - Xenon Migration by Cycrow
      7547 - Tractor Beam Merchant by Cycrow
      7548 - Cargo Bay Energy Divert System by Cycrow
      7549 - Salvage Insurance Contract by Cycrow
      7550 - Mass-Driver Ammo Generator by Cycrow
      7551 - Pirate Base Locator by Cycrow
      7552 - Ship Jamming Device by Cycrow
      7553 - Shield Batteries and Nanobots by Cycrow
      7554 - Station Trader Camper by Cycrow
      7555 - Trading Distribution Network by Cycrow
      7556 - Salvage Insurance Contract by Cycrow
      7557 - Move To Coordinates by Cycrow
      7558 - Emergency Escape Transporter by Cycrow
      7610 - Autotrader Sector Lock/Blacklist by halo
      7632 - pirate ID by ttl
      7650 - Station Manager by burianek/aalaardb
      7666 - Station Freight Transporter
      7690 - Ware Replicator by Nividium
      7700 - text files by fortysix2nz
      7733 - Fight Command Software MK3 by X-Freak Cartman [KBG]
      7734 - Fight Command Software MK3 by X-Freak Cartman [KBG]
      7770 - Advanced Mineral Scanner by A dJ
      7771 - Shield to Drive Booster by A dJ
      7777 - mEngine Interface by PrizzZ
      7780 - Camoflauge Device ST by Blacky_BPG
      7790 - BenCo Factory Autotrade Network by BenCo Industries
      7791 - BenCo X-treme Cargo by BenCo Industries
      7800 - The Syndicate Galaxy by nuclear_eclipse
      7823 - GAIUS by X-Freak Cartman [KBG]
      7850 - Request, X3 Remote Property Management by nuclear_eclipse/Doomed498
      7851 - Response, X3 Remote Property Management by nuclear_eclipse/Doomed498
      7878 - Company Assets by Birdman
      7880 - XU Stats by Birdman (for Logaan)
      7882 - Xexplorer Scanner by Birdman (for Pospi)
      7900 - Gateless Jumpdrive Addon by Dioltas As Dia [NO LINK]
      7927 - Ship Commissioning Software by Sartorie
      7951 - Rename Ships with Expressions by Klyith
      7954 - Summon Assisting Ships by Klyith
      7958 - Hotkey scripts by Klyith
      7999 - ADAMS - ITT by Jeff
      8000 - Commodity Logistics Software MK1/2 by Lucike
      8001 - Commercial Agent by Lucike
      8002 - Missile Defense Mosquito by Lucike
      8005 - Xenon Shipyard by Jakesnake5
      8006 - Pirate Base LaserTower Defense Booster (at HQ) by Jakesnake5
      8062 - Fly Through Gate Command by OML
      8069 - TerraCorp Combat Pilots Project by Myros (No Conflict) TerraCorps Fleet Package by siath70
      8070 - TerraCorp Combat Pilots Project by Myros (No Conflict) TerraCorps Fleet Package by siath70
      8071 - Task Force Command by Myros (No Conflict) TerraCorps Fleet Package by siath70
      8080 - Camera Drone Spy by Nividium
      8082 - Remote Capture by Nividium
      8085 - Auto Debris Harvestor by Nividium
      8087 - Armageddon Device by Nividium
      8089 - Mine Sweeper by Nividium
      8090 - Assimilator (Factory) by Nividium
      8091 - Asteroid Relocator by Nividium
      8092 - Small Business Developement Bank by Nividium
      8101 - Personal Energy Generator by PapaTong
      8102 - Station Trader by Naffarin
      8103 - Complex Manager by Naffarin
      8110 - Library, Manage forbidden areas by Naffarin
      8112 - scripts by al_main
      8113 - scripts by al_main
      8116 - Install Wares (And Shields) To Station by al_main
      8117 - Essential messages from the script to the player
      8125 - Galaxy Upgrade (parts and collection), Galaxy Upgrade - GUI by DSE [ITF]
      8172 - BBS, TycPack by TycHouse
      8181 - Hotkey Radiation Blast by TycHouse
      8216 - Freight Logistics Software by Jimmy Jazz
      8230 - Signal Targeted by eladan
      8235 - Scrap Ship at Player HQ by eladan
      8236 - Scrap Ship at Carrier by eladan
      8240 - Software Command Packs by eladan
      8245 - BBS Race Reparations by eladan
      8250 - Universal Ware Transfer by eladan
      8316 - Cargo Delivery Service by Klaatu
      8357 - Brand-X Station Capture
      8370 - Salvage Extension Commands by voxol
      8382 - Ware Notoriety Checker by xfir01
      8400 - Ashleys Factories (No Conflict) Extended Complex Hub and Complex Node Bazaar
      8411 - Asset Summary Report by Carlo
      8444 - Asteroid Creator by Fud
      8445 - Turret Command Suite by mrcann
      8446 - Advanced Missle Defense by Fud
      8460 - BenCo Trade School by BenCo Industries
      8500 - Cheat Scripts by StarTrekMarc
      8501 - Ship Protocol by StarTrekMarc
      8502 - Race Invasions Mode by StarTrekMarc
      8503 - Station Ships Renaming Management by StarTrekMarc
      8504 - 8505 - Multiple Scripts by StarTrekMarc
      8510 - Anarkis Carrier Commands by Serial Kicked
      8511 - Automated Defense System (ADS) by Serial Kicked
      8512 - Yaki Armada by Serial Kicked
      8513 - Pirate Guild by Serial Kicked
      8515 - Electronics Packages by arcana75
      8516 - Crystal Free SPP by Serial Kicked
      8517 - Resource-Free Factory by arcana75
      8518 - Group Targeting System by Serial Kicked
      8540 - Khaak Empire by BenCo Industries
      8555 - X3 BBS Project by The BBS-Project-Team
      8556 - X3 BBS Project 2 by moot
      8600 - RS.Jump Driving by Red Spot [UNSUPPORTED]
      8601 - RS.Security by Red Spot [UNSUPPORTED]
      8602 - RS.UPS by Red Spot [UNSUPPORTED]
      8603 - RS.NPC.Plugins by Red Spot [UNSUPPORTED]
      8604 - RS.Turret Defence by Red Spot [UNSUPPORTED]
      8606 - RS.QFLS by Red Spot [UNSUPPORTED]
      8609 - Core Scripts, DDRS by Red Spot
      8648 - T-File by UniTrader
      8649 - T-File for User-Configuration by UniTrader
      8686 - M6 Heavy Transport Mod
      8701 - Player Friendly Shipyards by voxol
      8702 - Player Friendly Equipment Docks by voxol
      8710 - Cold War by voxol
      8750 - SCX: Squadron Command Extension
      8751 - Taxisoftware MK1 by SymTec ltd.
      8753 - FBBK - Free Stock Exchange by SymTec ltd.
      8757 - Sector Security Network by SymTec ltd.
      8758 - X2-X3-Converter by SymTec ltd.
      8759 - X2-X3-Converter by SymTec ltd.
      8760 - Trade Command MK1/2-Extension by SymTec ltd.
      8762 - Command Info And Description, CIAD by SymTec ltd.
      8763 - "Sector-Mother" Trading-Fleet-Supply by SymTec ltd.
      8767 - Self Destruction / Suicide Command by SymTec ltd.
      8768 - Cloak Device by SymTec ltd./laux
      8769 - ShipFactory by SymTec ltd.
      8773 - Complex Buy/Sellpoints by SymTec ltd.
      8801 - Escort by LV
      8802 - Treasurehunt by LV
      8803 - Deathmatch Arena by LV
      8804 - Race Response Fleets by LV
      8805 - Deathmatch Arena by LV
      8807 - Self Repairing Hull Technology by LV
      8810 - BBS Plugins by LV
      8812 - Dock TS Ships On TL Class by LV
      8813 - Player Response Fleets by LV
      8815 - Medusa by LV
      8816 - Convoys by LV
      8818 - Freight Transporter Upgrade by LV
      8819 - Insurance Technology by LV
      8820 - Heavy Assault Capture Tech by LV
      8822 - Jumpdrive kits by LV
      8823 - AL Competitors by LV
      8824 - Boron-Paranid Regenerative Hull Systems (RHS) by Zurechial
      8825 - BBS Player HQ Blueprint Offers by LV
      8829 - UTP by LV
      8830 - Warning, UTP by LV
      8831 - Bounty Enhancement by LV
      8833 - AL Plugin, AI Spy Satellites by LV
      8834 - MK3 Energy Trader Upgrade by LV
      8835 - Imperial Complex Construction Quests by LV
      8840 - DisCo - Disable Collisions (Complex Performance) by -Dusty-
      8845 - Factory Complex Constructor by Lt. Ford
      8847 - A.R.E.S. Station Building Service by -Dusty-
      8848 - A.R.E.S. Station Building Service by -Dusty-
      8849 - Remaining Missile Counter by -Dusty-
      8850 - DD Difficulty Levels, DDRS
      8851 - Ship & Station Text Descriptions, DDRS
      8852 - DD BountyHunt Text Messages, DDRS
      8853 - DD Salvage Text Messages, DDRS
      8876 - LazCorp Military Scanner by Lazerath
      8877 - LazCorp Military Kyon Replicator by Lazerath
      8880 - Station Exterior Warehouse (No Conflict) Bankaccount by Blacky_BPG
      8885 - Capital Ship Naming System by Osiris_sam
      8886 - Capital Ship Naming System by Osiris_sam
      8887 - Station Naming Script by Osiris_sam
      8888 - Product Finder by Tomcat
      8890 - Remote Docked Freight Transfer by BOF
      8900 - Teladi Shield Shunt by Maulkye
      8909 - Storage spaces reports system by Chem
      8910 - Special symbols sizes array by Chem
      8915 - Stealth Device MK2 by SuperVegeta
      8916 - X534-mission by SuperVegeta
      8917 - Station.Ship.Trader (No Conflict) SuperVegeta Turret Commands
      8918 - Goner Map Update Service by SuperVegeta
      8920 - CisorTech Dynamic Bay Configuration
      8930 - BenCo Nividium Scanner by BenCo Industries
      8931 - BenCo Industries - Operative by BenCo Industries
      8340 - BenCo Factory Warehouse by BenCo Industries
      8950 - Mobile Mining / Mineral Collection Software by Bunny
      8952 - Advanced Tractor Beam by Bunny
      8954 - Combat Tractor by Bunny
      8355 - BenCo Garbage Recycler by BenCo Industries
      8956 - Weapons Changer by Bunny
      8957 - Lure Spaceflies by Bunny
      8958 - Set Yaki as Friend or Foe by Bunny
      8962 - Warecollector by BEF
      8963 - Flying-Ware Collect Software MK1 by whismerhill
      8970 - Auto Upgrade by Deltawolf
      8971 - Universe Explorers by 7ate9tin11s
      8972 - Improved Kha'ak by 7ate9tin11s
      9000 - XFP Auctions by Cycrow
      9001 - Ship Installer main text file by Cycrow
      9003 - Logitech G15 Stats display by Cycrow
      9004 - Plugin Manager by Cycrow
      9005 - Custom Gui by Cycrow
      9006 - Custom Gui Send Data by Cycrow
      9100 - Get rank as number and name by Trickmov
      9547 - Equipmentsoftware by XGamer
      9548 - Automatic Moneytransfer from Player/Station to Station by XGamer

      Text Pages Used
      Text page IDs between 7000 - 8999 are reserved for unsigned scripts in X3. Please use numbers in this range.
      (example: use <page id="7001" title="" descr="">)


      0010 - activity, Fighter Base Commander by dwgh
      7000 - Economics and supply trader, x3plus
      7001 - Mineral Collection Software , x3plus
      7002 - UT Profit by Euclid (Possible Conflict) Attack Rocks, x3plus
      7003 - Ship and Station Name Management, x3plus
      7004 - Complex Production Cost by Euclid (Conflict) Ship and Station Name Management, x3plus
      7005 - Automatic Target Acquisition, x3plus
      7006 - Taxi Software, x3plus
      7007 - Optimized Targeting, x3plus
      7008 - Race Invasion, x3plus
      7013 - Ring of Fire by Gazz
      7017 - POED correctly working equipmentdocks by Trickmov
      7027 - Cargo Shield Array by Gazz
      7037 - BIER Scanner by Gazz
      7038 - BIER Scanner by Gazz
      7044 - X3 Hostile Universe by giskard
      7065 - SatelliteDeploy by Bhruic
      7074 - Salvage Network by TECSG
      7117 - BBS Advertisements by Cycrow
      7118 - Race Military by Cycrow
      7119 - Capitol Ship Crews by Cycrow
      7120 - Jump To Me Command by Cycrow
      7121 - Bounty Hunters Guild by Cycrow
      7122 - Multiple BBS Scripts by Cycrow
      7123 - Mercenaries Guild by Cycrow
      7124 - Smuggler's Guild by Cycrow
      7125 - Assassins Guild by Cycrow
      7142 - Missile Defence Mark II by S9ilent
      7151 - BBS Articles by Stevio
      7170 - RedStar Dynamic TradeNet by RJV
      7202 - Jump To Target command by Xai Corporation
      7206 - Fleet Support Ship Software by Xai Corporation
      7211 - Group Management System by Xai Corporation
      7212 - The Xtended Mod
      7213 - The Xtended Mod
      7214 - The Xtended Mod
      7215 - The Xtended Mod
      7216 - The Xtended Mod
      7217 - The Xtended Mod
      7220 - Remote Transporter Device by Xai Corporation
      7231 - Manual Trade Commands by Xai Corporation
      7231 - Capitol Ship MTC (TLMTC) by xfir01
      7240 - Navigation Override System MK1 by Xai Corporation
      7242 - Local Trader MK3 update
      7243 - Explorer Software by Xai Corporation
      7244 - Station Commands Suite by Xai Corporation
      7245 - Group Combat Hotkeys by Xai Corporation
      7246 - Group Combat Commands by Xai Corporation
      7249 - Ship Repair Facility by Xai Corporation
      7252 - Station Upgrades Framework by Xai Corporation
      7253 - Advanced Money Transfer by Xai Corporation
      7254 - Group Missile Management by Xai Corporation
      7255 - Turret Commands plugin by Xai Corporation
      7256 - WayPoint Command by Xai Corporation
      7258 - Scout for Enemies
      7259 - Launch Fighter Drone Hotkey
      7266 - Group Carrier Operations
      7268 - Stock Level Monitor
      7272 - Kha'ak Cluster Commands by Kortako
      7353 - Comm Chatter Framework by aalaardb
      7354 - Comm Chatter Framework by aalaardb
      7350 - Warehouse Commands by Deltawolf
      7355 - Salvage Mod by aalaardb
      7356 - Escort CCM by aalaardb
      7400 - x0ne Turret Control System (TCS) by x0ne
      7420 - Bail Signal Extension by voxol/xfir01
      7430 - Fighter Base Commander by dwgh (No Conflict) TerraCorps Fleet Package by siath70
      7432 - STO overtake sectors by Trickmov
      7434 - Tour De Argon by Trickmov
      7435 - Tour De Argon by Trickmov
      7436 - Statistic Centre by Trickmov
      7447 - Apollyon Arms: Laser Weapon Switcher (No Conflict) Apollyon Arms: Targeting Extensions
      7456 - Universe Autotrader
      7474 - Xenon Border Conflicts by Trickmov
      7475 - Xenon Border Conflicts by Trickmov
      7484 - Weapons Dealer by xxBlueDragonxx
      7494 - Buyable Complexes by xxBlueDragonxx
      7501 - Cartel Shield Hacker
      7502 - Cartel Capture Passengers
      7529 - Station Administrator by siath70
      7540 - Advanced Thruster Control by Cycrow
      7541 - Missile Targetting Software by Cycrow
      7542 - ECM System by Cycrow
      7546 - Xenon Migration by Cycrow
      7547 - Tractor Beam Merchant by Cycrow
      7548 - Cargo Bay Energy Divert System by Cycrow
      7549 - Salvage Insurance Contract by Cycrow
      7550 - Mass-Driver Ammo Generator by Cycrow
      7551 - Pirate Base Locator by Cycrow
      7552 - Ship Jamming Device by Cycrow
      7553 - Shield Batteries and Nanobots by Cycrow
      7554 - Station Trader Camper by Cycrow
      7555 - Trading Distribution Network by Cycrow
      7556 - Salvage Insurance Contract by Cycrow
      7558 - Emergency Escape Transporter by Cycrow
      7610 - Autotrader Sector Lock/Blacklist by halo
      7632 - pirate ID by ttl
      7650 - Station Manager by burianek/aalaardb
      7700 - Autotransfer Alternative and Station Profit Monitoring by fortysix2nz
      7701 - Large Ship Ware Manager by fortysix2nz
      7733 - Fight Command Software MK3 by X-Freak Cartman [KBG]
      7734 - Fight Command Software MK3 by X-Freak Cartman [KBG]
      7770 - Advanced Mineral Scanner by A dJ
      7771 - Shield to Drive Booster by A dJ
      7777 - mEngine Interface by PrizzZ
      7780 - Camoflauge Device ST by Blacky_BPG
      7790 - BenCo Factory Autotrade Network by BenCo Industries
      7791 - BenCo X-treme Cargo by BenCo Industries
      7823 - GAIUS by X-Freak Cartman [KBG]
      7850 - 7851 - X3 Remote Property Management by nuclear_eclipse
      7878 - Company Assets by Birdman
      7880 - XU Stats by Birdman (for Logaan)
      7882 - Xexplorer Scanner by Birdman (for Pospi)
      7881 - Sector Planner by Birdman (for Lordsuch)
      7927 - Ship Commissioning Software by Sartorie
      7951 - Rename Ships with Expressions by Klyith
      7954 - Summon Assisting Ships by Klyith
      8000 - Commodity Logistics Software MK1/2 by Lucike
      8001 - Commercial Agent by Lucike
      8002 - Missile Defense Mosquito by Lucike
      8071 - Task Force Command by Myros (No Conflict) TerraCorps Fleet Package by siath70
      8102 - Station Trader by Naffarin
      8110 - Library, Manage forbidden areas by Naffarin
      8117 - Essential messages from the script to the player
      8125 - Galaxy Upgrade (parts and collection), Galaxy Upgrade - GUI by DSE [ITF]
      8172 - BBS, TycPack by TycHouse
      8112 - scripts by al_main
      8236 - Scrap Ship at Carrier by eladan
      8240 - Software Command Packs by eladan
      8245 - BBS Race Reparations by eladan
      8316 - Cargo Delivery Service by Klaatu
      8357 - Brand-X Station Capture
      8358 - Brand-X Station Capture
      8359 - Brand-X Station Capture
      8382 - Ware Notoriety Checker by xfir01
      8411 - Asset Summary Report by Carlo
      8444 - Asteroid Creator by Fud
      8446 - Advanced Missle Defense by Fud
      8500 - Cheat Scripts by StarTrekMarc
      8501 - Ship Protocol by StarTrekMarc
      8502 - Race Invasions Mode by StarTrekMarc
      8503 - Station Ships Renaming Management by StarTrekMarc
      8504 - 8505 - Multiple Scripts by StarTrekMarc
      8510 - Anarkis Carrier Commands by Serial Kicked
      8512 - Yaki Armada by Serial Kicked
      8520 - Kha'ak Capture Plugin by Serial Kicked
      8550 - 8556 - X3 BBS Project by The BBS-Project-Team (Possible Conflict) X3 BBS Project 2 by moot
      8600 - RS.Jump Driving by Red Spot [UNSUPPORTED]
      8601 - RS.Security by Red Spot [UNSUPPORTED]
      8602 - RS.UPS by Red Spot [UNSUPPORTED]
      8603 - RS.NPC.Plugins by Red Spot [UNSUPPORTED]
      8604 - RS.Turret Defence by Red Spot [UNSUPPORTED]
      8606 - RS.QFLS by Red Spot [UNSUPPORTED]
      8648 - T-File by UniTrader
      8649 - T-File for User-Configuration by UniTrader
      8701 - Player Friendly Shipyards by voxol
      8702 - Player Friendly Equipment Docks by voxol
      8750 - SCX: Squadron Command Extension
      8751 - Taxisoftware MK1 by SymTec ltd.
      8753 - FBBK - Free Stock Exchange by SymTec ltd.
      8757 - Sector Security Network by SymTec ltd.
      8758 - X2-X3-Converter by SymTec ltd.
      8759 - X2-X3-Converter by SymTec ltd.
      8760 - Trade Command MK1/2-Extension by SymTec ltd.
      8762 - Command Info And Description, CIAD by SymTec ltd.
      8763 - "Sector-Mother" Trading-Fleet-Supply by SymTec ltd.
      8767 - Self Destruction / Suicide Command by SymTec ltd.
      8768 - Cloak Device by SymTec ltd./laux
      8769 - ShipFactory by SymTec ltd.
      8773 - Complex Buy/Sellpoints by SymTec ltd.
      8801 - Escort by LV
      8802 - Treasurehunt by LV
      8803 - Deathmatch Arena by LV
      8804 - Race Response Fleets by LV
      8805 - Deathmatch Arena by LV
      8807 - Self Repairing Hull Technology by LV
      8810 - BBS Plugins by LV
      8812 - Dock TS Ships On TL Class by LV
      8813 - Player Response Fleets by LV
      8815 - Medusa by LV
      8816 - Convoys by LV
      8818 - Freight Transporter Upgrade by LV
      8819 - Insurance Technology by LV
      8820 - Heavy Assault Capture Tech by LV
      8822 - Jumpdrive kits by LV
      8823 - AL Competitors by LV
      8824 - Boron-Paranid Regenerative Hull Systems (RHS) by Zurechial
      8825 - BBS Player HQ Blueprint Offers by LV
      8829 - UTP by LV
      8830 - Warning, UTP by LV
      8831 - Bounty Enhancement by LV
      8833 - AL Plugin, AI Spy Satellites by LV
      8834 - MK3 Energy Trader Upgrade by LV
      8835 - Imperial Complex Construction Quests by LV
      8840 - DisCo - Disable Collisions (Complex Performance) by -Dusty-
      8847 - A.R.E.S. Station Building Service by -Dusty-
      8848 - A.R.E.S. Station Building Service by -Dusty-
      8849 - Remaining Missile Counter by -Dusty-
      8876 - LazCorp Military Scanner by Lazerath
      8877 - LazCorp Military Kyon Replicator by Lazerath
      8880 - Station Exterior Warehouse (No Conflict) Bankaccount by Blacky_BPG
      8886 - Capital Ship Naming System by Osiris_sam
      8887 - Station Naming Script by Osiris_sam
      8888 - Product Finder by Tomcat
      8909 - Storage spaces reports system by Chem
      8910 - Special symbols sizes array by Chem
      8915 - Stealth Device MK2 by SuperVegeta
      8916 - X534-mission by SuperVegeta
      8917 - Station.Ship.Trader (No Conflict) SuperVegeta Turret Commands
      8918 - Goner Map Update Service by SuperVegeta
      8955 - Target Nearest Unscanned Asteroid by Bunny
      8957 - Lure Spaceflies by Bunny
      8958 - Set Yaki as Friend or Foe by Bunny
      8963 - Flying-Ware Collect Software MK1 by whismerhill
      8971 - Universe Explorers by 7ate9tin11s
      9000 - XFP Auctions by Cycrow
      9001 - Ship Installer main text file by Cycrow
      9003 - Logitech G15 Stats display by Cycrow
      9004 - Plugin Manager by Cycrow
      9005 - Custom Gui by Cycrow
      9006 - Custom Gui Send Data by Cycrow
      9100 - Get rank as number and name by Trickmov
      9101 - Get rank as number and name by Trickmov


      Log Files Used
      Occasionally, scripts will output data to the hard drive in the form of a logfile. Scripts which use logfiles are listed here.

      00010.txt - Fighter Base Commander by dwgh / TerraCorps Fleet Package by Siath70
      07650.txt - 07651.txt - Station Manager by burianek and aalaardb
      log07850-log07998 X3 Remote Property Management by nuclear_eclipse & Doomed498
      08001.txt - Commercial Agent by Lucike
      08102.txt - Station Trader by Naffarin
      08110.txt - Manage forbidden areas by Naffarin
      73535.txt - Comm Chatter Framework by aalaardb
      07215.txt - The Xtended Mod
      07230.txt - The Xtended Mod
      07420.txt - Bail Signal Extension by voxol/xfir01
      07880.txt - 07881.txt - XU Stats by Birdman for Logaan
      07878.txt - Company Assets by Birdman
      07882.txt - Xexplorer Scanner by Birdman for Pospi
      08411.txt - Asset Summary Report by Carlo
      08916.txt - x534 mission by SuperVegeta
      08758.txt - X3-X3-Converter by SymTec ltd.
      09001.txt - Ship Installer Purge Ship Logfile by Cycrow
      09003.txt - Logitech G15 Stats display by Cycrow

      User avatar
      moggy2
      Posts: 5505
      Joined: Wed, 6. Nov 02, 20:31
      x3ap

      Post by moggy2 » Wed, 2. Nov 05, 05:11

      I've set up some wiki pages, that anyone can edit, for listing the resources used by custom scripts, the same as I did for X2.

      If people would like to use them, feel free.

      User avatar
      Burianek
      Posts: 2981
      Joined: Mon, 29. Dec 03, 03:29
      x3tc

      Post by Burianek » Wed, 2. Nov 05, 05:50

      I sincerely appreciate that moggy, I'm hoping that by having the info here in a sticky 'in your face' as it were, more scripters will be inclined to use it.
      A man can dream anyway ;)
      Cheers.
      "Nature's first green is gold" . . . stay golden.

      Xenon_Slayer
      EGOSOFT
      EGOSOFT
      Posts: 13088
      Joined: Sat, 9. Nov 02, 11:45
      x4

      Post by Xenon_Slayer » Thu, 3. Nov 05, 17:06

      Heres the link for the no tooltip mod Here
      Come watch me on Twitch where I occasionally play several of the X games

      User avatar
      BadIronTree
      Posts: 46
      Joined: Fri, 14. Feb 03, 15:14
      x3tc

      Post by BadIronTree » Thu, 3. Nov 05, 20:47

      best cheat script ever :)
      from LV.
      Moderator

      http://forum.egosoft.com/viewtopic.php?t=97281

      best quality ever :)
      BadIronTree The Greek

      User avatar
      Burianek
      Posts: 2981
      Joined: Mon, 29. Dec 03, 03:29
      x3tc

      Post by Burianek » Fri, 4. Nov 05, 01:10

      Hmmm, here's a bit of a dilemma. Do you guys want me to link to these scripts in the above post without knowing the conflict information to put into the conflict post?

      Or should I require that all conflict information is given before linking the posted mods/scripts?

      I'm not sure which way is best. That's the problem with posting someone else's scripts here, since you don't know yourself how they work.
      "Nature's first green is gold" . . . stay golden.

      User avatar
      LV
      Sith Lord
      Posts: 8255
      Joined: Wed, 6. Nov 02, 20:31
      x3tc

      Post by LV » Sun, 6. Nov 05, 09:24

      Indeed.

      Cheat scripts should not be mixed with unisgned scripts imo, If those cheats generate alot of posts then I'll sticky them to save the numerous "I need some cheat scripts posts", At the moment the thread is holding itself up. :)
      LV's TC Scripts
      Readme's For All My Scripts


      I felt a great disturbance in the forum, Like millions of voices cried out in terror, then were silenced

      si tacuisses, philosophus mansisses

      User avatar
      Burianek
      Posts: 2981
      Joined: Mon, 29. Dec 03, 03:29
      x3tc

      Post by Burianek » Sun, 6. Nov 05, 21:37

      I'd agree. I want the scripts and mods included in this post to be considered somewhat 'safe' as well. Forum users can always search the forums for everything that's out there.

      While the scripts in here certainly won't be subjected to the same standards as signed scripts, I'm thinking we should require the authors of scripts and mods to request that they be added to this list themselves. At least that shows they might support them somewhat, and I can get the conflict info from them.

      So please convince authors of mods / scripts to ask that their mods be included here. I'm not going to allow 'Hey this mod is cool, can you add it to the list?' type stuff.

      Does that make sense why? Thoughts?
      Cheers.
      "Nature's first green is gold" . . . stay golden.

      Cycrow
      Moderator (Script&Mod)
      Moderator (Script&Mod)
      Posts: 22201
      Joined: Sun, 14. Nov 04, 23:26
      x4

      Post by Cycrow » Mon, 7. Nov 05, 17:06

      ok just finished my Hire Mercenaries script
      http://forum.egosoft.com/viewtopic.php?t=99155

      its using the same file as the bounty hunter script, 7532
      using page id 7123
      and station slot 17

      i've also change the ware object for the bounty hunters script from 17 to 12

      cheers
      :)

      User avatar
      Burianek
      Posts: 2981
      Joined: Mon, 29. Dec 03, 03:29
      x3tc

      Post by Burianek » Tue, 8. Nov 05, 01:32

      Thanks for the update :D
      "Nature's first green is gold" . . . stay golden.

      KryNx
      Posts: 31
      Joined: Tue, 7. Sep 04, 05:52
      xr

      Post by KryNx » Tue, 8. Nov 05, 22:04

      My new Satellite Deployment Ship script uses the following:

      Text files:
      7064

      Command menu:
      <t id="1223">COMMAND_TYPE_SHIP_23</t>

      And can be found here:
      http://forum.egosoft.com/viewtopic.php?p=1218312
      The only thing that keeps me sane is my collection of singing goldfish.

      carran
      Posts: 820
      Joined: Wed, 6. Nov 02, 20:31
      x4

      Post by carran » Thu, 10. Nov 05, 21:38

      Who is responsible for signing scripts for X3?

      User avatar
      Burianek
      Posts: 2981
      Joined: Mon, 29. Dec 03, 03:29
      x3tc

      Post by Burianek » Fri, 11. Nov 05, 02:02

      No one at the moment, everyone's too busy working on the game itself.
      When script signing for X3 becomes official, there'll be an announcement made in this forum.
      In the meantime, if you have something you'd like to submit, read over some of the threads in the X2 forum that talk about the signing process and the types of things that typically need to be changed to allow a script to be signed. That should give you a headstart on proofing your submission.
      Cheers.
      "Nature's first green is gold" . . . stay golden.

      User avatar
      nuclear_eclipse
      Posts: 1129
      Joined: Thu, 2. Sep 04, 01:54
      x3tc

      Post by nuclear_eclipse » Fri, 11. Nov 05, 07:46

      Mod / Galaxy - The Syndicate Galaxy
      http://forum.egosoft.com/viewtopic.php? ... 20#1225720

      Uses TID file 447800.xml

      User avatar
      Jimmy Jazz
      Posts: 794
      Joined: Wed, 4. Jun 03, 17:20
      x3

      Post by Jimmy Jazz » Fri, 11. Nov 05, 12:52

      My trade script (Freight Logistics Software):

      http://forum.egosoft.com/viewtopic.php?t=100403

      Thank you!

      EDIT

      Mr Jazz please let us know if your using any command/ware/tid slots

      ta :)

      LV
      Pinky : "Gee, Brain what do you want to do tonight?"
      Brain : "The same thing we do every night Pinky. Try to take over the world!"

      User avatar
      TECSG
      Posts: 1604
      Joined: Tue, 17. Feb 04, 22:06
      x3tc

      Post by TECSG » Mon, 14. Nov 05, 12:40

      Burianek,

      I've written a Salvage script to locate unclaimed ships (the 'freebies' or unclaimed capped ships).

      It uses a satellite network to scan, so only reports ships if you have a satellite in that sector (it will just return the name of the sector and ship). Advanced satellites will also return the coordinates of the ship.

      The script uses:-

      Page 5556
      Commands 240 (Navigation) and 540 (special).
      The Navigation command is just a simple 'move to centre of sector' command for deploying satellites manually.

      The script is here:

      http://hometown.aol.co.uk/NuHth6/Salvage.zip

      There is a TXT file included with full instructions. Any comments/suggestions welcomed.

      If there are any conflicts, I'll change it if someone lets me know.

      Post Reply

      Return to “X³: Reunion - Scripts and Modding”