[Solved] How do you remove the words "Skip Mode"?
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.
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.
- Lockvia
- Regular
- Posts: 124
- Joined: Wed Mar 26, 2014 8:02 pm
- Projects: Prank Masters
- Organization: Lockvia Studios
- Tumblr: Lockvia
- Deviantart: Lockvia
- Location: Australia
- Contact:
[Solved] How do you remove the words "Skip Mode"?
I think by default the words "Skip Mode" appears every time it is on. So I've been trying to figure out how to remove the words "Skip Mode" on the top left hand corner. And I have no idea how. I've also attached a screenshot. And help would be awesome!
Last edited by Lockvia on Thu Mar 27, 2014 4:53 am, edited 1 time in total.
- SundownKid
- Lemma-Class Veteran
- Posts: 2299
- Joined: Mon Feb 06, 2012 9:50 pm
- Completed: Icebound, Selenon Rising Ep. 1-2
- Projects: Selenon Rising Ep. 3-4
- Organization: Fastermind Games
- Deviantart: sundownkid
- Location: NYC
- Contact:
Re: How do you remove the words "Skip Mode"?
Well you can get rid of the words by pressing Skip again to turn off Skip Mode. However the engine needs a notification for Skip Mode, otherwise it can be confusing for users.
- Lockvia
- Regular
- Posts: 124
- Joined: Wed Mar 26, 2014 8:02 pm
- Projects: Prank Masters
- Organization: Lockvia Studios
- Tumblr: Lockvia
- Deviantart: Lockvia
- Location: Australia
- Contact:
Re: How do you remove the words "Skip Mode"?
I've set the quick menu to have arrows around the word "Skip" whenever it's activated, so that it wouldn't be confusing for the players. So I'm hoping there's a way to make the words "Skip Mode" on the top left hand corner to be invisible.
- mugenjohncel
- Hentai Poofter
- Posts: 2117
- Joined: Sat Feb 04, 2006 11:13 pm
- Organization: Studio Mugenjohncel
- Location: Philippines
- Contact:
Re: How do you remove the words "Skip Mode"?
This is controlled by the config.skip_indicator variable. If you set:
the skip indicator will not be shown.
Code: Select all
init python:
config.skip_indicator = None
Who is online
Users browsing this forum: Bing [Bot]

