Souleater

F95 Museum Director
Uploader
Donor
Sep 12, 2016
324
14,349
I was also getting the s_09 not defined error.

but since it's just an issue of the variable not being initiated. anyone getting this issue can use the console and set it to something to bypass the issue.

after looking at the code, my best guess is that it's supposed to start in the False position.

TLDR: for people who just want to keep playing who get the s_09 error
(shift+O) for console
input next line:
s_09 = False
continue playing
this is the correct way to fix it friend just told me how to do it
To force an auto update, open console (Shift O NOTE: That's an o of over, not a zero, capslock need to be off) then type exactly as it follows:
game_version = "0.8"
I make emphasis in EXACTLY like that, with "", with everything, just exactly like that, then go to sleep in game an d it should update the variables.
 

Splatter_1

Member
Mar 30, 2018
172
124
I can not open the console. Is there a link to a working console file.... I remember reading something about some games having this disabled and you just add a new file to "someplace" and it works again. Not sure how to do that though....
OK found it Line 108 Thank you I will try the fix.

IT WORKED!!!!!!
 
  • Like
Reactions: Sheknowsaboutyou

David Carr

Newbie
Jun 28, 2018
53
42
I have been trying to advance without any success, date with Vera, it says "I can't date Vera right now, I need to deal with something else.

Library, the club is not accessible, cant seem to be able to do anything new
 
  • Like
Reactions: Sheknowsaboutyou

I.W.

Active Member
Apr 6, 2018
590
365
I have been trying to advance without any success, date with Vera, it says "I can't date Vera right now, I need to deal with something else.

Library, the club is not accessible, cant seem to be able to do anything new
Check the journal and see what it says on the first page.
 
  • Like
Reactions: Sheknowsaboutyou

AnonGuy

Member
Modder
May 30, 2018
195
246
Anyone know how to start vera love route it keeps saying she is at PPF HQ but there is no one
Same here. I'm running a parallel save to explore trust route: after corrupting library my agenda points me to meet Vera at PPF HQ but she's not there, I just get the leave option. Kinda stuck here!

EDIT: I did some tests, it's actually bugged in v0.10. I tried it in v0.9 and I'm able to date Vera as supposed. You can run v0.9 till you get your first date with her and then copy paste that save to v0.10.
 

Evangelion-01

Devoted Member
Apr 12, 2018
10,564
7,091
@MaraTDuoDev
kinda found an inconsistency bug...
You can research and train girls as Exhibitionists even before you met Luka, yet since he is the one extracting them from the side of action he is always mentioned.
And dureing Mirajana's Event the player even mentioned he already has a PPF badge, which will only become an option after takeing them over.
 
  • Like
Reactions: Sheknowsaboutyou

jonath1982

Newbie
Feb 17, 2018
44
30
Soo..... I keep hitting this error, every time I try to open the updated journal.

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 30, in execute
screen screen_new_diary:
File "game/script/screens/screen journal.rpy", line 30, in execute
screen screen_new_diary:
File "game/script/screens/screen journal.rpy", line 33, in execute
frame:
File "game/script/screens/screen journal.rpy", line 145, in execute
hbox:
File "game/script/screens/screen journal.rpy", line 146, in execute
vbox:
File "game/script/screens/screen journal.rpy", line 179, in execute
hbox:
File "game/script/screens/screen journal.rpy", line 182, in execute
$ status_report = set_status_report()
File "game/script/screens/screen journal.rpy", line 182, 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 "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\ast.py", line 1861, in execute
self.call("execute")
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\ast.py", line 1849, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\jonat\Downloads\TakeOver-0.10-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 "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\exports.py", line 2755, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\display\core.py", line 2672, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\display\core.py", line 3059, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\display\core.py", line 3059, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "C:\Users\jonat\Downloads\TakeOver-0.10-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/script/screens/screen journal.rpy", line 30, in execute
screen screen_new_diary:
File "game/script/screens/screen journal.rpy", line 30, in execute
screen screen_new_diary:
File "game/script/screens/screen journal.rpy", line 33, in execute
frame:
File "game/script/screens/screen journal.rpy", line 145, in execute
hbox:
File "game/script/screens/screen journal.rpy", line 146, in execute
vbox:
File "game/script/screens/screen journal.rpy", line 179, in execute
hbox:
File "game/script/screens/screen journal.rpy", line 182, in execute
$ status_report = set_status_report()
File "game/script/screens/screen journal.rpy", line 182, 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.10
Wed Jan 30 11:14:43 2019
 
  • Like
Reactions: Sheknowsaboutyou
3.70 star(s) 81 Votes