Search found 8 matches

by yozayozo
Tue Nov 09, 2021 1:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Pasting from clipboard on android
Replies: 0
Views: 683

Pasting from clipboard on android

Hello! How does one paste stuff into renpy.input on android? It works perfectly on the PC version When u try to long-tap the input it should show you "paste" options like it does on other apps, but it does not. When using paste command on the specials options in the keyboard, it also does ...
by yozayozo
Fri Oct 15, 2021 9:07 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy pasteable input
Replies: 1
Views: 365

Re: Renpy pasteable input

For anyone searching an answer, input has an option called copypaste --> https://www.renpy.org/doc/html/screens.html#input
by yozayozo
Wed Oct 13, 2021 10:44 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy pasteable input
Replies: 1
Views: 365

Renpy pasteable input

A game I'm working on needs an input in which a special code can be pasted. The code is a random hash of 24 characters, which would be hard for players to write manually. I haven't found any good quality ways of implementing such an input. Can anyone help? If possible a step by step guide :C? I'm ju...
by yozayozo
Sat Oct 09, 2021 1:55 am
Forum: Development of Ren'Py
Topic: Android .apk install fail - Failed to collect certificates
Replies: 4
Views: 8320

Re: Android .apk install fail - Failed to collect certificates

Okay after detailed researching I've found out that since 1st of August 2021 (01.08.2021.) the V2 signature scheme for android apps is mandatory. All apps / .apks created after that date are required to have it. If you look closely at what the signature does and how it operates you can now see that ...
by yozayozo
Fri Oct 01, 2021 11:20 am
Forum: Development of Ren'Py
Topic: Android .apk install fail - Failed to collect certificates
Replies: 4
Views: 8320

Re: Android .apk install fail - Failed to collect certificates

Yeah I was in awe too. But it works for some reason. Do you have any info about the certificate error? Or do you think it is the error because the apk is too large?
by yozayozo
Thu Sep 30, 2021 8:39 am
Forum: Development of Ren'Py
Topic: Android .apk install fail - Failed to collect certificates
Replies: 4
Views: 8320

Android .apk install fail - Failed to collect certificates

I have done the following steps: 1. downloaded latest renpy 7.4.8. 2. opened it, clicked android and installed initial files it requires (got prompted) 3. pressed SDK & create keys - installed and created key, android.keystore is present now 4. installed the .apk via adb so the logs are present ...
by yozayozo
Tue Sep 21, 2021 8:40 am
Forum: Ren'Py Questions and Announcements
Topic: ImportError: No module named pkgutil
Replies: 3
Views: 645

Re: ImportError: No module named pkgutil

How does one check if a package is supported by Ren'Py?
by yozayozo
Sun Sep 19, 2021 10:22 am
Forum: Ren'Py Questions and Announcements
Topic: ImportError: No module named pkgutil
Replies: 3
Views: 645

ImportError: No module named pkgutil

Having added selenium library for a custom py script inside renpy, the compile on game start causes the following error: While running game code: File "game/apo.rpy", line 1, in script init python: File "game/apo.rpy", line 1, in script init python: File "game/apo.rpy",...