Comme tu le sais, the first square on the right must be white. By default the table does not rotate, which produces an inconsistency that we will now solve.
How to ROTATE the CHESS table
Comme tu le sais, the first box on the right must be white. Par défaut, the table does not rotate, which produces an inconsistency that we will now solve.
The idea is to modify a word in a file. The file is called Buildings_Joy
The path of that file on my PC is:
C:\ProgramFiles(x86)\Steam\steamapps\common\RimWorld\Data\Core\Defs\ThingDefs_Buildings\Buildings_Joy
Once the file is found, we open it with Notepad, and look for the following text extract:
<ThingDef ParentName="FurnitureWithQualityBase"> <nomDéf>ChessTable</nomDéf> <étiquette>chess table</étiquette> <description>The ancient game of kings. Fun for a few hours here and there, even playing alone. It trains intellectual skills.</description> <graphicData> <texPath>Things/Building/Joy/ChessTable</texPath> <graphicClass>Graphic_Single</graphicClass> <shadowData> <volume>(0.65, 0.25, 0.6)</volume> <compenser>(0, 0, -0.15)</compenser> </shadowData> <damageData> <rect>(0.09375,0.296875,0.796875,0.703125)</rect> <cornerTL>Damage/Corner</cornerTL> <cornerTR>Damage/Corner</cornerTR> <cornerBL>Damage/Corner</cornerBL> <cornerBR>Damage/Corner</cornerBR> </damageData> </graphicData> <altitudeLayer>Bâtiment</altitudeLayer> <rotatable>FAUX</rotatable>
Dans le <rotatable> section we replace the word « FAUX » avec « vrai ». We save the file, et ça’s'asseoir. The chess table can be rotated like any other object. As of today, no update has changed the file.
C'est tout ce que nous partageons aujourd'hui pour cela RimWorld guide. Ce guide a été initialement créé et rédigé par Φ KURTZ Φ. Si nous ne parvenons pas à mettre à jour ce guide, vous pouvez trouver la dernière mise à jour en suivant ceci lien.