RimWorld
The Drow Race [Game version 1.0]
1-10 van 13 items weergegeven
< 1  2 >
Update: 17 jun 2019 om 21:57

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

Update: 26 mei 2019 om 16:48

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 om 12:24

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

Update: 3 dec 2018 om 22:25

Version 1.15

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

Update: 3 dec 2018 om 22:23

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

Update: 3 dec 2018 om 22:19

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

Update: 3 dec 2018 om 15:27

Version 1.1 (Still)

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

Update: 3 dec 2018 om 15:15

Version 1.1 (Still)

Updated the steam preview image.

Update: 3 dec 2018 om 14:06

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 om 18:46

Initial Release