Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
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!