Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
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.