安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






Anyone up for commission to update this mod?!
Conversion via planetary decision should always convert 1:1.
@MrLarryMan If I understand the conditions for this crash correctly, then a check for the species in question not having the Mechroid trait should suffice to prevent it. I've updated the mod, if it continues to crash I'll try a more complex check to prevent it applying to any primary species.
@MantiSynth That had been the original intention, but to implement it well I would have wanted to make it an alternative to, or at least mutually exclusive with, Synthetic Ascension: because of this I chose to make it a starting decision rather than something chosen later. My interest in modding is still at a low point so I don't want to pursue implementing this at the moment, but if I do it will be in a separate addon mod that violates my "no overwrites" goal for the core experience.
When you modify your main species, the following script causes an infinite loop and crashes the game. It's something to do with infinitely setting species rights.
#################################
### PURGE TYPE TOGGLE EVENT
#################################
pop_event = {
id = mechroid_event.25
is_triggered_only = yes
hide_window = yes
trigger = {
exists = owner
owner = {
has_policy_flag = flag_mcr_processing_purge_only
}
NOR = {
has_purge_type = { type = purge_processing }
has_purge_type = { type = purge_displacement }
}
}
immediate = {
species = {
set_purge_type = {
country = root.owner
type = purge_processing
}
}
}
}
I hope you can figure this one out, this is my favorite mod so far, it's a very unique playstyle that I really love!
However, I do have something in-progress for Driven Assimilators that convert ALL assimilated pops into Mechroids, instead of just adding the Cybernetic trait to the existing species.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2796778215
Changed how Mechroid conversion works: there's no longer a happiness penalty for any conversion by default, but you now have access to a policy decision, "Neural Reconditioning." It is set to full by default, but if you select "No Reconditioning," Pops that are converted by the Colossus Weapon and Purge will get a happiness penalty, but also retain some psychologically-related Traits.
Also, Zombies and Hive-Mind pops are no longer valid targets for becoming Mechroids. See the 2.10 changelog entry for more details.
Anyways, I made a patch for Animated Synthetics Portraits Expanded: Rebornhttps://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2777256598
and, as I was already there, I made a patch for a lot of portraits in one go:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2777287289
The old version wasn't compatible, but I made a new patch, linked above, for this version of my mod.