MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,573
2,505
@MaraTDuoDev Personally i feel you should update to 0.10 here a bit earlier than releasing 0.11 on patreon, as 0.9 is, for lack of a better word, "buggish" and 0.10 fixes all that. For someone new it 0.9 might be a bit of an underwhelming build towards the end and not everyone will search the thread for the fixes.
Then again it may be the exact reason more people go for patreon :)
I usually do release earlier here, its a good way to get views and promotion, but specifically this month I released kinda late and had some troubles that slowed down the process (even my release in other platforms)

I think february will go smoothly tho, so I will go back and release earlier here, also it helps me to release here the game because people report bugs often or bring out things that can be improved, so i am not against being more generous in f95 :p but yeah this month I barely had the chance to get the game out timely
 

ShiroSeigi

New Member
May 17, 2018
5
2
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
 
  • Like
Reactions: spiderfff

MaraTDuoDev

Well-Known Member
Game Developer
Dec 4, 2016
1,573
2,505
Oh also you guys leaked the 0.10 that wasnt working well (the $10 usually has some bugs that are solved later, which is also one of the reasons I dont upload the newest version day 1)

Well, tough luck I guess :p I wont resolve issues in this leaked version, nor will be resolving any issue here revolving 0.10
 
  • Like
Reactions: numanumani

deluges

Well-Known Member
Dec 28, 2018
1,072
1,190
Oh also you guys leaked the 0.10 that wasnt working well (the $10 usually has some bugs that are solved later, which is also one of the reasons I dont upload the newest version day 1)

Well, tough luck I guess :p I wont resolve issues in this leaked version, nor will be resolving any issue here revolving 0.10
I'm using the version I got from Patreon and didn't have any issues.
 

212Cant

New Member
Mar 11, 2018
6
1
If anyone is getting the...
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script/locations/PPF HQ.rpy", line 32, in script
menu:
File "game/script/locations/PPF HQ.rpy", line 41, in <module>
"Date Branka" if s_09 == True and bran_love < 50 and vera_love > 50:
NameError: name 'bran_love' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script/locations/PPF HQ.rpy", line 32, in script
menu:
File "F:\Illusion\TakeOver-0.10-pc\renpy\ast.py", line 1564, in execute
choice = renpy.exports.menu(choices, self.set)
File "F:\Illusion\TakeOver-0.10-pc\renpy\exports.py", line 885, in menu
condition = renpy.python.py_eval(condition)
File "F:\Illusion\TakeOver-0.10-pc\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\Illusion\TakeOver-0.10-pc\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script/locations/PPF HQ.rpy", line 41, in <module>
"Date Branka" if s_09 == True and bran_love < 50 and vera_love > 50:
NameError: name 'bran_love' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.10
Wed Jan 30 10:57:22 2019


error what i did was go back to my house and i got a message that "game was updated to 0.10" and now the PPF is working fine.
 

theRealFogh

Newbie
Aug 9, 2017
23
17
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
it fixed it so i can corrupt Vera but still can't open the Journal!
Edit: just had to type it twice for some reason and it fixed it!
 
  • Like
Reactions: Sheknowsaboutyou
3.70 star(s) 81 Votes