Stellaris

Stellaris

评价数不足
Humanoids Only
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
407.101 KB
2023 年 8 月 27 日 上午 5:35
1 项改动说明 ( 查看 )

订阅以下载
Humanoids Only

描述
3.8.4 Version.

A mod that removes all random Species spawns of Non-humanoid aliens in the game.

Credit to DSECool for his "Less Heretical Humanoids Only" mod on how to do this!

There may be instances of other non-humanoid special species in the game from DLC's / updates as one-offs, but in general, ONLY Humanoids will appear as AI opponents.

I find the game is better without silly space-slugs or peacocks.

Tested twice with the console command "intel" to check it works, and all other races were indeed humanoid.

I dont have any of the other species mods (such as Toxoids, Aquatics etc), so I suspect they WILL appear if you have one of those DLC's.

In this case, if you want humanoids only, I think all you have to do is 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...

Enjoy!
14 条留言
Brigantes Celt  [作者] 2024 年 3 月 25 日 下午 12:42 
@ Jean-Jacques Falcon : ok cool ;)
Jean-Jacques Falcon 2024 年 3 月 25 日 上午 10:05 
I have made a new version, lightweight and that should be compatible for a long time as it uses overriding

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3185515180
Brigantes Celt  [作者] 2024 年 2 月 2 日 上午 7:17 
@ zil :
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...
Biggs 2024 年 2 月 2 日 上午 7:02 
can you update this mod please? i dont know what to do with the code, i looked at those files and cant figure it out, i am not a coder person. i am looking for a mod that makes all species human spawns only. i tried your mod and still saw robots and other aliens
Inerael 2024 年 1 月 16 日 上午 4:34 
ok looks simple, thanks you verry much :)
Brigantes Celt  [作者] 2024 年 1 月 15 日 下午 8:59 
@ Inerael :
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.
Inerael 2024 年 1 月 15 日 上午 10:59 
Hey, amazing mod ! Thanks you ! I was wondering , does it works with https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2939702822 ? Or if i set a alien specy to "forced spawn" does this mod will prevent if from spawn ?
[FD] Tomatohead 2023 年 10 月 5 日 下午 3:46 
It does! thanks for your time Solok.
Brigantes Celt  [作者] 2023 年 10 月 5 日 下午 1:26 
@ Tomatohead : ok, if you want to be sure, check BOTH files in species_classes folder.

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.
[FD] Tomatohead 2023 年 10 月 5 日 上午 7:59 
Do I just delete the dlc part and replace it with { has_*species_type* = no }