RimWorld

RimWorld

Call of Cthulhu - Elder Things
X-TheDark 8 Dec, 2017 @ 11:30am
Filthy fix to Elder Laser being unmakable in Machining Table
TL;DR: Changes in graphical format: https://imgur.com/a/aiqP9

In ElderThings_Weapons.xml (found in <Steam_Dir>\steamapps\workshop\content\294100\882126182\Defs\ThingDefs_Weapons)

Change line 29
from
<ThingDef ParentName="BaseElderThingWeapon">
to
<ThingDef ParentName="BaseElderThingMakeableGun">

Change line 133
from
<ThingDef Name="BaseElderThingGun" Abstract="True" ParentName="BaseElderThingWeapon">
to
<ThingDef Name="BaseElderThingGun" Abstract="True" ParentName="BaseWeapon">

After line 163 (<unfinishedThingDef>UnfinishedGun</unfinishedThingDef>) add a new line
<researchPrerequisite>ElderThingLaserGun</researchPrerequisite>

After line 164 (</recipeMaker>) add 3 new lines
<weaponTags>
<li>Gun</li>
</weaponTags>

Just to note, this is definitely not the cleanest solution, by the way, but I just can't be♥♥♥♥♥♥♥doing it better.
Last edited by X-TheDark; 14 Dec, 2017 @ 4:23pm
< >
Showing 1-2 of 2 comments
Mortmal 14 Dec, 2017 @ 8:45am 
Clean or not, it does the job, thanks for your help!
Kif Kroker 6 Nov, 2018 @ 10:03am 
my file only got like 100 lines. is there any new help to be able to build those weapons yourself?
< >
Showing 1-2 of 2 comments
Per page: 1530 50