Disable S for Screenshot Button? (SOLVED!)
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.
Disable S for Screenshot Button? (SOLVED!)
So this is a really basic question but is there possibly a way to disable the "s for screenshot" button? so that when the player hits the S key it doesn't do a screenshot...
Last edited by Noob1997 on Thu Jun 28, 2018 7:51 pm, edited 1 time in total.
Re: S for Screenshot Button
You can follow the instructions on this page: https://www.renpy.org/doc/html/keymap.html
The example shows 'dismiss', just change it to 'screenshot' and remove 's' from it.
The example shows 'dismiss', just change it to 'screenshot' and remove 's' from it.
Re: S for Screenshot Button
Thanks for the reply, kivik! I tried the code:
And it worked like a charm! I knew there was a simple solution!
Code: Select all
init:
$ config.keymap['screenshot'].remove('s')Who is online
Users browsing this forum: Bing [Bot], Google [Bot], span4ev