[FIX TO X3AP VANILLA ISSUE] Wrong Text-ID display in generic missions

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
darkangel666
Posts: 525
Joined: Mon, 16. Feb 09, 13:57
xr

[FIX TO X3AP VANILLA ISSUE] Wrong Text-ID display in generic missions

Post by darkangel666 » Thu, 25. Jun 15, 12:31

After a long break i decided to play X3:AP again and i noticed a few things with the generic missions. After completion the final texts sometimes say ",910 ,842" or sth similar in the argon and terran space. The problem in this case is simply wrong Text-IDs, e.g. {,910} instead of {117,910}.

With the following T-File content i've resolved this issue so far with the generic missions and i didn't get wrong texts anymore.

Code: Select all

 <page id="117">
  <t id="2000">{117,910} {117,911}</t>
  <t id="2001">{117,910} {117,842}</t>
  <t id="2002">{117,957} {117,125}</t>
  <t id="2003">{117,957} {117,126}</t>
  <t id="2005">{117,841} {117,845}</t>
 </page>
 
 <page id="118">
  <t id="2000">{118,910} {118,911}</t>
  <t id="2001">{118,910} {118,842}</t>
  <t id="2002">{118,957} {118,125}</t>
  <t id="2003">{118,957} {118,126}</t>
  <t id="2005">{118,841} {118,845}</t>
 </page>
 
 <page id="119">
  <t id="2000">{119,910} {119,911}</t>
  <t id="2001">{119,910} {119,842}</t>
  <t id="2002">{119,957} {119,125}</t>
  <t id="2003">{119,957} {119,126}</t>
  <t id="2005">{119,841} {119,845}</t>
 </page>
The speech works as intended with this Text-IDs.

If this fix is already known and/or posted by someone else please let me know. I couldn't find anything related to this so i decided to open this topic.

Hope my english is fine because it isn't my native language.

Greetings darkangel666

Alan Phipps
Moderator (English)
Moderator (English)
Posts: 30436
Joined: Fri, 16. Apr 04, 19:21
x4

Post by Alan Phipps » Thu, 25. Jun 15, 17:25

I changed the thread title a bit as [RESOLVED] looked more like someone asking a modding question that was now answered. I hope you don't mind.
A dog has a master; a cat has domestic staff.

darkangel666
Posts: 525
Joined: Mon, 16. Feb 09, 13:57
xr

Post by darkangel666 » Thu, 25. Jun 15, 21:06

As long as it helps people i'm happy x)

User avatar
RoverTX
Posts: 1436
Joined: Wed, 16. Nov 11, 18:37
x4

Post by RoverTX » Fri, 10. Jul 15, 03:03

Thanks for this! Had been bothering me for a while. Never had the time to track this down. Very good work!

Post Reply

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