Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
[ ko-fi.com ]
车间编号:2872643350
Mod ID: MobileReader
A while back I had added a feature similar to Cat's Reading into a personal mod pack. I would have subscribed to Cat's Reading if it was not for its implementation. To re-declare an entire object verbatim, simply to change a few values was just bad code. That made me curious about Mobile Reader's implementation.
Needless to say, I found it well-implemented, except for that "hidden" bug. That's Lua for you; it let's you do anything and mostly get away with it :)
FYI to whom it may concern: Last patch I made MR a local module because it really has no need to be global. If you actually reference it for some reason in one of your mods, you still can; you'll just need to add
local MR = require("MobileReader")
at the top of your file.
Thank you, frelling. I'll push the fix sometime today.