Exscriptor topic:
http://forum.egosoft.com/viewtopic.php?p=2513546
---
I've made some changes to get exscriptor working with the new AP script commands and constants as described in my post in the exscriptor thread:
http://forum.egosoft.com/viewtopic.php? ... 38#3755638
I've uploaded the files here:
[ external image ]
Be vigilant for errors as adding the new script commands to the exscriptor files was a manual process.
Readme:
Code: Select all
X3APScriptor v0.2
===================================
Forum: http://forum.egosoft.com/viewtopic.php?t=312689
These files are for making exscriptor work with Albion Prelude.
Instructions
------------
1. Backup exscriptor's X3TCCommandList and X3TCCommandParameters files
2. Copy the 4 files to the exscriptor folder (X3APScriptor.cat/dat, X3TCCommandList, X3TCCommandParameters)
3. Configure Exscriptor's settings as follows (assuming Steam is on C:\Steam)
X3TC Directory: Point at Steam's 'X3 Terran Conflict' folder
X3TC Script Directory: Steam's 'Terran Conflict\Addon\Scripts' folder
Mod cat/dat file: Point to the X3APScriptor.cat file supplied in this package.
4. Restart exscriptor
If it worked
------------
- You'll see the new script commands in the editor: e.g. Fly Commands\Fleet Commands
- You'll see the new constants in the Constants menu: e.g. Bullet.Beam
- You'll be able to save and load scripts utilizing the new commands and constants.
Notes
-----
To get the script commands into exscriptor I took them from 0001-L044.xml and manually edited to suit the format of exscriptors X3TCCommandList and X3TCCommandParameters.
** Because this was a lengthy manual process, its possible the files may contain errors **
The purpose of the cat file is to get exscriptor to see the AP constants. I edited 0001-L044.xml and copied the 382002 table entries into the 2002 table and packaged this into a cat file for use with exscriptor's 'Mod cat/dat file' setting. Exscriptor wouldn't otherwise see the 382002 table containing the new constants, and it was not otherwise possible to load and save scripts using the new constants.
Changelog
---------
0.2
---
Fixed a problem with the 0.1 dat/cat (0001-L044.xml) file causing scripts to be loaded wrongly so they could not be saved.