RimWorld

RimWorld

The Drow Race Fantasy Edition [1.0] (Not 1.1 compatible.)
Showing 1-4 of 4 entries
Update: 17 Jun, 2019 @ 9:56pm

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

Update: 10 Jun, 2019 @ 9:22pm

[Auto-generated text]: Update on 6/11/2019 12:22:36 AM.

________________________

Fixed the drow start scenario. Thanks minicats for pointing this out

Update: 26 May, 2019 @ 4:49pm

Bandaid solution applied to issue with MTB and lovin' for 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\1725605251 ). From there open Defs\RaceAndPawnkindDefs\Drow_Race.xml with your text editor of choice and navigate to line 432.

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: 27 Apr, 2019 @ 6:48pm

[Auto-generated text]: Initial upload.