-
**This gives error:**
[/bin/renpy.ps1#L4](/bin/renpy.ps1#L4)
```powershell
$RenPy = Get-Content (Resolve-Path ".renpy-sdk") -Raw
```
**I solved it in the following way:**
```powershell
$RenPy =…
-
I'm sorry, but an uncaught exception occurred.
While running game code:
TypeError: 'NoneType' object is not iterable
-- Full Traceback-
Full traceback:
File "C:\Users\Samuel\Desktop\Dok…
-
Is there some more extensive documentation or example project I can use for guidance?
-
Every time today I've tried to open the game I get this:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/0utils.rpy", line 391, in
File "game/0utils.rpy…
SSA03 updated
10 months ago
-
Hi! I'm the KD4bra guy from itch.io
I'm a spanish native, so I could help with this.
-
没有配置的时候日志是这样的
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1, in script
init python:
File "game/script.rpy", line 5, in
imp…
-
[code]
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
The label start is defined twice, at
File "game/script.rpy", line 4 and
F…
-
Looking in SDL_video I can't quite find this implemented, and it appears it doesn't work.
Apparently three ways to go here:
- **A.** Some way to use the mobile **OS Keyboard**
- **B.** Implemen…
-
Hello, I made a small modification of this plugin for RenPy
I called it RDAA (RenPy download of additional assets)
---
### :hammer_and_wrench: What has been changed:
- The main language of t…
-
I am switching to Monogatari from Renpy and I was extremely surprised to see that "looped" music has that very characteristic gap from basic loops in vanilla HTML5 Audio element with a "loop" attribut…