边缘世界 RimWorld

边缘世界 RimWorld

[1.4] Vanilla Factions Expanded - Medieval
The Cat 2022 年 1 月 24 日 上午 7:32
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.
最后由 The Cat 编辑于; 2022 年 1 月 24 日 上午 7:34
< >
正在显示第 1 - 1 条,共 1 条留言
The Cat 2022 年 2 月 22 日 下午 1:08 
Problem solved since last update, yay :D
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50