Stellaris
十分な評価がありません
Void Portrait Pack (3.12+)
   
アワード
お気に入り
お気に入り
お気に入りから削除
ファイルサイズ
投稿日
更新日
8.653 MB
2023年9月21日 13時03分
2024年5月7日 13時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.