I found an item listed in one of the files.

Please post any spoilers for X4: Foundations here.

Moderator: Moderators for English X Forum

Post Reply
docwho83
Posts: 168
Joined: Mon, 15. Jun 09, 23:10
x4

I found an item listed in one of the files.

Post by docwho83 » Sun, 25. Dec 22, 17:20

I was looking for something else and found a line in the file that makes me want to ask this question.


In the unlocks

Code: Select all

  <!-- blueprint from level 1 data leaks (requiring scanner level 1 or 2) -->
  <blueprint id="common_blueprint_l1">
    <conditions weight="5">
      <owner factions="scaleplate" negate="true" />
      <distance max="500m" />
      <relation min="0.0" max="1.0" />
      <scannerlevel max="2" />
      <blueprintsecrecy max="0" />
    </conditions>
    <rechecktime exact="1min" />
  </blueprint>

  <blueprint id="rare_blueprint_l1">
    <conditions weight="1">
      <owner factions="scaleplate" negate="true" />
      <distance max="500m" />
      <relation min="0.0" max="1.0" />
      <scannerlevel max="2" />
      <blueprintsecrecy min="1" />
    </conditions>
    <rechecktime exact="1min" />
  </blueprint>

  <!-- blueprint from level 2 data leaks (requiring scanner level 3) -->
  <blueprint id="common_blueprint_l2">
    <conditions weight="5">
      <owner factions="scaleplate" negate="true" />
      <distance max="500m" />
      <relation min="0.0" max="1.0" />
      <scannerlevel min="3" />
      <blueprintsecrecy max="0" />
    </conditions>
    <rechecktime exact="1min" />
  </blueprint>

  <blueprint id="rare_blueprint_l2">
    <conditions weight="1">
      <owner factions="scaleplate" negate="true" />
      <distance max="500m" />
      <relation min="0.0" max="1.0" />
      <scannerlevel max="2" />
      <blueprintsecrecy min="1" />
    </conditions>
    <rechecktime exact="1min" />
  </blueprint>
basically what are these blueprints? I not really spent time scanning scaleplate but wondering what they are?
My Mods
RepairLasers Player controlled drone Also on steam
[Minefield] fell affliction minefield removed Also on steam
[Buildmodule] add research for buildmodule leak steals

LameFox
Posts: 2250
Joined: Tue, 22. Oct 13, 15:26
x4

Re: I found an item listed in one of the files.

Post by LameFox » Sun, 25. Dec 22, 18:09

I can't read code, but that sounds like maybe SCA are the one faction you cannot get blueprints from?

And also that your reputation cannot be below zero, or above one, but for all I know zero could be the absolute minimum possible relation and one the absolute maximum, making rep essentially irrelevant to scanning blueprints. ¯\_(ツ)_/¯
***modified***

docwho83
Posts: 168
Joined: Mon, 15. Jun 09, 23:10
x4

Re: I found an item listed in one of the files.

Post by docwho83 » Sun, 25. Dec 22, 19:27

I looked at alot of the code over the time I played as I like to fix or change how things are done. But no the big question is have I missed unlocking some hiding blueprint due to not scanning the SCA bases. Not really caring about the code just what it might link to. As I had hoped for hiding egg of old games. I liked some of the XR hard to find parts for building.
My Mods
RepairLasers Player controlled drone Also on steam
[Minefield] fell affliction minefield removed Also on steam
[Buildmodule] add research for buildmodule leak steals

Post Reply

Return to “X4: Foundations - Spoilers”