安装 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.