Stellaris

Stellaris

评价数不足
Purified Species Portraits (3.12+)
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
38.550 MB
2024 年 5 月 7 日 下午 1:33
1 项改动说明 ( 查看 )

订阅以下载
Purified Species Portraits (3.12+)

描述
Original portrait mod: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1696097883

Update for the portraits to show up in the custom empire builder. Should work on the latest version (3.12.*).

Paradox broke (most?) portrait mods with the 3.12 update. Portraits will still be loaded by the game, but will be unselectable during empire creation.
The new portrait_sets.txt and portrait_categories.txt files fix this. Here is this mod's code as an example:

[mod]\common\portrait_categories\12_purified_portrait_categories.txt c_perfect_species = { name = p_perfect_species sets = { ps_perfect_species } } [mod]\common\portrait_sets\12_purified_portrait_sets.txt ps_perfect_species = { species_class = p_perfect_species portraits = { "perfect_human_01" "perfect_alt_human_01" "perfect_mol07_01" "perfect_mol17_01" "perfect_mol16_01" "perfect_art17_01" "perfect_fun13_01" "perfect_rep17_01" } non_randomized_portraits = { "perfect_human_01" "perfect_alt_human_01" "perfect_mol07_01" "perfect_mol17_01" "perfect_mol16_01" "perfect_art17_01" "perfect_fun13_01" "perfect_rep17_01" } } (portraits and non_randomized_portraits were removed from 12_purified_species_classes.txt and added here)

Please leave a comment below if you have encountered any problems or have any suggestions.