Remove the "Press Enter To Skip" text?
Avatar

coders pls help

Feature RequestOverrides
Avatar

Do you mean text on that blackscreen before heist starts? Like this one:

If that's what you're talking about, I can easily remove that text for you. I made a similar mod for myself.

Avatar

You are genuinely my hero.

Avatar
(Poster)3 days ago(Edited)

Hm, odd... Tried it out, doesn't seem to work in either mods or overrides. Any ideas why? I use Void HUD if that helps.

EDIT: It might be because of the Difficulty Screen Animations mod, but I'm not sure what line of code it is.

Avatar

Ah, I see. Well, seems like Void UI utilizes its own strings for that blackscreen. Which means my mod won’t work like that.

But you still can try to edit it. In the "Void UI" folder, find the "loc" folder. Inside it, locate the file english.json (or the file for whatever language you use). There, you should find the line "VoidUI_skip_blackscreen". And then just edit the text after it: replace "Press $BTN_ACCEPT to skip" with "\n".
The only downside is that you'll probably need to disable auto-updates for Void UI, since they'll most likely overwrite your changes.

Unfortunately, I can't test this myself. Void UI seems to conflict with some of my other mods and crashes the game right before that black screen appears.

Avatar

@3xbar Maybe it's possible to simply overwrite the text the text with blank space? It did work for me when I tried to modify one mod I found, but it was too big for me to edit without errors

Avatar

Well, "\n" is indeed appears just as blank space, but you can try leaving only two quotation marks, like ""

29 1237