RimWorld
231 평점
[LC] Selectable Sculpture Graphic
3
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
파일 크기
게시일
업데이트일
28.094 MB
2024년 5월 4일 오전 10시 49분
2025년 7월 25일 오후 5시 47분
업데이트 노트 9개 (보기)

다운로드 위해 구독하기
[LC] Selectable Sculpture Graphic

설명
Original: https://steamproxy.net/sharedfiles/filedetails/?id=1537873717
Original by: Tammybee
Updated by: Luca


Now supports changing Texture on Junk / Ancient Items

Original Description:


You can change sculpture graphic.
This MOD is powered by Harmony Patch Library.

[License]
- CC BY-NC-SA
- MIT License
Copyright 2017 TammyBee
댓글 31
daemonantares 2025년 8월 17일 오전 4시 18분 
@luca Thank you so much, forgot to come say that <3
Faulenzer 2025년 8월 17일 오전 3시 41분 
The new pawn-statues*
Faulenzer 2025년 8월 17일 오전 3시 41분 
Hey, i love this. Can you make it for the Statues from 1.6 too?
Luca  [작성자] 2025년 7월 23일 오전 10시 15분 
@daemonantares sure updated it
daemonantares 2025년 7월 21일 오후 11시 12분 
Can we include terror-statues in this? They are excluded and there's no menu to alter their graphics.
低熵之体 2025년 3월 20일 오전 8시 36분 
I believe this code may be helpful for "Large Stele":

<Operation Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationTest">
<xpath>/Defs/ThingDef[defName = "SteleLarge"]/comps</xpath>
<success>Invert</success>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "SteleLarge"]</xpath>
<value>
<comps />
</value>
</li>
</operations>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName = "SteleLarge"]/comps</xpath>
<success>Always</success>
<value>
<li>
<compClass>SelectableSculptureGraphic.CompSculpture</compClass>
</li>
</value>
</Operation>
低熵之体 2025년 1월 14일 오후 11시 46분 
Nice job! And I would like to ask if it is possible to add the "Large Stele" building to the selectable graphics?:steammocking:
The Bard of Hearts 2024년 10월 17일 오후 1시 50분 
Awesome. Just checked it and it's working great now. Thanks again for everything! :megamanjump:
Luca  [작성자] 2024년 10월 16일 오후 12시 34분 
@The Bard of Hearts Hey, the bug should now be fixed please check on your side and report back. Thanks. (Also thanks for the appreciation)
The Bard of Hearts 2024년 10월 15일 오전 12시 28분 
Hello. First, thanks for the mod work. Second, I've got Pawn's Paint, https://steamproxy.net/sharedfiles/filedetails/?id=2449797994&tscn=1728975180

In it, it provides support for this mod. However, the UI that shows the selectable paintings for the "wall hung" paintings, only shows the north facing ones (thus they are all a single uniform line and nothing more). So choosing a specific painting is a matter of trial and error only.

Mlie, the keeper of the Pawns Paint mod, says that I should report this to you, in hopes that you may be able to fix the UI.

Again, all appreciation for everything you mod writers do for the community.