Possible error in TOA_DLC md/story_criminal.xml V.8.00

Ask here if you experience technical problems with X4: Foundations.

Moderator: Moderators for English X Forum

Forum rules
See full rules at Technical Support Request Rules

Required Information in all Technical Support Requests

Please ensure that you provide the following information for all questions posted in this Technical Support forum.
  • Version and language (e.g. 8.00 Hotfix 3, English, etc.).
  • Whether or not your game is modified using any third party scripts or mods (see note below).
  • The game start you originally selected for the game in which the problem occurred.
  • Exact nature of the problem, where and when it occurs and what you were doing at the time.
  • Any possibly relevant changes you have made to your game, system, or software before the issue occurred.
  • Where appropriate, additional symptoms, error messages, links to saves, screenshots and crash dump files (see this Wiki entry).
  • Your system specifications in the form of a DxDiag report and vulkaninfo (see this Wiki entry).
Failure to provide all this information will make it pretty much impossible for people to help you and may mean that it takes longer for your problem to be identified and hopefully solved. So please don't waste your own time and everyone else's by just posting something like "My game freezes. Help!!!".

If you are supplying information that will not conveniently fit into posts in this forum (approx 70,000 character limit per post), in the worst case you can split long text files across 2 consecutive posts, or ideally you can upload the data to a reputable public fileshare site (a few examples are Google Drive, DropBox or PasteBin, etc) but please don't use sites that spam advertising or require registration for downloads. Please use in your post the open public sharing link to your file(s) that will not require any account or registration for others to download.

Note: Support for third party modifications must be provided by the authors of those modifications, and any requests for such support should be posted in the appropriate thread in the Scripts and Modding forum.
Realspace
Posts: 1852
Joined: Wed, 15. Nov 06, 10:21
x4

Possible error in TOA_DLC md/story_criminal.xml V.8.00

Post by Realspace »

If I read correctly, I think there is an error in the TOA dlc inside story_criminal.xml.
At line 3296, when a station is created (if none was found in Silent Witness), the script uses a safepos in Eighteen Billion instead of Silent Witness.

Code: Select all

 <do_if value="not $FactoryStation.isoperational" comment="no TEL stations found, spawn one">
             <create_station name="$FactoryStation" macro="macro.station_gen_factory_base_01_macro" owner="faction.argon" sector="$SilentWitness1_Sector" state="componentstate.operational" constructionplan="'arg_tradestation'">
                <safepos space="$18Bil_Sector" min="80km" max="150km"/>
            </create_station>
           <signal_objects object="player.galaxy" param="'init station'" param2="$FactoryStation" param3="false"/>
  </do_if>
My game is modded but I suppose that this shows because, in my mod, Silent Witness has no trade stations so the error shows here while normally is silent (trade station is found before).
AdrianH
EGOSOFT
EGOSOFT
Posts: 157
Joined: Mon, 6. Jan 20, 11:02
x4

Re: Possible error in TOA_DLC md/story_criminal.xml V.8.00

Post by AdrianH »

Hello Realspace!

Yes, you are indeed correct. There is an error in the station creation script. It will be fixed in a future update.

Thank you for pointing this out,

Adrian

Return to “X4: Foundations - Technical Support”