RimWorld
121 평점
Organs are labelled
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod, 1.4, 1.5, 1.6
파일 크기
게시일
업데이트일
35.674 MB
2023년 6월 9일 오전 6시 49분
2025년 7월 11일 오후 1시 50분
업데이트 노트 10개 (보기)

다운로드 위해 구독하기
Organs are labelled

설명
This texture mod retextures all the prosthetics/organs/implants so that they can be easily identified visually.

It is intended as an alternative to the venerable Bionic Icons mod, which I've been using for a long time, but which, unfortunately, is not fully functional with 1.4 version. The basis concept is the same, but OAL handles everything through simple XML patches, without involving any dll assembly, hopefully ensuring maximum compatibility and future-proofing it for any upcoming changes. Also, I took this as an opportunity to provide natively high-res textures (all textures are 256x256), which means Simple Camera Setting mod comes highly recommended with this.

For now the retexture covers all of vanilla Rimworld including the DLCs, as well as popular mods EPOE-Forked, Alpha Implants and A Dog Said... 2. I may add some more mods into the mix in the future; the next one will probably be Alpha Animals.

FAQ:
Q: Mod support?
A: Yes. EPOE-Forked, Alpha Implants and A dog said 2. More may come.

Q: DLC support?
A: All DLCs are supported, but not required.

Q: Safe to add mid-game?
A: Yes

Q: Safe to remove mid-game?
A: Yes, it's a retexture

Q: CE compatible?
A: Would be very surprised if not.

Q: Any incompatibilities?
A: Soft incompatibility: some patches by Medical systems expanded 2 conflict with the ones from this mod.

Q: Load order?
A: Anywhere after the main game.

Q: Shouldn't it be "Labeled"?
A: I bet you also spell "colour" as "color", mate.
인기 토론 모두 보기(2)
0
2025년 4월 2일 오후 12시 17분
Missing bionic Jaw
𝃚
0
2024년 5월 15일 오후 6시 06분
mechanator implants missing
𝃚
댓글 42
mikester112 2025년 7월 27일 오전 1시 27분 
Integrated Implants and Brain in A Jar compatibility would be nice
Leaguenet  [작성자] 2025년 7월 21일 오전 5시 32분 
Reflected this in the description then, without actually marking as incompatible in the mod itself. I am not sure the errors are harmless - this means some patches are failing and therefore some organs/implants probably don't look as they're intended.
Brumes Wolf 2025년 7월 21일 오전 5시 06분 
Fair, it would be a soft incompat though, because I don't think it causes any real issues outside of the errors on startup.
Leaguenet  [작성자] 2025년 7월 21일 오전 5시 01분 
To be honest it feels like I should mark this as incompatible with MSE2, at least until any such time when I write a specific patch to address this.
Brumes Wolf 2025년 7월 21일 오전 3시 34분 
I would also recommend adding any sorting rules to the about file so they also work for people not using an external mod manager.
Brumes Wolf 2025년 7월 21일 오전 3시 31분 
The errors don't show up when this mod is loaded after MSE2, but that generates different errors because MSE2 seems to remove/change a bunch of EPOE bionics (which makes sense given what MSE2 does) which this mod then tries to change in its EPOEF.xml file.

This could probably be fixed if you added direct support for MSE2 and take into account what it does to EPOE (forked).
But the problem is really caused by MSE2 adding a node without checking if it is already present, so if you see this as not being your problem and want me to report it to MSE2 instead say so, and I'll do that.
Brumes Wolf 2025년 7월 21일 오전 3시 31분 
It seems to be caused by MSE2 adding a graphicData node after this mod has added its own, but MSE2 does not check if such a node already exists, leading to the errors I reported.
This is the minimal modset I need to reproduce the error:

<version>1.5.4409 rev1118</version>
<activeMods>
<li>brrainz.harmony</li>
<li>ludeon.rimworld</li>
<li>ludeon.rimworld.royalty</li>
<li>unlimitedhugs.hugslib</li>
<li>vat.epoeforked</li>
<li>hawkwood.organsarelabelled</li>
<li>mse2.core</li>
</activeMods>
Leaguenet  [작성자] 2025년 7월 20일 오후 11시 41분 
@Brumes Wolf I tried, and while I couldn't get that exact error in any specific mod config, it seems to cause an error with EPOE-Forked if loaded after MSE2. If loaded before MSE2, both seem to work ok. I submitted a rule to RimPy. Causes no errors this way for me when loaded with Alpha Implants, EPOE-F and MSE2. Let me know if your experience is different.
Leaguenet  [작성자] 2025년 7월 20일 오후 12시 32분 
What's MSE2?