HUB mission bug?
Moderator: Moderators for English X Forum
-
- Posts: 10
- Joined: Fri, 28. Nov 14, 18:24
HUB mission bug?
So I just got all the crap to the hub, got the "take me to Kingdom's End" prompt, got the guidance to point me to the right place, docked there, and... nothing. What's going on here?
This profile is under construction
-
- Moderator (English)
- Posts: 31824
- Joined: Fri, 16. Apr 04, 19:21
Moving to X Trilogy Universe (gameplay) forum.
Make sure that the Boron Mahi Ma is actually on your ship before docking as his arrival at the dock should be the end of the Hub plot. I cannot remember if there was a 'Congratulations' screen or not, but if you had him before docking and now he is gone then the Hub should be working and all yours now. That is the plot reward.
Make sure that the Boron Mahi Ma is actually on your ship before docking as his arrival at the dock should be the end of the Hub plot. I cannot remember if there was a 'Congratulations' screen or not, but if you had him before docking and now he is gone then the Hub should be working and all yours now. That is the plot reward.
A dog has a master; a cat has domestic staff.
-
- Posts: 10
- Joined: Fri, 28. Nov 14, 18:24
-
- Posts: 10
- Joined: Fri, 28. Nov 14, 18:24
I found a fix, but it wasn't pretty (way more of a cheat/hack than I'm comfortable with, but the other option would be to go through the Hub mission ALL over again and I'd rather stick a shotgun in my mouth and pull the trigger with my toes than grind for all those resources again).
Here it is:
Create a blank text file (Notepad++ works the best for this) and paste in the following:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet href="director.xsl" type="text/xsl" ?>
<director name="Mahi Ma" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="director.xsd">
<cues>
<cue name="Mahi Ma Relocate">
<condition>
<check_age value="{player.age}" min="5s"/>
</condition>
<action>
<set_actor_location actor="L2M007.Ma" object="{player.ship}" location="passenger"/>
</action>
</cue>
</cues>
</director>
Copy and paste into notepad and save as something.xml in the director folder, it should place Mahi Ma in your ship as a passenger, so make sure when you load your save your ship has CLS and space...
Source: http://www.thexuniverse.com/archive/ind ... ab8903e52f
Here it is:
Create a blank text file (Notepad++ works the best for this) and paste in the following:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet href="director.xsl" type="text/xsl" ?>
<director name="Mahi Ma" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="director.xsd">
<cues>
<cue name="Mahi Ma Relocate">
<condition>
<check_age value="{player.age}" min="5s"/>
</condition>
<action>
<set_actor_location actor="L2M007.Ma" object="{player.ship}" location="passenger"/>
</action>
</cue>
</cues>
</director>
Copy and paste into notepad and save as something.xml in the director folder, it should place Mahi Ma in your ship as a passenger, so make sure when you load your save your ship has CLS and space...
Source: http://www.thexuniverse.com/archive/ind ... ab8903e52f
This profile is under construction