Skip to content

[Help Request] Changing Window Title #9875

Discussion options

You must be logged in to vote

I think there is a submod that allows to do that, probably Extra+

If not, for the time being you could resort to using that approach (create a .rpy file inside game/Submods, name it whatever, with the following content):

init python:
    config.window_title = "Your Window Title Here"

P.S.: Also consider adding three spaces after your title, like "Your Title ", according to this bit in MAS:

#Triple space suffix to avoid potential issues with same names in window title
config.window_title = "Monika After Story "

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ashyashton
Comment options

@ashyashton
Comment options

@dreamscached
Comment options

@dreamscached
Comment options

@ashyashton
Comment options

Answer selected by ashyashton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9874 on January 25, 2023 06:49.