ohhellyea

Member
Jun 7, 2020
264
60
now all i have to do is learn how to do that lol i'm not that computer literate, sorry everyone. ok, i tried that, went to save it, couldn't find the file in the location, overwrote the file, still getting the same error message at erikas lab, what am i doing wrong
 
Last edited:

dalzomo

Active Member
Aug 7, 2016
882
715
  • Like
Reactions: ohhellyea and Haast

ohhellyea

Member
Jun 7, 2020
264
60
https://f95zone.to/threads/take-over-v0-26-studio-dystopia.10384/post-3518673

ohhellyea Here's a link to the post. Download the attached file. Rename it to remove all the numbers and underscore before the word "university" and then copy it into the game/script/locations/university/ folder. That's 4 folders deeper from the folder your game's .exe is. If you don't get prompted to replace a file, you did it wrong.
you rock, thank you, sorry i don't know how to do any of this, thank you for your time
 
  • Like
Reactions: dalzomo and Haast

Cmann

Active Member
Donor
Feb 7, 2019
517
752
any guide on how to apply the paches?
See this post with 'ifix', easier way to apply at least 2 of the patches.

First use the "ipatch" to replace the game files and then replace a second time using those from the "ifix" archive
Unpack them in order if you want the incest patch, otherwise only ifix, to the folder containing the game's exe file. Overwrite files when prompted.
 
Last edited:

Lyka

Member
Game Developer
Aug 31, 2018
252
377
If so you would have to make the change in the pc/mac version and then compile it as android port. But I want to point out that I made the fix for the previous version and don't know if the bug is still there.
 

RemiliaScarlett

Active Member
Aug 18, 2018
719
811
when trying to access erika's lab the first time (it's a blocking issue, i can't just "ignore" through it:

PS : found the fix a few pages back, but i leave my post so dev can see that the issue is still in the released version

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

While running game code:
  File "game/script/locations/university/university.rpy", line 36, in script
    jump erikamen
ScriptError: could not find label 'erikamen'.

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

Full traceback:
  File "game/script/locations/university/university.rpy", line 36, in script
    jump erikamen
  File "G:\HGAMES\TakeOver-0.26-pc\renpy\ast.py", line 1633, in execute
    rv = renpy.game.script.lookup(target)
  File "G:\HGAMES\TakeOver-0.26-pc\renpy\script.py", line 875, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'erikamen'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.26
Sat Jun 20 02:28:51 2020
 
  • Hey there
Reactions: Loxxxthenasty

Loxxxthenasty

Member
May 1, 2020
419
510
when trying to access erika's lab the first time (it's a blocking issue, i can't just "ignore" through it:

PS : found the fix a few pages back, but i leave my post so dev can see that the issue is still in the released version

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

While running game code:
  File "game/script/locations/university/university.rpy", line 36, in script
    jump erikamen
ScriptError: could not find label 'erikamen'.

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

Full traceback:
  File "game/script/locations/university/university.rpy", line 36, in script
    jump erikamen
  File "G:\HGAMES\TakeOver-0.26-pc\renpy\ast.py", line 1633, in execute
    rv = renpy.game.script.lookup(target)
  File "G:\HGAMES\TakeOver-0.26-pc\renpy\script.py", line 875, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'erikamen'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Take Over 0.26
Sat Jun 20 02:28:51 2020
Hope someone takes this seriously
 

Loxxxthenasty

Member
May 1, 2020
419
510
Found a way around the 0.26 error!! I played the 0.2 version and opened up Erika's lab...saved the game then transferred the save to 0.26 and reloaded from that point!!! Smooth sailing!!! Now it's just the new update I'm waiting for!!! I dunno!! This game is intriguing and comical !!
 
  • Like
Reactions: billclinton99

the Morrigan

Newbie
Jul 31, 2018
93
59
So I downloaded the patch for the Erika's lab error, but I do have one question: should that file really be labeled "678921_university.rpy"? Or should we take that string of numbers and the underscore off of it?
 

Firefly

Member
Modder
Dec 27, 2016
180
663
So I downloaded the patch for the Erika's lab error, but I do have one question: should that file really be labeled "678921_university.rpy"? Or should we take that string of numbers and the underscore off of it?
The numbers and underscore should be removed.
 

35ad

New Member
Jan 1, 2018
6
1
this is right file for erika in the lab he/she wrote the name false i changed it back how it should be, now its function is there and i can do everything again just use the university.rpy script and deleted the false one.
the data is in ..\game\script\locations\university.

or you guys just open the file by ..\game erika and copy the label name and copy past it under
label university_menu:
menu:
"Corrupt the dean" if erika_corr >= 100 and dana_corr < 100:
jump dana_corruption
"Corrupt the university" if ale_corr >= 100:
jump univ_corruption
"Dana office" if dana_corr >= 100:
jump dana_menu
"Margaret office":
if marg_corr < 0:
jump marg_meeting
else:
jump margmenu
"Erika's laboratory":
if erika_corr < 0:
jump erika_meeting
else:
jump erikamenu \\this name is false
"Events":
jump univ_events_menu
"Leave":
jump map
 
3.70 star(s) 81 Votes