RimWorld
Half dragons
 此主題已被置頂,因此它可能很重要
Monti  [開發人員] 2021 年 7 月 30 日 上午 9:06
Suggestions
Put your suggestions here, preferably with DLC it will need
< >
目前顯示第 1-9 則留言,共 9
BagelBalls 2021 年 7 月 30 日 上午 10:03 
Mod looks lovely from what I've seen! Are you considering a CE patch, though? I currently have a save with it and would love to add another race that's compatible.
Monti  [開發人員] 2021 年 7 月 30 日 上午 10:10 
引用自 BagelBalls
Mod looks lovely from what I've seen! Are you considering a CE patch, though? I currently have a save with it and would love to add another race that's compatible.
For all CE patches you should ask their team, they provide em, i will gladly integrate it
Wolfette 2021 年 8 月 5 日 下午 8:52 
Always nice to see another demi human race, my one suggestion would be to add some of the scales you see in that lovely art piece to the models as well, so they look less like people with horns and tails.
Monti  [開發人員] 2021 年 8 月 6 日 上午 2:23 
@wolfette they do have scales ingame tho?
Hydra 2021 年 9 月 4 日 下午 2:20 
Since there supposed to be stronger than normal humans they should have increased Mass Carry. maybe 35 to 50
Drayco84 2021 年 10 月 14 日 下午 8:20 
Obvious suggestions are obvious: It would be nice if tail recolored to match skin color. Also needs more tail and scale pattern varieties.
Drayco84 2021 年 10 月 29 日 下午 8:26 
Well, it only took me 15 days before I said "Heck with it." and tried my hand at it. Here's the code to make it work, sorry I can't just upload the modified file itself.

<li>
<name>hd_bodyaddoncolour</name>
<first Class="AlienRace.ColorGenerator_CustomAlienChannel">
<colorChannel>skin_1</colorChannel>
</first>
</li>
<li>
<name>hd_bodyaddoncolour2</name>
<first Class="AlienRace.ColorGenerator_CustomAlienChannel">
<colorChannel>skin_2</colorChannel>
</first>
</li>

TL;DR: Change skin_2 to skin_1 under hd_bodyaddoncolour, and add the hd_bodyaddoncolour2 block.
From there, just make hd_bodyaddoncolour apply to tail, and both closed eyes while hd_bodyaddoncolour2 applies to everything else. This makes the tail and eyelids use the main skin color while the scales, horns, and eyes all use color 2. Already tested it, working with my half-dragon characters. I look forward to seeing an update!
Monti  [開發人員] 2021 年 10 月 30 日 上午 6:00 
引用自 Drayco84
Well, it only took me 15 days before I said "Heck with it." and tried my hand at it. Here's the code to make it work, sorry I can't just upload the modified file itself.

<li>
<name>hd_bodyaddoncolour</name>
<first Class="AlienRace.ColorGenerator_CustomAlienChannel">
<colorChannel>skin_1</colorChannel>
</first>
</li>
<li>
<name>hd_bodyaddoncolour2</name>
<first Class="AlienRace.ColorGenerator_CustomAlienChannel">
<colorChannel>skin_2</colorChannel>
</first>
</li>

TL;DR: Change skin_2 to skin_1 under hd_bodyaddoncolour, and add the hd_bodyaddoncolour2 block.
From there, just make hd_bodyaddoncolour apply to tail, and both closed eyes while hd_bodyaddoncolour2 applies to everything else. This makes the tail and eyelids use the main skin color while the scales, horns, and eyes all use color 2. Already tested it, working with my half-dragon characters. I look forward to seeing an update!
Hmm, if im not wrong you could just change this part in any bodyaddon:

<colorChannel>hd_bodyaddoncolour</colorChannel>

To:

<colorChannel>skin</colorChannel>

and it will be the same, i might be wrong cus i didnt look into xmls for some time
最後修改者:Monti; 2021 年 10 月 30 日 上午 6:01
Drayco84 2021 年 10 月 30 日 上午 11:44 
Well, just tried it to remove the hd_bodyaddoncolour references and change the parts to skin_1 and skin_2, and it doesn't work. For some reason, all the extra parts were set to and locked to the skin 2 color. The system apparently needs the class "AlienRace.ColorGenerator_CustomAlienChannel" to be declared and you can't skip that part or else it breaks. I'm gonna restore the backup I saved before messing with that and get back to playing, but there ya go.
Although, you could probably call the hd_bodyaddoncolour whatever you wanted as long as you don't add a 1 to the end because when I first tried it, I used "hd_bodyaddoncolour1" and I think the 1 got removed, so it broke the callbacks.
< >
目前顯示第 1-9 則留言,共 9
每頁顯示: 1530 50