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
I'll do a bit more testing, but it should all be fine. I will push an update soon with the current version number for anyone who was worried about that.
I have personally tested this mod and had no problem researching that exact tech. Have you downloaded the latest version of the mod? I ask because it was updated recently due to compatibility issues, and I know it's compatible now because I use both the tradition and gigastructures in my load order for every run.
the thing is that once you adopt the tradition, you immediately receive the research option for Mega-Engineering and 50% of it already full.
Normally, the tech would only appear after researching Battleships, Citadels and Zero Point reactors
Is that intended as well?
did you change the prerequisites for the tradition?
I started a new game yesterday and I could choose the Megastructures tradition right away. Before that, it took the building of a new one or restoring of an existing structure to unlock the tradition
That way I can do something like this for example:
if = {
limit = { has_global_flag = acg_active }
custom_tooltip = {
fail_text = "requires_ascension_perks_3"
num_ascension_perks > 2
}
}
}
But for your mod it would look like this:
if = {
limit = { has_global_flag = Lez_megatradsmodorsomething }
custom_tooltip = {
fail_text = "no_megatrads_allowed"
NOT = { has_tradition = tr_megas_adopt }
}
}
}