Evangelion-01
Devoted Member
- Apr 12, 2018
- 11,627
- 7,961
- 906
corrupting Luka opens the corruption route for Vera... not doing so should get you the Love/Ally Route
Got it, thankscorrupting Luka opens the corruption route for Vera... not doing so should get you the Love/Ally Route
This changelog this time will be short, even though the amount of new content is similar, is quite more focused.I wonder what is new in the 0.13
I would assume 10 days give or take, usually a month after patreon release.When is public release?
What is new in 0.13?reuploaded it to Mega
You must be registered to see the links
What is new in 0.13?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 670, in script
call screen screen_new_diary
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script/screens/screen journal.rpy", line 35, in execute
screen screen_new_diary:
File "game/script/screens/screen journal.rpy", line 35, in execute
screen screen_new_diary:
File "game/script/screens/screen journal.rpy", line 38, in execute
frame:
File "game/script/screens/screen journal.rpy", line 150, in execute
hbox:
File "game/script/screens/screen journal.rpy", line 151, in execute
vbox:
File "game/script/screens/screen journal.rpy", line 184, in execute
hbox:
File "game/script/screens/screen journal.rpy", line 187, in execute
$ status_report = set_status_report()
File "game/script/screens/screen journal.rpy", line 187, in <module>
$ status_report = set_status_report()
File "game/script/screens/screen journal report.rpy", line 31, in set_status_report
if s_09 == False and claire_corr == 100:
NameError: global name 's_09' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/screens.rpy", line 670, in script
call screen screen_new_diary
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ast.py", line 1861, in execute
self.call("execute")
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ast.py", line 1849, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\statements.py", line 203, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\exports.py", line 2755, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 2672, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 3059, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 3059, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/script/screens/screen journal.rpy", line 35, in execute
screen screen_new_diary:
File "game/script/screens/screen journal.rpy", line 35, in execute
screen screen_new_diary:
File "game/script/screens/screen journal.rpy", line 38, in execute
frame:
File "game/script/screens/screen journal.rpy", line 150, in execute
hbox:
File "game/script/screens/screen journal.rpy", line 151, in execute
vbox:
File "game/script/screens/screen journal.rpy", line 184, in execute
hbox:
File "game/script/screens/screen journal.rpy", line 187, in execute
$ status_report = set_status_report()
File "game/script/screens/screen journal.rpy", line 187, in <module>
$ status_report = set_status_report()
File "game/script/screens/screen journal report.rpy", line 31, in set_status_report
if s_09 == False and claire_corr == 100:
NameError: global name 's_09' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.13
Thu May 16 20:15:22 2019
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/locations/PPF HQ.rpy", line 58, in script
menu:
File "game/script/locations/PPF HQ.rpy", line 65, in <module>
"Corrupt Branka" if s_09 == True and bran_corr < 100 and vera_corr > 0:
NameError: name 's_09' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script/locations/PPF HQ.rpy", line 58, in script
menu:
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ast.py", line 1564, in execute
choice = renpy.exports.menu(choices, self.set)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\exports.py", line 885, in menu
condition = renpy.python.py_eval(condition)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/locations/PPF HQ.rpy", line 65, in <module>
"Corrupt Branka" if s_09 == True and bran_corr < 100 and vera_corr > 0:
NameError: name 's_09' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.13
Thu May 16 20:18:15 2019
Does this happen when you load a save? Try sleeping for one night, it should update your game to the proper version (a message pops up).hey guys, im trying again my request
Since the implamentation of the new journal im getting various errors:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 670, in script call screen screen_new_diary File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/script/screens/screen journal.rpy", line 35, in execute screen screen_new_diary: File "game/script/screens/screen journal.rpy", line 35, in execute screen screen_new_diary: File "game/script/screens/screen journal.rpy", line 38, in execute frame: File "game/script/screens/screen journal.rpy", line 150, in execute hbox: File "game/script/screens/screen journal.rpy", line 151, in execute vbox: File "game/script/screens/screen journal.rpy", line 184, in execute hbox: File "game/script/screens/screen journal.rpy", line 187, in execute $ status_report = set_status_report() File "game/script/screens/screen journal.rpy", line 187, in <module> $ status_report = set_status_report() File "game/script/screens/screen journal report.rpy", line 31, in set_status_report if s_09 == False and claire_corr == 100: NameError: global name 's_09' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/screens.rpy", line 670, in script call screen screen_new_diary File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ast.py", line 1861, in execute self.call("execute") File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ast.py", line 1849, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\statements.py", line 203, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\exports.py", line 2755, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 2672, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 3059, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 531, in visit_all d.visit_all(callback, seen) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 531, in visit_all d.visit_all(callback, seen) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 531, in visit_all d.visit_all(callback, seen) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\screen.py", line 424, in visit_all callback(self) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\core.py", line 3059, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\screen.py", line 434, in per_interact self.update() File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\display\screen.py", line 619, in update self.screen.function(**self.scope) File "game/script/screens/screen journal.rpy", line 35, in execute screen screen_new_diary: File "game/script/screens/screen journal.rpy", line 35, in execute screen screen_new_diary: File "game/script/screens/screen journal.rpy", line 38, in execute frame: File "game/script/screens/screen journal.rpy", line 150, in execute hbox: File "game/script/screens/screen journal.rpy", line 151, in execute vbox: File "game/script/screens/screen journal.rpy", line 184, in execute hbox: File "game/script/screens/screen journal.rpy", line 187, in execute $ status_report = set_status_report() File "game/script/screens/screen journal.rpy", line 187, in <module> $ status_report = set_status_report() File "game/script/screens/screen journal report.rpy", line 31, in set_status_report if s_09 == False and claire_corr == 100: NameError: global name 's_09' is not defined Windows-8-6.2.9200 Ren'Py 7.1.3.1092 Take Over 0.13 Thu May 16 20:15:22 2019
and:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script/locations/PPF HQ.rpy", line 58, in script menu: File "game/script/locations/PPF HQ.rpy", line 65, in <module> "Corrupt Branka" if s_09 == True and bran_corr < 100 and vera_corr > 0: NameError: name 's_09' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script/locations/PPF HQ.rpy", line 58, in script menu: File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\ast.py", line 1564, in execute choice = renpy.exports.menu(choices, self.set) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\exports.py", line 885, in menu condition = renpy.python.py_eval(condition) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\python.py", line 1944, in py_eval return py_eval_bytecode(code, globals, locals) File "D:\Downloads\_\TakeOver-0.13-pc\TakeOver-0.13-pc\renpy\python.py", line 1937, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script/locations/PPF HQ.rpy", line 65, in <module> "Corrupt Branka" if s_09 == True and bran_corr < 100 and vera_corr > 0: NameError: name 's_09' is not defined Windows-8-6.2.9200 Ren'Py 7.1.3.1092 Take Over 0.13 Thu May 16 20:18:15 2019
Maybe someone can help me. Maybe i did something wrong and did things to early. Or i missed something what was necessary, i cant trigger later in the game.