how do i get the ... in a custom game
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 23
- Joined: Mon, 29. Jun 09, 00:09
-
- Posts: 93
- Joined: Mon, 8. Dec 08, 16:06
Not working for me either, I installed the XML director file with the script editor enabled got the message that plots are now active but nothing.
I've read the FAQs that state the plot for terran conflict was in omricron lyrae or however you spell it but no missions (blue book?) in there
.
Any other suggestions?
I've read the FAQs that state the plot for terran conflict was in omricron lyrae or however you spell it but no missions (blue book?) in there

Any other suggestions?
-
- Posts: 2770
- Joined: Tue, 15. Jul 03, 00:35
iirc the best way to look for plot blue books is in OL or Elysium. Think OL one needs a certain rank though I've not read that file for a while, prob best to check the goner plot.
If you're using a mod, not just a custom game start from vanilla, it may not work due to things being changed in the mod. It was stated that the custom start was for mods to not crash the game with required sectors/etc used in the plots.
Again there was no error checking put in, know what to check for but not too comfortable with the oddness of the language. Since there is interest will look in to it more.
Edit: Well, turns out it's hard to code something when one can't test. Not sure how to test for "undefined"/"null"/"not set". Anywho, this probably doesn't work.. so spoilering:
Hmm, may have something else to do it.
If you're using a mod, not just a custom game start from vanilla, it may not work due to things being changed in the mod. It was stated that the custom start was for mods to not crash the game with required sectors/etc used in the plots.
Again there was no error checking put in, know what to check for but not too comfortable with the oddness of the language. Since there is interest will look in to it more.
Edit: Well, turns out it's hard to code something when one can't test. Not sure how to test for "undefined"/"null"/"not set". Anywho, this probably doesn't work.. so spoilering:
Spoiler
Show
<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet href="director.xsl" type="text/xsl" ?>
<director name="test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="director.xsd">
<documentation>
<author alias="Aro" contact="forum.egosoft.com/profile.php?mode=viewprofile&u=40746" />
<version number="0.2" date="2009-6-29" status="testing" />
</documentation>
<cues>
<cue name="Activate_Plots" game="all">
<condition>
<check_all>
<check_value value="Terran Link Plot" max="0"/>
<check_value value="HUB Plot" max="0"/>
<check_value value="HQ Plot" max="0"/>
<check_value value="Disable Plots" max="0"/>
</check_all>
</condition>
<action>
<do_all>
<set_value name="Terran Link Plot" exact="1"/>
<set_value name="HUB Plot" exact="1"/>
<set_value name="HQ Plot" exact="1"/>
<incoming_message author="{Plot Activation Service}" popup="0" text="Plots should be active now... "/>
<cancel_cue cue="Activate_Plots"/>
</do_all>
</action>
</cue>
</cues>
</director>
<?xml-stylesheet href="director.xsl" type="text/xsl" ?>
<director name="test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="director.xsd">
<documentation>
<author alias="Aro" contact="forum.egosoft.com/profile.php?mode=viewprofile&u=40746" />
<version number="0.2" date="2009-6-29" status="testing" />
</documentation>
<cues>
<cue name="Activate_Plots" game="all">
<condition>
<check_all>
<check_value value="Terran Link Plot" max="0"/>
<check_value value="HUB Plot" max="0"/>
<check_value value="HQ Plot" max="0"/>
<check_value value="Disable Plots" max="0"/>
</check_all>
</condition>
<action>
<do_all>
<set_value name="Terran Link Plot" exact="1"/>
<set_value name="HUB Plot" exact="1"/>
<set_value name="HQ Plot" exact="1"/>
<incoming_message author="{Plot Activation Service}" popup="0" text="Plots should be active now... "/>
<cancel_cue cue="Activate_Plots"/>
</do_all>
</action>
</cue>
</cues>
</director>
Last edited by Aro on Tue, 30. Jun 09, 01:59, edited 1 time in total.
[ external image ]
The end of a trilogy does not mean an end to a series.
| Vanilla with strawberries? [List of Vanilla safe mods.] | Tired of the plots? [Plot Skipper Tool v0.5] |
| X3: R & TC Minimaps |
The end of a trilogy does not mean an end to a series.
| Vanilla with strawberries? [List of Vanilla safe mods.] | Tired of the plots? [Plot Skipper Tool v0.5] |
| X3: R & TC Minimaps |
-
- Posts: 16999
- Joined: Mon, 5. Mar 07, 22:03
iirc, the individual plots generally check that the required sectors & stations exists.
Vanilla plot start requirements (spoilers, obviously).
Vanilla plot start requirements (spoilers, obviously).
-
- Posts: 93
- Joined: Mon, 8. Dec 08, 16:06
Thanks for the reply and help...
I will try the other script and check out the goner mission in EOL and see what happens.
The main thing that bugs me with the custom game is no access to terran sectors (ATF shoot me) even when I gain ranks with the terrans. I think I also already have enough rank with argon to start the terran mission (federation marshal).
The only mods I have installed are luckies scripts, FCC and a few other minor mods, no custom mission game starts or anything.
I will post later if it works or not...
I will try the other script and check out the goner mission in EOL and see what happens.
The main thing that bugs me with the custom game is no access to terran sectors (ATF shoot me) even when I gain ranks with the terrans. I think I also already have enough rank with argon to start the terran mission (federation marshal).
The only mods I have installed are luckies scripts, FCC and a few other minor mods, no custom mission game starts or anything.
I will post later if it works or not...
-
- Posts: 24
- Joined: Tue, 7. Jul 09, 04:14
I couldn't e get this to work. I copied the script into word and saved as .xml. Then I created a folder in my X3 directory called director and put the file, that I have named, "plotstarter.xml" into it.
I then started x3 and loaded my game but no change, no messages that I can see.
I've tried copying the plotstarter file into my scripts folder but nother there either.
I tried saving my game and reloading it and nothing.
I'm have X3:TC V2.1 from steam
The game has had scripts enabled using the thereshallbewings. only scripts I'm using are FCC, CAG, CLS and RsWe renamers.
I'm quite a ways into the game, playing for a couple of weeks now so the plots should be available I think in OL?
Any idea what I'm doing wrong?
I then started x3 and loaded my game but no change, no messages that I can see.
I've tried copying the plotstarter file into my scripts folder but nother there either.
I tried saving my game and reloading it and nothing.
I'm have X3:TC V2.1 from steam
The game has had scripts enabled using the thereshallbewings. only scripts I'm using are FCC, CAG, CLS and RsWe renamers.
I'm quite a ways into the game, playing for a couple of weeks now so the plots should be available I think in OL?
Any idea what I'm doing wrong?
-
- Posts: 2770
- Joined: Tue, 15. Jul 03, 00:35
-
- Posts: 24
- Joined: Tue, 7. Jul 09, 04:14
Thanks for the help bu no joy:
I've tried them both now, the spoilered one and the one previous to it, but nothing - no message pops up. No mission starts in OL.
One thing that confuses me is that when I start up X3 there is a ghosted "Load MOD" option in the startup panel. Is that normal?
Any ideas?
Thanks,
Haydan
I've tried them both now, the spoilered one and the one previous to it, but nothing - no message pops up. No mission starts in OL.
One thing that confuses me is that when I start up X3 there is a ghosted "Load MOD" option in the startup panel. Is that normal?
Any ideas?
Thanks,
Haydan
-
- EGOSOFT
- Posts: 12099
- Joined: Fri, 21. May 04, 17:15
Playing Plots in custom start now possible -> Enable Plots in Custom Start
Works for both new starts and existing games.
Enjoy
MFG
Ketraar
Works for both new starts and existing games.
Enjoy
MFG
Ketraar

-
- Posts: 2770
- Joined: Tue, 15. Jul 03, 00:35
Hmm. Should get that message at load.
Maybe check out Elysium of Light?
The folder in the X3TC folder is called "director", correct?
Maybe use notepad instead of word? (Try a different format like UTF8? Shouldn't matter with notepad though.)
Not sure if any of those changes would mess up plot items and make them impossible to run.
Maybe check out Elysium of Light?
The folder in the X3TC folder is called "director", correct?
Maybe use notepad instead of word? (Try a different format like UTF8? Shouldn't matter with notepad though.)
Not sure if any of those changes would mess up plot items and make them impossible to run.
-
- EGOSOFT
- Posts: 12099
- Joined: Fri, 21. May 04, 17:15
The issue lies in the Plot Missions.xml since there is a condition which checks if you are running a "Plot Start" or not. If you are, that file doesn't get loaded any day. 
Anyway if you follow the link in my previous post (or check my signature) you'll get a functional version, just follow the instructions (they're pretty simple anyway).
MFG
Ketraar

Anyway if you follow the link in my previous post (or check my signature) you'll get a functional version, just follow the instructions (they're pretty simple anyway).
MFG
Ketraar

-
- Posts: 2770
- Joined: Tue, 15. Jul 03, 00:35