RimWorld

RimWorld

The Drow Race [Game version 1.0]
Showing 1-10 of 13 entries
< 1  2 >
Update: 17 Jun, 2019 @ 9:57pm

[Auto-generated text]: Update on 6/18/2019 12:57:12 AM.

Update: 26 May, 2019 @ 4:48pm

Updated outdated XML tag for new framework version.

Band-aid fix applied for issues with MTB and lovin' of long lived races:
______________________________________________________________

So while I haven't found anything at all that would let me control the MTB values, but have found threads with other mod authors having similar issues also without a resolution, as a band-aid fix I've changed the Drow's age curve so that the ones encounter will be much younger. With this, the MTB values should go down far enough for lovin' to start happening.

The downside is their overall lifespan had to be lowered, and as a result existing playthroughs may probably have drow suddenly dying of old age. In order to resolve the issue you'll have to navigate to your steam workshop folder and to my mod ( workshop\content\294100\1576667416 ). From there open Defs\RaceAndPawnkindDefs\Drow_Race.xml with your text editor of choice and navigate to line 433.

Now replace the existing <ageGenerationCurve> ... </ageGenerationCurve> with the following:

<ageGenerationCurve>
<points>
<li>(21,0)</li>
<li>(75,60)</li>
<li>(300,100)</li>
<li>(350,75</li>
<li>(500,15)</li>
<li>(1000,0)</li>

</points>
</ageGenerationCurve>

This reverts the values to the same ones as I used previously, and undoes my bandaid solution, but allows you to continue your current playthrough.

Update: 6 Dec, 2018 @ 12:24pm

Minor stuff fixes.
Removed extra blank characters in names.
Hidden the Trait Config Error popup in dev mode (Thanks Winter!).

Update: 3 Dec, 2018 @ 10:25pm

Version 1.15

Improved map icon.
Updated preview image... again.
Verified EPOE compatibility.

Update: 3 Dec, 2018 @ 10:23pm

[Auto-generated text]: Update on 12/4/2018 1:23:54 AM.

Update: 3 Dec, 2018 @ 10:19pm

[Auto-generated text]: Update on 12/4/2018 1:19:01 AM.

Update: 3 Dec, 2018 @ 3:27pm

Version 1.1 (Still)

Updated the preview image. Again. Hopefully for the last time!

Update: 3 Dec, 2018 @ 3:15pm

Version 1.1 (Still)

Updated the steam preview image.

Update: 3 Dec, 2018 @ 2:06pm

Update 1.1

The Drow now have pointy ears.
Unlocked all body types besides just male & female to bypass a bug that caused drow to spawn with incorrect bodies.
Slightly decreased drow render size to further make them distinct.

Known Issues:
Pointy ears don't show up in bed, and I can't do anything about it.
Tuques and some other hats use the default wide sprite instead of the narrow one for drow. I can't do anything about it.

Update: 1 Dec, 2018 @ 6:46pm

Initial Release