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://sp.zhabite.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.