Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem









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.