Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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 }
}
}
}