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
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1607524900
option = {
name = "Try to turn it on."
enable_special_project = {
name = fatalf_wormhole_generator_project
owner = owner
location = owner.capital_scope
}
hidden_effect = {
solar_system = {save_event_target_as = wormhole_generator_system}
}
}
option = {
name = "Leave it running as-is."
from.orbital_deposit_tile = {
add_deposit = d_enormous1_physics_deposit
}
}
}
has to be:
option = {
name = "Try to turn it on."
hidden_effect = {
solar_system = {save_event_target_as = wormhole_generator_system}
}
enable_special_project = {
name = fatalf_wormhole_generator_project
owner = owner
location = owner.capital_scope
}
}
the wormhole has to be saved in a target before the special project gets enabled
[effect_impl.cpp:231]: Script Error: Invalid context switch[event_target:wormhole_generator_system], file: events/fatalf_anomalies.txt line: 335, Scope:
type=planet
id=2
random={ 0 2239371305 }
from={
type=planet
id=2
random={ 1 2824435197 }
from={
type=ship
id=1
random={ 1 2057738104 }
from={
type=planet
id=2088
random={ 0 1337222111 }
}
}
}
trying to fix it myself now