Инсталирайте 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)
Украински (Українська)
Докладване на проблем с превода
after a bit of digging I found that the other mods in question were saving their data every frame, which I guess makes sense, a couple mods saving a bit of data every frame isn't too bad, a couple mods calling the hack and triggering it to save every mods data every frame is a bit more intensive
after modifying the mods to only save on new room or when certain values were updated the issue disappeared, so yeah, if anyone's getting terrible performance try to figure out which mods have the issue and check them for saving data too often
it should be up to the mod devs to fix their mods, but maybe a 'cooldown' for saving in the hack could help?
(I dont remember the specific mods but I did double-check by modifying one of my mods to save on post_render, with that change in and hack enabled the game ran at about half speed and that was just 1 mod)
The issue is, if you have a mod with an awful saving practice like that and Revelations installed, Revelations will be basically saving their data every frame as well. Which could cause really bad lag, yeah.