[INFO Request] AP War plot skipper? (SOLVED)

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

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

Post Reply
Vayde
Posts: 850
Joined: Fri, 6. Feb 04, 21:02
x3tc

[INFO Request] AP War plot skipper? (SOLVED)

Post by Vayde » Mon, 28. May 12, 11:59

Hi all. I remember reading some time back that an MD file was out there which allowed the player to get stuck into the hub and HQ plots from game start as it marked the game as AP Plot complete.

Spent a good deal of time this morning searching for it on the forums but have not been successful :) If anyone can remember where's its at I would be grateful.

Thanks in advance.
Last edited by Vayde on Mon, 28. May 12, 21:00, edited 2 times in total.
Still life in the old dog yet...

User avatar
apricotslice
Posts: 14129
Joined: Sun, 16. May 04, 13:01
x4

Post by apricotslice » Mon, 28. May 12, 15:29

Not AP plot complete, but the TC plots complete for AP are on my download site.

With these, you start with the Hub and PHQ available immediately. Also, all rewards from TC.

Of course, dont try to do the AP hub plot if you use the TC plots complete MD.

Vayde
Posts: 850
Joined: Fri, 6. Feb 04, 21:02
x3tc

Post by Vayde » Mon, 28. May 12, 16:21

Yeah I found yours this morning Apricot but they were not the MD files I remember seeing.

The ones I'm after allow you to start the AP hub and PHQ plots without having to do the main AP plot first.
Still life in the old dog yet...

User avatar
Killjaeden
Posts: 5366
Joined: Sun, 3. Sep 06, 18:19
x3tc

Post by Killjaeden » Mon, 28. May 12, 17:27

if i understood correctly-> Community Scripts Library, first MD entry ...
[ external image ]
X-Tended TC Mod Team Veteran.
Modeller of X3AP Split Acinonyx, Split Drake, Argon Lotan, Teladi Tern. My current work:
Image

User avatar
Ketraar
EGOSOFT
EGOSOFT
Posts: 11835
Joined: Fri, 21. May 04, 17:15
x4

Post by Ketraar » Mon, 28. May 12, 17:47

That one is for TC only. Dont think there is anything for AP yet. Seams to me like a great opportunity for someone to test their MD skills acquired from the tutorials. *hint*

Or wait for dillpickle to do one for AP.

MFG

Ketraar
Image

dillpickle
Posts: 1159
Joined: Mon, 3. Nov 08, 14:25
x3tc

Post by dillpickle » Mon, 28. May 12, 19:03

Ketraar wrote:Or wait for dillpickle to do one for AP.
I've not had much time to play/look at AP yet....

However, if I understand the OP correctly, they just want to be able to play the Hub/PHQ without having to do the main AP plot.

If so:

Code: Select all

<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet href="director.xsl" type="text/xsl" ?>
<director name="AP Plot Skip" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="director.xsd">
  <cues>
    <cue name="APPlotSkip01">
      <condition>
        <check_value value="{player.age}" min="10s"/>
      </condition>
      <action>
        <set_value name="Albion Prelude Plot Ended" exact="1"/>
      </action>
    </cue>
  </cues>
</director>
saved as 'something.xml' in the addon/director folder (I believe) will flag the main plot as complete allowing the other two to be played - you will still need to meet their starting requirements for them to trigger.

Vayde
Posts: 850
Joined: Fri, 6. Feb 04, 21:02
x3tc

Post by Vayde » Mon, 28. May 12, 20:47

Cheers Dillpickle you're a star :)
Still life in the old dog yet...

Post Reply

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