Open shenzhencz opened 3 weeks ago
Invalid context switch [owner_main_species] from [(invalid scope / scope not set)], file: common/governments/civics/ethic_civics_cultural_religious.txt line: 3098, Scope: type=none id=0 opener_id=4294967295 random={ 0 3991148998 } random_allowed=no
(我看了一下源代码,是这样的:
civic_toxic_baths = { modification = { add = { has_tradition = tr_future_technology } remove = { has_tradition = tr_future_technology } } alternate_civic_version = civic_toxic_baths_individual_machine playable = { has_toxoids = yes } ai_playable = { has_toxoids = yes } description = "civic_tooltip_toxic_baths_effects" potential = { species_archetype = { NOT = { value = MACHINE } } ethics = { NOT = { value = ethic_gestalt_consciousness } } origin = { NOT = { value = origin_FBCIV_default } } } possible = { origin = { NOT = { value = origin_life_seeded } } civics = { NOR = { value = civic_The_Druid_Way value = civic_keepers_harmony value = civic_environmentalist value = civic_environmentalist_corporate } } } random_weight = { base = 15 modifier = { factor = 4 owner_main_species = { is_species_class = TOX }#报错地点 } } leader_background_job_weight = { bath_attendant = 50 } }) 启动时使用最新版本的群星,和!!Universal Modifier Patch,以及我的音乐mod(自测没问题)
got it.
Invalid context switch [owner_main_species] from [(invalid scope / scope not set)], file: common/governments/civics/ethic_civics_cultural_religious.txt line: 3098, Scope: type=none id=0 opener_id=4294967295 random={ 0 3991148998 } random_allowed=no
(我看了一下源代码,是这样的:
诱变水疗中心
civic_toxic_baths = { modification = { add = { has_tradition = tr_future_technology } remove = { has_tradition = tr_future_technology } } alternate_civic_version = civic_toxic_baths_individual_machine playable = { has_toxoids = yes } ai_playable = { has_toxoids = yes } description = "civic_tooltip_toxic_baths_effects" potential = { species_archetype = { NOT = { value = MACHINE } } ethics = { NOT = { value = ethic_gestalt_consciousness } } origin = { NOT = { value = origin_FBCIV_default } } } possible = { origin = { NOT = { value = origin_life_seeded } } civics = { NOR = { value = civic_The_Druid_Way value = civic_keepers_harmony value = civic_environmentalist value = civic_environmentalist_corporate } } } random_weight = { base = 15 modifier = { factor = 4 owner_main_species = { is_species_class = TOX }#报错地点 } } leader_background_job_weight = { bath_attendant = 50 } }) 启动时使用最新版本的群星,和!!Universal Modifier Patch,以及我的音乐mod(自测没问题)