ติดตั้ง Steam
เข้าสู่ระบบ
|
ภาษา
简体中文 (จีนตัวย่อ)
繁體中文 (จีนตัวเต็ม)
日本語 (ญี่ปุ่น)
한국어 (เกาหลี)
български (บัลแกเรีย)
Čeština (เช็ก)
Dansk (เดนมาร์ก)
Deutsch (เยอรมัน)
English (อังกฤษ)
Español - España (สเปน)
Español - Latinoamérica (สเปน - ลาตินอเมริกา)
Ελληνικά (กรีก)
Français (ฝรั่งเศส)
Italiano (อิตาลี)
Bahasa Indonesia (อินโดนีเซีย)
Magyar (ฮังการี)
Nederlands (ดัตช์)
Norsk (นอร์เวย์)
Polski (โปแลนด์)
Português (โปรตุเกส - โปรตุเกส)
Português - Brasil (โปรตุเกส - บราซิล)
Română (โรมาเนีย)
Русский (รัสเซีย)
Suomi (ฟินแลนด์)
Svenska (สวีเดน)
Türkçe (ตุรกี)
Tiếng Việt (เวียดนาม)
Українська (ยูเครน)
รายงานปัญหาเกี่ยวกับการแปลภาษา
- create/delete tags
- rename tags
- customise tag icon/colour
The renaming will be a challenge simply because updating the tag name doesn't update it on the stockpile filter menu. Working on a way to implement that now.
Adding/Deleting tags, while the most straightforward seeming, is going to be a doozy. Simply because of the stockpile filters being being updated. The file that manages this is the SpecialThingFilters.xml and I have not yet tested how much... abuse... it can withstand. Though it did (literally) just occur to me that the mod settings XML exists for that reason, so maybe it can be done...
Still new to this, bear with me.
I am a computer forensics guy, so I have spent 15+ years digging around inside of computers but never actually built anything with the code I pour over every day haha.
I forgot to check but do these tags work/be made to work with Bills? With the Favourites! mod I really appreciated being able to manually mark a ton of stuff as junk and have it destroyed/recycled without having to worry about accidentally including something in the job bill.
I am also working to figure out adding the icon to the trade UI. Rimworld made some changes to the trade UI display of icons with biotech so I can't use the same method XeoNovaDan used. Interestingly enough, he was using the call for the animal pregnancy/bonded icon, that was removed for a more complicated method so I have to do some digging.
Other than that, great mod! Keep up the good work.
So I looked into that because it was something I really wanted to incorporate. It seems like standard filters are designated at a CORE level in order to encompass all items and subcategories are specific to certain definition libraries. So something like "Allow Tainted" only appears in Apparel but not in other categories.
In order to make a sub category for Tagged items, i would need to override the Core definitions of ALL items to apply a null tag at spawn, which can cause a TON of bugs.
I dug and dug but it looks like the only solution would to patch the entire filterworker class to always consider tags (which breaks things like chunks since they can't be tagged) or completely rebuild the way filterworkers operate which would be a compatibility nightmare.
Currently, my goal is to just allow the toggle settings to make the tags invisible in item filters, but it would require a game restart after switching the option. I will probably go this route if I do incorporate this.
I'm aware my experience is limited so, other mod authors may have pulled this off successfully. If you happen to ever come across another mod that does it, hit me up on here with the name and I will dig through their source to see how they did.
I guess you could also just have the filter list call whatever the user has nicknamed the tag, rather than having the rename change all the files, but I know next-to-nothing about working with actual code, so maybe that's what you would already have done, or maybe it's way harder, dunno.
I know this mod is named specifically "Item" tags, but I was wondering if you could allow adding tags to pawns. One thing I used the Favourites! mod a lot for was tagging raiders who looked good and I wanted to try to capture/recruit. Thanks!
I'm planning to re-explore this in the future. I've been taking a break from Rimworld for a bit, but when I come back I am going to add some features to the mod. I had the pawn-tagging ability on it but it was inconsistent and throwing red errors for some reason.