(Solved) "Name and version" of the game doesn't go away

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
User avatar
artyrambles
Newbie
Posts: 6
Joined: Wed Feb 01, 2017 3:07 pm
Tumblr: artyrambles
Location: Austria
Contact:

(Solved) "Name and version" of the game doesn't go away

#1 Post by artyrambles »

Hello!

I have a little problem with my game's title screen, maybe someone can help me? ♥
I don't want the title and version of the game to be displayed, so I changed the setting in the gui file like so:

Code: Select all

## Should we show the name and version of the game?
define gui.show_name = False
However, it's still there. What am I doing wrong? Am I missing something obvious?
Last edited by artyrambles on Thu Mar 02, 2017 2:42 pm, edited 1 time in total.

User avatar
nyaatrap
Crawling Chaos
Posts: 1824
Joined: Mon Feb 13, 2012 5:37 am
Location: Kimashi Tower, Japan
Contact:

Re: "Name and version" of the game doesn't go away

#2 Post by nyaatrap »

I think this is one of the bad design on the new GUI.
It's defined in two scripts: options and gui/screens, and only higher init order is used.
Options.rpy is the only real code, and the same line in the gui.rpy is just ignored - it's existence is meaningless.
You can find the same code in the options.rpy.

User avatar
artyrambles
Newbie
Posts: 6
Joined: Wed Feb 01, 2017 3:07 pm
Tumblr: artyrambles
Location: Austria
Contact:

Re: "Name and version" of the game doesn't go away

#3 Post by artyrambles »

Ahhh sorry for the ultra late reply.

That worked, thank you! :)

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Wildmask