Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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.