Search found 3 matches

by syansyeru
Sat Dec 30, 2023 9:56 am
Forum: Ren'Py Questions and Announcements
Topic: How to "force" tablet version on phones?
Replies: 3
Views: 369

Re: How to "force" tablet version on phones?

Currently the tablet version of my project is basically a clone of the pc version minus the quick menu. The phone version uses a lot of default assets and would require a lot of work to port. Is there a way to make all android devices use the tablet version even if its a phone? Unfortunately (due t...
by syansyeru
Fri Dec 29, 2023 1:59 pm
Forum: Ren'Py Questions and Announcements
Topic: script.rpy not being created
Replies: 2
Views: 1480

Re: script.rpy not being created

PyTom wrote: Fri Dec 29, 2023 1:24 am Can you post the full traceback, not a screenshot?
Here is the traceback.txt, although right now I can't even open renpy.sh in Linux so it could be that.
by syansyeru
Thu Dec 28, 2023 6:33 pm
Forum: Ren'Py Questions and Announcements
Topic: script.rpy not being created
Replies: 2
Views: 1480

script.rpy not being created

Here's what the Error is: While creating a new project, an error occured: FileNotFoundError: [Errno 2] No such file or directory: 'projects/<project_name>/game/projects/<project_name>/game/script.rpy Trying to make a new project results in this error after the GUI Customisation options. Any suggesti...