-
Good day.
Sorry, this may have been the problem before. But when I start the game, it does not unpack the RPYC files, it writes an error.
here is the traceback.txt file,
https://disk.yandex.co…
-
Tried a few things and was able to make it work with 4 changes:
unrpyc.py line 85 replace "renpy.python" with "**renpy.revertable**"
magic.py line 112 replace "if args or kwargs:" with "if **(**args…
-
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/main/script.rpy", line 272, in script
$renpy.pause(delay = 0.5, hard = True)
File "game/scr…
-
This is a problem I had when I added a Chinese language pack to a game.The following is the error message. Could you help me solve this problem? Thank you!
I'm sorry, but an uncaught exception occu…
-
Hello,
`web_build` CLI command was added in `8.2.0` version, thanks a lot for this.
But I'm still can not to use it automatically in `GitHub` actions. Because in GUI we can download web-extensi…
-
Hello! I stumbled upon your code for the rhythm game system and was trying to implement it on my project since yours was the most fitting for my game. I tried it on a blank project and I am getting th…
-
RenPy's next bigger release will no longer support python 2 in the near future and very possible py3.8. It would be awesome if this little app could get updated to be compatible with python 3.6+.
I…
-
there's a lot of different logic in here based on if/when you've already spoken to Palettette@. definitely discuss in chat before tackling.
```
label .ahiss_deed:
if item.imaginary_lighter ==…
-
### Versions
* Python: 3.7.9
* OS: macOS Mojave 10.14
* Buildozer: 1.2.0
### Description
I'm trying to create a kivy APK for android devices, but I always receive this error:
**_C co…
-
This is probably related to other draggable viewport focus issues such as https://github.com/renpy/renpy/issues/892 and https://github.com/renpy/renpy/issues/2167
My game uses NVL and I enabled a n…