Patrefans
StudioDystopia from patreon
StudioDystopia patreon

Take over in 2019

🕑 Added 2018-12-26 07:13:00 +0000 UTC

Comments

Studio Dystopia

i thought i had anser this, but it is a 0

DuoDevelopers

its a zero, of version 09, there are no spaces, try to type it exactly, including mayus like False

dino810

Hey cant get the fix to work is there any spaces in-between the script? and is it an zero or the letter O?

Studio Dystopia

I want to do that! Is just, you know first i need to finish all the main elements of the game

How about some random encounters with the girls the MC corrupted while the MC travels to a new location. To show more of their life outside of where they usually are.

Kendergoblin

Cool thanks!

Studio Dystopia

uhmm i will check it out, for now you can open the console and cheat it with intelligence = 100 or something

Kendergoblin

I'm having an issue gathering intel. I've assigned various people to the job and they show up in the journal as assigned, but it still says supply cost 10, 0 produced even if I wait a few days. Not sure what the issue is but it's stopping me from progressing with the club.

HolySin

Thanks for the help!

Studio Dystopia

i am copy pasting this from the latest release post, hope this solve it! For those starting a new game, there is a bug that may give you problems with the journal and current late game content, I will do an actual fix of the game for this soon, but since right now im not at home i cant (i come back the day 4th). These days i will be working on writing, so not all time is waste, but coding is really out of my reach. Otherwise you can manually fix it by opening the console and typing s_09 = False

HolySin

Also when I tried to corrupt vera again I get this error[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/vera.rpy", line 60, in script if vera_corr < 60: File "game/vera.rpy", line 66, in <module> elif vera_corr < 100 and s_09 == True: NameError: name 's_09' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/vera.rpy", line 60, in script if vera_corr < 60: File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\ast.py", line 1656, in execute if renpy.python.py_eval(condition): File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\python.py", line 1749, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\python.py", line 1743, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/vera.rpy", line 66, in <module> elif vera_corr < 100 and s_09 == True: NameError: name 's_09' is not defined Windows-8-6.2.9200 Ren'Py 6.99.12.4.2187 Take Over 0.9a [/code] </module></module>

HolySin

Hey there, just curious but for Takeover I still have a bug when it comes to opening the journal. [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 471, 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\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\ast.py", line 1706, in execute self.call("execute") File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\ast.py", line 1724, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\statements.py", line 145, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 471, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\exports.py", line 2526, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\display\core.py", line 2538, in interact scene_lists.replace_transient() File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\display\core.py", line 822, in replace_transient self.remove(layer, tag) File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\display\core.py", line 1107, in remove self.hide_or_replace(layer, remove_index, "hide") File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\display\core.py", line 1031, in hide_or_replace d = oldsle.displayable._hide(now - st, now - at, prefix) File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\display\screen.py", line 443, in _hide self.update() File "C:\Users\17008917\Downloads\LM\TakeOver-0.9a-pc\TakeOver-0.9a-pc\renpy\display\screen.py", line 578, 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 6.99.12.4.2187 Take Over 0.9a [/code] journal</module></module>

Studio Dystopia

yeah you are right, when im done with the club i will probably pay a visit to the mc house

Pat Patrick

I would like to see more interactions between Katy, Celia and the main character at home (FFM/FF). How can we try to control the city if we can’t do whatever we want in our own apartment? ;)


More Creators