Cmann

Active Member
Donor
Feb 7, 2019
517
749
File "game/script/locations/university/university corruption.rpy", line 685
Python:
#                if _emma_ideal == True:
#                    show expression "locations/university/corruption/sc7/01_id.png" with dis
#                else:
#                    show expression "locations/university/corruption/sc7/01.png" with dis
                show expression "locations/university/corruption/sc7/01.png" with dis
 

nosbos

Member
Nov 1, 2017
307
351
A short question: I installed the latest version + incest patch. In the journal on the preview pic Celia and Katy have the occupation Mom/Sis. In my journal they're stated as Housewife/student. But the MC calls them Mom and Sister... that means that the incest patch is applied?
 
Jan 11, 2018
98
181
I thought that but in the changlelog there is a separate NTR route along with public use which would be sharing. So is there actual NTR now?
Yes, If you choose the NTR route, the dialogues will be focused on humiliation for MC with and Emma showing more interest on the other guys calling them "real man" that it's dangerous for their relationship or MC just been a cuck. If you don't like this type of content I suggest you avoid completely by choosing the personal route, because that's you'll see the real NTR if you choose that route, so be careful.
 
Last edited:
  • Like
Reactions: Parthornax
Jan 11, 2018
98
181
Good and solid update, there's a bug if you choose public use for Emma at her "Ideal" form, it's about missing images. Humiliation is not my cup of tea so I avoided the NTR route, so I preferred the second or third option, because I think this way the MC will not have any problems in the future.
 
  • Like
Reactions: Lerd0 and D Dog

Trasher2018

Engaged Member
Aug 21, 2018
2,140
3,465
2. or 3. corruption of the chemical plant ...

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'locations/chemical/sc_3/03.png'>:
  File "game/script/locations/Facilities/Chemical/chem plant.rpy", line 283, in script
    show expression ("locations/chemical/sc_3/03.png") with dis
IOError: Couldn't find file 'locations/chemical/sc_3/03.png'.

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

Full traceback:
  File "game/script/locations/Facilities/Chemical/chem plant.rpy", line 283, in script
    show expression ("locations/chemical/sc_3/03.png") with dis
  File "...\TakeOver-0.16-pc\renpy\ast.py", line 1356, in execute
    renpy.exports.with_statement(trans, paired)
  File "...\TakeOver-0.16-pc\renpy\exports.py", line 1481, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "...\TakeOver-0.16-pc\renpy\display\core.py", line 2227, in do_with
    clear=clear)
  File "...\TakeOver-0.16-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "...\TakeOver-0.16-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "...\TakeOver-0.16-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "...\TakeOver-0.16-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "...\TakeOver-0.16-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "...\TakeOver-0.16-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "...\TakeOver-0.16-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "...\TakeOver-0.16-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "...\TakeOver-0.16-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "...\TakeOver-0.16-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "...\TakeOver-0.16-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'locations/chemical/sc_3/03.png'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.16
Sun Jul 28 02:06:21 2019
is followed by more errors when ignoring. Game breaking.
 
  • Like
Reactions: Grassmeister

Cmann

Active Member
Donor
Feb 7, 2019
517
749
File "game/script/locations/Facilities/Chemical/chem plant.rpy"
Python:
#Line 283
#        show expression ("locations/chemical/sc_3/03.png") with dis
        show expression ("locations/chemical/sc_3/03_celia.png") with dis
Python:
#Line 303
#        show expression ("locations/chemical/sc_3/05.png") with dis
        show expression ("locations/chemical/sc_3/05_celia.png") with dis
Python:
#Line 330
#        show expression ("locations/chemical/sc_3/08.png") with dis
        show expression ("locations/chemical/sc_3/08_celia.png") with dis
Python:
#Line 368
#        show expression ("locations/chemical/sc_3/14.png") with dis
        show expression ("locations/chemical/sc_3/14_celia.png") with dis
 
Last edited:
  • Like
Reactions: MaraTDuoDev

Skyzyx

Newbie
Apr 21, 2018
78
18
Might be a dumb question, but what's the difference between the courtesan and entertainer when assigning a task?
 

Evangelion-01

Devoted Member
Apr 12, 2018
10,375
6,950
Not sure if this is an inconsitency bug or slight oversight (or just me not remembering the complete facts)... but
When meeting Emma in the PPF HQ she is stateing that Vera is my slave and not my loyal ally as that is the route I chose
 

ZenGarden

Well-Known Member
Oct 1, 2017
1,692
3,206
>at almost every time someone says, or does, something.
>fucking hundreds of dialogues per update

sounds easy if you put it that way, lol...

edit: I don't know if you are being sarcastic or not, but won't be the first time someone says something like this and is not being sarcastic
No, it's actually not easy. Tracking an array of conditionals like that is asking for trouble, especially once you try to apply a storyline to that just.. slightly... different OOPS forgot a file bug crash damn.

Tell YOUR story first, and if you feel like adding some later, branch your storyboard then. Not in the middle when you are less prepared.
 
  • Like
Reactions: MaraTDuoDev

nijiemax

Newbie
Mar 10, 2019
43
7
i'm at the current *corrupt the chemical plant* mode, where in it crashes... is there a fix? i cant event ignore :3
 

skot205

Newbie
Mar 19, 2017
25
33
I noticed a "then"/"than" error right at the beginning of the game so I went through and tried to find all of them. Bear in mind that english isn't my first language, so this list might not be perfect.

These are all "then" to "than".
You don't have permission to view the spoiler content. Log in or register now.

And here are some other typos I found.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: MaraTDuoDev

shane420

Active Member
Jul 6, 2018
578
494
So the Android version does not have the incest patch is there anyway to patch it yourself? or is there an Android version that already has the patch??
 

durgadas

Member
Mar 21, 2018
100
90
Crash during Corrupt Chemical Plant event, I think I'm on the third part of that event:

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'locations/chemical/sc_3/03.png'>:
  File "game/script/locations/Facilities/Chemical/chem plant.rpy", line 283, in script
    show expression ("locations/chemical/sc_3/03.png") with dis
IOError: Couldn't find file 'locations/chemical/sc_3/03.png'.

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

Full traceback:
  File "game/script/locations/Facilities/Chemical/chem plant.rpy", line 283, in script
    show expression ("locations/chemical/sc_3/03.png") with dis
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/ast.py", line 1356, in execute
    renpy.exports.with_statement(trans, paired)
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/exports.py", line 1481, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/core.py", line 2227, in do_with
    clear=clear)
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 235, in renpy.display.render.render
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/im.py", line 580, in render
    return cache.get(self, render=True)
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/im.py", line 266, in get
    surf = image.load()
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/display/im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "/Users/regischapman/Games-Mac/TakeOver.app/Contents/Resources/autorun/renpy/loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'locations/chemical/sc_3/03.png'.

Darwin-19.0.0-x86_64-i386-64bit
Ren'Py 7.1.3.1092
Take Over 0.16
Sun Jul 28 20:40:43 2019
 
3.70 star(s) 81 Votes