Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamhost.cn/steamcommunity_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.