Stellaris

Stellaris

评价数不足
Void Portrait Pack (3.12+)
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
8.653 MB
2023 年 9 月 21 日 下午 1:03
2024 年 5 月 7 日 下午 1:31
2 项改动说明 ( 查看 )

订阅以下载
Void Portrait Pack (3.12+)

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

Small hair selector change to keep your pops from going bald. Should work fine on the latest version (3.12.*).
This was originally made for 3.9. Mod should be backwards compatible (let me know if it is not). Refer to this mod for changes made for 3.12.

For other old human-based portrait packs that have bald leaders and pops you can change the following code to regrow their hair, using this mod as an example:

[mod]\gfx\portraits\portraits\21_portraits_Sophon.txt change all 'hair_selector' to 'attachment_selector' ex. sophon_male_01 = { entity = "portrait_human_male_01_entity" clothes_selector = "sophon_male_clothes_01" hair_selector = "sophon_male_hair" greeting_sound = "human_male_greetings_03" to sophon_male_01 = { entity = "portrait_human_male_01_entity" clothes_selector = "sophon_male_clothes_01" attachment_selector = "sophon_male_hair" greeting_sound = "human_male_greetings_03" custom_attachment_label = "HAIR_STYLE" (custom_attachment_label makes the attachment picker say 'hairstyles' in the leader appearance screen)

Credit to Potato Soup in the Humans Plus [2.X.X]'s mod comments for giving me a lead on this problem.

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