Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Not sure if it works but for another mod I tried editing the settings in Config-PlanetaryInstallations.xml to a lower value:
MaxShipsPerArea:5 (10 is default i think)
AreaSize: 25000 (15000 is default i think)
The idea is to allow fewer total spawns in a larger area. Seems to work fine so far with Abandoned Settlements on a small moon, but I don't have a final conclusive result yet. In theory there should only be max 5 MES installations on the entire moon, leaving some room for Keen's planetary encounters.
This mod also spawns other types. The chat command /MES.GESAP might give some insight which config to edit for those.
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Factions>
<Faction Tag="WRECKS" Founder="Wrecker">
<Id>
<TypeId>MyObjectBuilder_FactionDefinition</TypeId> <!--Do Not Edit-->
<SubtypeId>Wrecker-Wrecks</SubtypeId> <!--Must Be Unique-->
</Id>
<DisplayName>Wrecks</DisplayName>
<IsDefault>true</IsDefault>
<DefaultRelation>Neutral</DefaultRelation> <!--Enemies, Neutral, Friends-->
<AcceptHumans>false</AcceptHumans>
<AutoAcceptMember>false</AutoAcceptMember>
<StartingBalance>1000000</StartingBalance>
<Type>None</Type>
<DiscoveredByDefault>true</DiscoveredByDefault>
<StaticReputation>true</StaticReputation>
<StartingReputation>0</StartingReputation>
<FactionIcon>Textures\FactionLogo\PirateIcon.dds</FactionIcon> <!--Game or Mod Path For Texture File-->
</Faction>
</Factions>
</Definitions>[/code]