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
							
						
											






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