- Aug 30, 2017
- 349
- 180
Adrianne – RENPY (offline) edition
You must be registered to see the linksADR_web-0.1-market.zipYou must be registered to see the links(807 Mb)
I've converted renpy web version (that was released today) to offline with renpy sdk. For those who don't like Unity it could be useful but as dev said "I’ve to reduce the framerate of the animations from 40 to 20 and eliminate animations during dialogs" it has some limitations comparing to Unity. Use it on ur own risk coz not tested much.
Feel free to make compressed version, gallery unlocker, wt mod and etc coz at least for now I'm not planning to do it.
hey thanks for your hard work , I get this error on day 6
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 933, in script
if quest_day6 == 2 and spa_quest_accepted == 0:
File "game/script.rpy", line 933, in <module>
if quest_day6 == 2 and spa_quest_accepted == 0:
NameError: name 'spa_quest_accepted' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 933, in script
if quest_day6 == 2 and spa_quest_accepted == 0:
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 933, in <module>
if quest_day6 == 2 and spa_quest_accepted == 0:
NameError: name 'spa_quest_accepted' is not defined
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
ADR_web 0.1
Mon Oct 3 07:29:31 2022
```