Search found 3 matches

by RasWorks
Thu Sep 03, 2020 6:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible for RenPy to open a notepad document for the user?
Replies: 6
Views: 762

Re: Is it possible for RenPy to open a notepad document for the user?

Right, I managed to get the open notepad to work like intended, thanks! I imagine the issue is here that we don't know where the end-user might install the game, so is there any shortcut for it to say to look in the game folder rather than the renpy folder?

Thanks!
by RasWorks
Thu Aug 20, 2020 3:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible for RenPy to open a notepad document for the user?
Replies: 6
Views: 762

Re: Is it possible for RenPy to open a notepad document for the user?

Thanks y'all for your help, I've gone with Ichfly's suggestion that's perfect! Although I went with this $import subprocess $subprocess.call("notepad playernotes.txt", shell=True) and it opens notepad, but not the notes file ive prepared. They are in the same directory, am I missing anythi...
by RasWorks
Wed Aug 19, 2020 10:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Is it possible for RenPy to open a notepad document for the user?
Replies: 6
Views: 762

Is it possible for RenPy to open a notepad document for the user?

I tried to make a notepad within renpy with...quite a few hours wasted, with some useful results but nothing as good as...notepad. And I don't think it would break immersion in my story. So is it possible to open a notepad document for the player? Whether it's creating a new one, opening a blank one...