Actually, in Windows at least, it is even easier. Just look at the path of any file in your downloads/ documents/ pictures ... folders.It's Ren'Py - which means you can do Python stuff in it, like the example fromYou must be registered to see the links(the official Ren'Py developers forums).
This does not imply that the game is doing anything nefarious. If someone cares enough and asks nicely I will download, decompile and check for anything icky in the code (like any calls to python networking stack).Code:label start: python: import os user = os.environ.get('username') "Hello there, [user]."
C:\Users\<username>\Downloads