#Preventing Mindful Darkness from altering text in Create's Stock Keeper Screen

1 messages · Page 1 of 1 (latest)

nova orchid
#

Hey there! Thanks for all the work you guys are putting into these mods, I've been using them on all of my playthroughs.

I've just found out I can configure Mindful Darkness to omit darkening some elements, and I've only partially managed to do so.

The problem I have is with the text colors on the Stock Keeper screen. I've turned on the screen debugger, and whenever I click on the stock keeper nothing gets printed in the chat.

#

This is how it looks with Dark Mode On

#

This is how I want it to look

#

(I already took care of the GUI, I only need the text changed)

#

Preventing Mindful Darkness from altering text in Create's Stock Keeper Screen

stable spire
#

This option must stay enabled:

#Print screen identifier to game chat or log file whenever a new screen is opened. Intended for finding screens to be added to "font_color_blacklist".
#Default Value: false
debug_all_screens = true

The id you get from that for the Create screen you add here:

#Exclude certain screens from being affected by any text color alterations.
#Default Value: [chat_screen.title, sign.edit, hanging_sign.edit, book.edit.title, book.view.title]
font_color_blacklist = [
    "chat_screen.title",
    "sign.edit",
    "hanging_sign.edit",
    "book.edit.title",
    "book.view.title",
]
nova orchid
#

Sorry, I've turned off the debug mode before sharing the pastebin.
My issue still persists 😅

stable spire
nova orchid
#

You’ve seen the video. What screen ID corresponds to the stock keeper?

stable spire
#

huh you're right. they don't provide a title for the screen then. will have to see how else it can be identified then