Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
As for the toggle, I'm sad to hear that. I'm not sure how hard/easy that would be to implement.
One of the "True Co-Op" related mods (True Co-op HUD Stats) has a way to toggle font size with the F1 key.
https://steamcommunity.com/sharedfiles/filedetails/?id=1566024680
Not sure if you are taking suggestions or requests, but this would be really awesome to include a way to toggle the feature On/Off.
Places like the Sacrifice room and fighting angels can be a bit overwhelming with the text overlay. Or like Bumbo, which covers half the room:
https://imgur.com/a/sCDvCtY
Thanks for the response either way!
Anyone interested in customizing it themselves, see below. Otherwise, tweaking the font size, and the width of the "text area" was a Huge help. Thanks @Wofsauge !
Anyway, here was my solution:
At the top of main.lua, where main variables are declared, I added a new local var:
Near the top of the function related to "MC_POST_RENDER" I added this:
And then I wrapped the main logic checking of EID with this code:
This way, you can press F2 to turn the descriptions off & on.
Right on, glad to see it added into the mod!