安装 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(越南语)
Українська(乌克兰语)
报告翻译问题














Unless I want to rewrite the vanilla sorting logic, adding leading zeros is the only (as far as i know) way to fix it. It'll look awkward for the bigger titles though
Packing sounds cool too, but I'll have to push it to a separate update since I'll need to patch my tools for that
Find: "(Vol. \d+)( )([^"]*)
Replace: "\3, \1
That will find Volume Number, a blank space that needs to be removed, and then Volume Title, and then reorders them to go Title -> Volume Number. In case anyone else wants to try it out.
If you have 300 assorted volumes of manga, they sort in the most naive alphabetical way possible. 1 -> 10 -> 11 -> 14 -> 26 -> 4 -> 51 -> 8.
I think it'd make a lot more sense for it to be "Naruto: Vol. 1" or even "Naruto 1" instead of "Vol 1. Naruto" so that the same series sorts with itself.
I really love Read Your Manga, it adds so much personality and immersion to Project Zomboid.
The UI looks great and the idea of collecting and reading manga is just awesome.
However, I ran into a small issue when using this mod together with Bigger Character Avatar.
When I open the manga/literature tab, the game throws an error:
__lt not defined for operand (in LiteratureUI.lua, line 130).
After that, the manga list doesn’t load and the UI freezes.
It seems the sorting function mangaSort() is trying to compare invalid or nil values when sorting the manga list.
Probably just a small compatibility issue between the two mods that can be fixed by adding a simple type check before comparing.
Thanks a lot for creating this mod — it’s really one of the most creative reading mods out there!
I see. There's probably a way but I don't really want to mess around with .class files right now.