安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
Thanks for answering.
I will add durability indicators to my to-do list. But i have alot of stuff to do on other mods first. Don't expect that anytime soon.
Would it be possible to add a durability indicator underneath the name?
I really don't need the weird colored lines when I can have colored names, but seeing those gage-like things makes me want to have a visible horizontal durability bar under a colored name.
Now that I think about it, I'm almost sure I once had a mod that showed durability in item names... almost...
Took some time to update, Rimworld 1.3 changed how rendering of static objects works and i had to rework the indicator graphic rendering. It should have a drastically improved perfomance even with thousands of weapons and apparel on the ground (in 1.3 only).
@Avokant I tested a bit and wasn't entirely able to stop the label rendering. I think it would be better to have such a function in mods like Camera+ as it makes more sense, given it has the same purpose.
Awful #888888 136,136,136
Poor #BBBBBB 187,187,187
Normal #EEEEEE 238,238,238
Good #2DC50E 45,197,14
Excellent #3A92FF 58,146,255
Masterwork #A02EF7 160,46,247
Legendary #CCAA1A 204,170,26
http://prntscr.com/10j3xjn
According to Notepad++, your :
- "About.xml" seems to saved in "UTF8-BOM" format, which probably should be "UTF8" instead
- "Manifest.xml" seems to saved in "ANSI" format, which probably should be "UTF8" instead.
Comparing your file structure to Fluffy's own "ModManager", there seems to be an additional "LoadFolders.xml" file. I don't know if it's needed.
Comparing the content of your "Manifest.xml" to Fluffy's equivalent, the XML structures don't quite match.
After fixing the formats, removing the "LoadFolders.xml" file and changing the content of your "Manifest.xml" to closer match Fluffy's, I could get the mod to load without error in the mod manager. I haven't checked in-game.
Here are the files I came up with if you're interested : http://www.filedropper.com/about_1
I hope this helps.