-
```
menu:
"어떤 사람과 함께 갈까?"
"가족":
e "가족...이랑 클럽을 간다고? 뭐, 그럴 수 있지..." # 0점
$ score += 0
a "점수에 변동이 없습니다."
jump score_display
"친구":
e "좋아, …
-
https://github.com/thynetruly/renpy/blob/c4110d23a000b799990580341d3838bdb6f38c60/arch_design_doc.md
-
I recently tried to open the project in the newer Ren'Py version (7.4.10.2178), but it immediately crashed.
Here's the crash log.
![image](https://user-images.githubusercontent.com/28826962/14204881…
-
https://mabbs.github.io/2024/01/20/renpy.html
跨平台的游戏移植起来就是简单啊
Mabbs updated
3 weeks ago
-
All objects defined in _ren.py files are not recognized by the code analysis, so IntelliSense and autocomplete won't work for anything defined in these files.
Could this be resolved by treating _ren.…
-
``` python
$ cat -n smoltest.py
1 import pyvisa
2 rm = pyvisa.ResourceManager('@py')
3 vl = rm.visalib
4
5 d = rm.open_resource('GPIB0::24::INSTR')
6 print(d.que…
-
https://love69-renpy-remaster-project.github.io/Doc/renpy/%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95%E8%B7%B3%E8%B7%83.html
-
"I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/Submods/Night Music/nightmusic.rpy", line 141: invalid syntax
…
-
Can we get a Soft Light blend mode, in addition to min, max, multiply, add, normal?
Note: I got a working Soft Light shader here: https://github.com/renpy/renpy/pull/4058 for Ren'py, but it's limit…
-
B站[@战魂-绝尘](https://space.bilibili.com/348703989)反馈,在 Android 12 运行安卓版时会发生 Save/QSave 无法存档的问题(没有反应),初步判断是由于使用的 Ren'Py 7.4.6 不适配 Android 12 造成的
设想的解决方法:
Ren'Py 在5月25号发布了7.5/8.0 的 PreRelease 版本([见此…