Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
label splashscreen:
python:
process_list = []
currentuser = ""
if renpy.windows:
try:
process_list = subprocess.check_output("wmic process get Description", shell=True).lower().replace("\r", "").replace(" ", "").split("\n")
except:
pass
try:
for name in ('LOGNAME', 'USER', 'LNAME', 'USERNAME'):
user = os.environ.get(name)
if user:
currentuser = user
except:
pass
if not, Monika just simply read your name which you use on your computer.
In my situation i have Administrator,aaaand...she called me one.
Hopefully it didn't scare ya 2much
I don't get the coding part.. but I don't use my real name in my computer either... I literally only use it irl and stick to the chinese name on computer and online. I was quite creeped out by that...
I only want Natsuki tho :c
hmm... I still don't get what you meant tho.. .-.
Aaaand... Just Monika
- Windows account name.
- Windows registration name.
Among other things to try to guess your name.
Its the magic of coding and programming ;)