X4: Foundations
0 of 0

File information

Last updated

Original upload

Created by

Shamon

Uploaded by

Shamon

Virus scan

Safe to use

Tags for this mod

40 comments

  1. Lazz
    Lazz
    • member
    • 0 kudos
    This mod was making me go into my spacesuit any time I use the station or ship elevator.
    1. xxBoneZxx
      xxBoneZxx
      • supporter
      • 0 kudos
      It might be conflicting with another mod, as I am not experiencing that.
  2. Elenear
    Elenear
    • supporter
    • 31 kudos
    Does this work with 6.20?
  3. RevitoD
    RevitoD
    • member
    • 0 kudos
    sorry, wrong mode :)
  4. alexalsp
    alexalsp
    • member
    • 2 kudos
    Try this one. 5.10

    <!-- must explicitly be of this faction -->
    <replace sel="//set_value[@name='this.$RemainingAmount' and @exact='[(this.$AllSlots.count  * 0.85f * player.chardensity)i - this.$CurrentNPCs.count, 0].max']">
                        <set_value name="this.$RemainingAmount" exact="50"/>
    </replace>
    1. Zordrage
      Zordrage
      • member
      • 0 kudos
      nvm your not the mod author looool /facedesk

      Btw do i need to delete everything inside that XML and replace it with this or only some part of it and keep something ?
    2. alexalsp
      alexalsp
      • member
      • 2 kudos
      You need to download the mod and replace the contents of the file with this one. Or download the mod from here - https://apocalypse.moy.su/forum/309-1310-5537-16-1544510268
  5. Faethore73
    Faethore73
    • supporter
    • 0 kudos
    In my new Terren Cedet game, this mod seems to have removed all npc's from the Terran Warf.  Even the Trader was gone.  Probably needs an update.
    1. alexalsp
      alexalsp
      • member
      • 2 kudos
      Perhaps they will show up in time...
      Or you are using mods that cause conflict.
  6. nikoligrim
    nikoligrim
    • premium
    • 114 kudos
    Nicely done. I've used this for the last couple of years and have a little over 600 hours of game time with this installed.

    I recently started a new playthrough, as a Yaki Pirate this time, and noticed that your mod doesn't seem to affect the Yaki bases. All others work fine, but the Yaki bases are devoid of any additional NPC's.
  7. alexalsp
    alexalsp
    • member
    • 2 kudos
    4.20 - 5.0 beta 4 hf1

    <?xml version="1.0" encoding="utf-8" ?>
    <diff>
    <replace sel="//set_value[@name='this.$RemainingAmount' and @exact='(this.$AllSlots.count  * 0.85f * player.chardensity)i']">
                        <set_value name="this.$RemainingAmount" exact="50"/>
    </replace>
    </diff>
  8. LisbethSAO
    LisbethSAO
    • premium
    • 127 kudos
    Hella nice work with this, Shamon! As far as I can tell...seems to be working as advertised with current game v4.20! I followed an older comment posted below, about changing a variable in the xml file, from 100 to 50, and I noticed a difference more than when it was set to 100 (and flying to another sector also helped in noticing the change)!

    Also, I noticed that the folder to be extracted and placed into the extensions folder is named 'More NPC'...now I don't know if it makes a difference with the naming structure, but I noticed that no other mods ever have spaces in their folder names...furthermore, within the xml file, I noticed the ID name for the mod is 'More_NPC'...again, don't know if this matters...but just to be sure, I renamed the 'More NPC' folder to 'More_NPC'.

    Stations feel more alive with more npcs! Thank you for this! Endorsed!!
    1. EdisonMaxwell
      EdisonMaxwell
      • member
      • 0 kudos
      What is the variable? I don't see anything with a value of 50 or 100 in the XML.
    2. LisbethSAO
      LisbethSAO
      • premium
      • 127 kudos
      find the file named 'NPC_Instantiation.xml' in this mod's archive ...change 100 to whatever you want, but keep in mind that higher numbers might break the game (or not, who knows, lol!)
    3. alexalsp
      alexalsp
      • member
      • 2 kudos
      С версии 4х изменился код файла. так что мод не актуален, надо править под версии 4х и 5х , и то если ни чего не поменялось с NPC в лучшую сторону.

      У меня не осталось старых файлов для сравнения.
    4. alexalsp
      alexalsp
      • member
      • 2 kudos
      4.20 - 5.0 beta 4 hf1

      <?xml version="1.0" encoding="utf-8" ?>
      <diff>
      <replace sel="//set_value[@name='this.$RemainingAmount' and @exact='(this.$AllSlots.count  * 0.85f * player.chardensity)i']">
                          <set_value name="this.$RemainingAmount" exact="50"/>
      </replace>
      </diff>
  9. alexalsp
    alexalsp
    • member
    • 2 kudos
    Doesn't work with 4x versions
  10. themith14
    themith14
    • member
    • 0 kudos
    Hello,

    this is working on 4.00 HF 1 and I didn't find issues with saves

    Thanks