Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
When saving your module, you gotta make sure to select the correct module type.
Let's say you're making a crew module for example, then you have to mark it as both "CrewModule" and the new DE type "DE_CrewModule" because the "CrewModule" is relevant for events and "DE_CrewModule" is used for generating them on outposts.
Also make sure to configure at which location types it is allowed to generate so that a hospital looking module doesn't generate at a factory for example.
Inside the mod's Map folder you can find OutpostGenerationParameters.xml which is what tells the game which module type to generate how often at which location and what NPCs to spawn. You can read through that file and look at the different configuration to know what module type is used at what location.