RimWorld

RimWorld

[1.4] Vanilla Factions Expanded - Medieval
The Cat 24 Jan, 2022 @ 7:32am
Trying to find a fix for the wall mounted torch.
Hello, if there is some peoples who know something in coding, i'm made some research about the torch bug (lit 50% still here after deconstructing the torch).

Here what i found :
Go where the mod is installed on your PC -> 1.3\Defs\ThingDefs_Buildings -> Buildings_Furniture.xml

Go to this line of code (164 for notepad++ users) :

<li Class="VanillaFurnitureExpanded.CompProperties_GlowerExtended">
<spawnGlowerInFacedCell>true</spawnGlowerInFacedCell>
<colorOptions>
<li>
<glowRadius>10</glowRadius>
<glowColor>(252,187,113,0)</glowColor>
</li>
</colorOptions>

I replace the line of code with this one :

<li Class="CompProperties_Glower">
<glowRadius>10</glowRadius>
<glowColor>(252,187,113,0)</glowColor>
</li>

It fixed the issue BUT now the light go through the walls.

Unfortunately that's all i can do, i'm not skilled enough to go farther so if anyone find this and want to help, i would gladly accept it.
Last edited by The Cat; 24 Jan, 2022 @ 7:34am
< >
Showing 1-1 of 1 comments
The Cat 22 Feb, 2022 @ 1:08pm 
Problem solved since last update, yay :D
< >
Showing 1-1 of 1 comments
Per page: 1530 50