Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: iOtero on January 21, 2019, 12:15:22 PM

Title: A question of language. Only for native english.
Post by: iOtero on January 21, 2019, 12:15:22 PM
Hi, i am Spanish and my English is not very good. Can you tell me if this sentence is correct?:

"If you press this option, the counters of times played and the time played of all the games will be set to zero."

It is to confirm the reset of [PlayedCount] and [PlayedTime].

Thanks.

Title: Re: A question of language. Only for native english.
Post by: bundangdon on January 21, 2019, 05:34:32 PM
I am certainly no grammar/vocabulary expert but I am an English teacher, so I'll offer some help  ;D

"If you select this option, the counter which indicates the number of times played and the actual amount of time played for all games will be set to zero."

Hope that helps

Title: Re: A question of language. Only for native english.
Post by: iOtero on January 22, 2019, 02:58:11 AM
I am certainly no grammar/vocabulary expert but I am an English teacher, so I'll offer some help  ;D

"If you select this option, the counter which indicates the number of times played and the actual amount of time played for all games will be set to zero."

Hope that helps

But it is not about selecting an option, but about executing it.

Could be: "If you execute this option, the counter which indicates the number of times played and the actual amount of time played for all games will be set to zero."

Thank you, it seems more correct. Although too long for some instructions.

I'm not saying I'm not going to use it.  ;D
Title: Re: A question of language. Only for native english.
Post by: bundangdon on January 22, 2019, 03:24:29 AM
No worries! You can always change "select" to "click" or "choose" but that's entirely up to you  ;D
Title: Re: A question of language. Only for native english.
Post by: iOtero on January 22, 2019, 03:28:44 AM
It is clear that it is much more accurate...
but i do not know if maybe it's a lot of text for a warning... that's why i put how they would be on screen.
Title: Re: A question of language. Only for native english.
Post by: Bgoulette on January 22, 2019, 04:08:44 AM
What about "Choose this option to set the number of times played and the amount of time played to zero."?

Edit: VVV keil's suggestion is the best, I think. To the point and clear.
Title: Re: A question of language. Only for native english.
Post by: keilmillerjr on January 22, 2019, 04:20:48 AM
“Press to reset played count and played time.”
Title: Re: A question of language. Only for native english.
Post by: iOtero on January 22, 2019, 10:15:23 AM
What about "Choose this option to set the number of times played and the amount of time played to zero."?

Edit: VVV keil's suggestion is the best, I think. To the point and clear.

I also believe it.  Thanks, Keil 8)

Was to execute this scripts:

Lakka (Linux):

Code: [Select]
#!/bin/bash
cd /storage/.attract/stats
find . -name "*.stat" -type f -delete
reboot

Windows:

Code: [Select]
#echo off
cd E:\pi\attract\stats\
del * /S /Q
timeout /t 5 /nobreak
taskkill /im attract.exe

Title: Re: A question of language. Only for native english.
Post by: rand0m on January 22, 2019, 09:01:14 PM
Any specific reason for reboot? Files are deleted and I think will take effect immediately without rebooting.
Title: Re: A question of language. Only for native english.
Post by: iOtero on January 23, 2019, 12:19:21 PM
Any specific reason for reboot? Files are deleted and I think will take effect immediately without rebooting.

It is not necessary, it is true. But after pressing the option seems to do nothing and the pi reboot very fast...  8)

If i knew how to send a message to the screen saying that everything is deleted i would do it, but i do not know how to do it.  :-[