安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






Example below:
#################
# LEZZI
#################
@lezzi_megas_mod_active = 1
#################
# END
#################
# The last line of this file must contain this comment
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 }
}
}
}