Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: tidyhunger on August 28, 2016, 04:26:11 AM

Title: How do I edit the exit text when exiting?
Post by: tidyhunger on August 28, 2016, 04:26:11 AM
Hello, I am wanting to edit the text shown when pressing escape to exit the attract-mode front-end. At the moment, it shows "Exit Attract-Mode?" - I'm wanting to change this.

What file am I to edit to be able to do this?

Thanks for your help!
Title: Re: How do I edit the exit text when exiting?
Post by: raygun on September 06, 2016, 01:13:12 PM
Easiest way is to edit .attract/language/<your language>.msg
and change the line

Code: [Select]
Exit Attract-Mode?;Exit Attract-Mode?
to

Code: [Select]
Exit Attract-Mode?;<insert text you want here>
If you're using english just add the above as a new line in .attract/language/en.msg
Title: Re: How do I edit the exit text when exiting?
Post by: tekn0 on July 06, 2017, 10:18:09 AM
This file and folder does not exist on my Pi install. It's located at /usr/local/share/attract/language but it does not contain any similar lines to edit. do I need to create this file?