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








this not work for me, but i found solution when replacing strings in pop_jobs for archaeologist
produces = {
trigger = { planet = { is_planet_class = pc_relic } }
minor_artifacts = 0.3
}
with this strings
produces = {
trigger = { planet = { is_planet_class = pc_relic } }
minor_artifacts = 0.3
}
produces = {
trigger = {
planet = { is_planet_class = pc_relic }
planet = { has_active_building = gpm_precursor_research_center }
}
minor_artifacts = 0.3
}
produces = {
trigger = {
planet = { is_planet_class = pc_gpm_precursor_tomb }
planet = { has_active_building = gpm_precursor_research_center }
}
minor_artifacts = 0.5
}
produces = {
trigger = {
planet = { is_planet_class = pc_gpm_precursor_tomb }
planet = { has_active_building = building_archaeostudies_faculty }
}
minor_artifacts = 0.25
}}
UPD. And i don't know if this will work for Gestalts, or they need to create another txt file gpm_gestalt_jobs with changes for archeodrons. Anyway, for fast fix u can copy whis txt in 865040033\common\pop_jobs https://drive.google.com/file/d/1csrR0je2Lvd6ouOkabnUgG58pqFXwI2j/view?usp=sharing
Upd2 - little more changing for working via Archaeostudies faculty