XaiJu
StudioDystopia
StudioDystopia

patreon


Take over in 2019

So yesterday (well, at this time two days ago)  I didn't had too much time to go into detail, with my dinner already served and so on, but now that most of the celebration is over, let me talk about what we can expect in take over 0.10 and forward.

For 0.10 a lot of content is ready, well, the writing is at least, you'll definitely get:New dates with Branka, Cynthia and Vera, exhibitionist training for Katy, Celia and Mirjana, new tasks for the club: Either as entertainers or prostitutes, public use and exhibitionist events for the club, bimbofication of Dimitiria (and maybe updating her base sex scenes)

I will also add more features to the club: Upgrades, images, information, etc. I will also go and work on the journal, since a lot of its info its otudated (I am talking about the characters information)

And what will be beyond 0.10? Well, that's a work in progress, but my first goal is to finish all the current girls before advancing the story again: 0.11 will be mostly just adding the other TFs and updating the existing scenes, I probably wouldn't be able to do much more since there are hundreds of scenes that need to be updated. As a note, with the exception of Emma, story scenes will always use the base models, but direct scenes should always be updated and random events at times will be updated 

The club is a key element: Will help you get a lot of resources, you will be able to customize it more, and there will be special events depending on the theme you pick, etc. 

But beyond the club, there are other basic elements I want to add just to make the world more alive: Being able to watch TV, browse the internet and social media, flirting scenes (and maybe overhauling the phone... although unlikely because of how much work that would be). These are, of course, just events, but they will be interesting and should change depending on the story. 

Also I want to add significantly more SFW events that just happen when you are around the city, so its not just an empty world except for its sex.

 These elements will probably take the content of 0.11 and 0.12, but I will always balance it with NSFW so it is worth it  for you all of course!

I am open of course to feedback, ideas, suggestions, bug reports, and everything else, and what it is said here is not set in stone, but before I continue with the story I want to make sure the world where it happens is more meaningful and interesting!

Thank you all for your support, and I wish you all a happy new year in few days! 




Comments

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

Studio Dystopia

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

DuoDevelopers

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

dino810

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

Studio Dystopia

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.

Cool thanks!

Kendergoblin

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

Studio Dystopia

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.

Kendergoblin

Thanks for the help!

HolySin

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

Studio Dystopia

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>

HolySin

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

Studio Dystopia

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? ;)

Pat Patrick


More Creators