安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3185515180
Sorry mate, I dont have Stellaris installed now.
1) Uninstall my mod, its outdated.
2) Change the entries in :
C:\Steam\steamapps\common\Stellaris\common\species_classes : 01_base_species_classes.txt
FROM : randomized = { has_toxoids = yes } TO : randomized = { has_toxoids = no }
FROM : randomized = { has_aquatics = yes } TO : randomized = { has_aquatics = no } etc...
Thanks mate, this mod is outdated now, but the instructions on how to achieve no humanoids are all in the description. I took a quick look at "Stellar Legions" which is a portrait mod.
If you wanted no humanoids, then take a look at the files from the Stellar Legions mod, check if there's a 01_base_species_classes.txt file, and do the adjustments yourself. If it doesnt have that file, then look in the default place (file path shown above).
Then, you'd get the Stellar Legion humanoid portraits only.
You will see 2 entries in the text, "playable" and "randomised".
The "playable" entry means is that species available for the player only.
The "randomised" entry means is that specie available for the A.I.
For example, In 00_species_classes.txt, if you have the Toxoids DLC it will show :
# Toxic Species pack
PRE_TOX = {
archetype = PRESAPIENT
playable = { always = no }
randomized = yes
portraits = {
"pre_to.....
*** So, change the "randomized = yes" TO "randomized = no" ***
And for 01_base_species_classes.txt, if you dont want any Fungoids to appear, you change :
FROM randomized = { host_has_dlc = "Leviathans Story Pack" }
TO randomized = { no }
I hope that clarifies.