Create and Fuck your AI Cum Slut –70% OFF
x

Hobodouken

Member
Mar 18, 2024
154
434
149
Penny had sex with a guy in the DIKs mansion during halloween party in the room next to Rusty's room.
How likely is a lewd scene with a girl who had sex with someone else on screen before?
Gina had a threesome with 2 guys in the dorms and I can almost guarantee she'll get a sex scene with the MC eventually.
 

dkguardian

New Member
Aug 17, 2020
4
1
158
Yes, the part where it says save here or before that part
t didn't work, I left a save of ep 10 before it finished, I started ep 11 from the save I made of ep 11 with multmod, same thing, do I need to download that patch and replace it?
or should I delete all the saves from the folders?
 

Chillout1984

Forum Fanatic
Nov 15, 2020
5,944
4,240
333
Gina had a threesome with 2 guys in the dorms and I can almost guarantee she'll get a sex scene with the MC eventually.
Doubtful, unless Quinn convinces her ;)
So far Gina that we've seen only seems to have sex with rich (preps) or high ranked (Tommy) people.
 

Riaman

Active Member
Nov 27, 2020
989
1,057
264
Doubtful, unless Quinn convinces her ;)
So far Gina that we've seen only seems to have sex with rich (preps) or high ranked (Tommy) people.
Gina had sex with preps? She was having a 3some with Dormies, the one who had sex with Preps were Burger Beth and Scarecrow Avery.
 

Jacowboy

Well-Known Member
Aug 8, 2022
1,082
1,214
286
The guide is up-to-date for Episode 11 – Paradigm Shift

Casiope's guide is hands down the best guide for the game, and I know many of you rely on it. The amount of effort and dedication he put into creating such an incredible guide is truly unmatched.

I’ve done my best to maintain the high standard of his work, though I’ll admit, I’m not as talented as he is. Here’s what I’ve worked on:
  • Choices, conditions, and consequences for Episode 11.
  • Pack Quest #6.
  • Special Renders/2D Arts and Vault codes for Episode 11.
  • Updated sections for the minigames.
  • Added Scenes and Gallery for Episode 11.
I had some issues converting his PDF into a modifiable document to update, so if you notice any sections of the guide with incorrect formatting, please direct message me, and I’ll fix them. Same goes with any other issues you notice.

Please show some love for Casiope by giving his original post a like and sharing your appreciation for the amazing guide he created. I hope my update doesn't detract from the quality of his work. Also special thanks to mpa71 for all his help and feedback!





Read it and download it from Mega
Oh it's nice to see someone's continuing this guide... it's too good to let it fade into obscurity... good job!
 

Riaman

Active Member
Nov 27, 2020
989
1,057
264
I believe one of the threesome was Tara's boyfriend Oscar, who is a prep.
Never seen Oscar in any suit, anyways while she was having threesome, Oscar was chatting with Erin, the red head girl you can kiss in theatre during episode 11 party sequence.
 

Chillout1984

Forum Fanatic
Nov 15, 2020
5,944
4,240
333
Never seen Oscar in any suit, anyways while she was having threesome Oscar was chatting with Erin, the red head girl you can kiss in theatre during episode 11 party sequence.
Yeah I'm just going off the Miraheze wiki and what I've read here in the last month. It's also known that in S1 and 2 what you see during freeroam isn't always correct timeline-wise (aka you can see the same character in totally different areas).

Then again, it is hard to see who Gina is having sex with.
 

Entertainer33

Newbie
Jul 24, 2018
32
66
135
Do you get an error/exception message? (screenshot please)

Do you have any .txt files generated in the base directory (the folder where the .exe is)?
traceback.txt
errors.txt
log.txt
...
*.txt
(Attach them please)
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/episode10/update10.rpy", line 4068, in <module>
NameError: name 'image' is not defined

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

Full traceback:
  File "scripts/episode10/update10.rpyc", line 4068, in script
  File "/Applications/renpy-7.4.10-sdk/renpy/ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Applications/renpy-7.4.10-sdk/renpy/python.py", line 1184, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/episode10/update10.rpy", line 4068, in <module>
  File "/Applications/renpy-7.4.10-sdk/renpy/exports/statementexports.py", line 194, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "/Applications/renpy-7.4.10-sdk/renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Applications/renpy-7.4.10-sdk/renpy/display/core.py", line 2218, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "/Applications/renpy-7.4.10-sdk/renpy/display/core.py", line 2882, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "/Applications/renpy-7.4.10-sdk/renpy/display/core.py", line 1384, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "/Applications/renpy-7.4.10-sdk/renpy/display/layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "/Applications/renpy-7.4.10-sdk/renpy/display/layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "/Applications/renpy-7.4.10-sdk/renpy/display/layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "/Applications/renpy-7.4.10-sdk/renpy/display/screen.py", line 755, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "/Applications/renpy-7.4.10-sdk/renpy/display/layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "/Applications/renpy-7.4.10-sdk/renpy/display/transform.py", line 1056, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 994, in renpy.display.accelerator.RenderTransform.render
  File "accelerator.pyx", line 427, in renpy.display.accelerator.RenderTransform.render_child
  File "render.pyx", line 260, in renpy.display.render.render
  File "/Applications/renpy-7.4.10-sdk/renpy/display/transition.py", line 684, in render
    width = min(bottom.width, top.width, image.width)
NameError: name 'image' is not defined

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.3.6.25022803
Being a DIK 0.11.1
Sun Mar 16 21:50:56 2025
 

iamcomming

Well-Known Member
Apr 22, 2024
1,509
1,181
249
Idk what did he send to Tybal to make he surprised, isn't he already ruined, parents divorced, about to lose presidency of Preps, lost a nut, temporarily have a vasectomy, reputation ruined. Lmao what is more to lose.
he already hate mc. if he got "weapon", he will use it against the diks. thats the plan
 
  • Like
Reactions: DIKs34 and Riaman

Entertainer33

Newbie
Jul 24, 2018
32
66
135
Most the crashes we get here is mod related at specific spots not sure if that is a trap point. Might be a legit crash if its not and I have never heard of it crashing at that spot.
Yeah, I've looked and haven't seen anything about it, and I don't pay for patreon so I can't get on the discord.
 

DIKs34

Member
Jan 15, 2022
104
158
166
Time travel tag when? Because I would scored with Bianca mom.

View attachment 4653910

View attachment 4653908
You mean Sage birth mother?

Imagine if the Lynette picture actually work for almost all the routes: Jill would recognize her house, Sage her birth mom, Josy her mom (the 3rd woman)? It's a stretch for Josy, but Miranda might work if Lynette didn't get pregnant too soon (since Sage is older).
 

Riaman

Active Member
Nov 27, 2020
989
1,057
264
You mean Sage birth mother?

Imagine if the Lynette picture actually work for almost all the routes: Jill would recognize her house, Sage her birth mom, Josy her mom (the 3rd woman)? It's a stretch for Josy, but Miranda might work if Lynette didn't get pregnant too soon (since Sage is older).
Isn't Viv supposed to be Carla's mom? Idk but that was what I used to think anyways.
 

Entertainer33

Newbie
Jul 24, 2018
32
66
135
Are you perhaps new to this site? Seeing any woman near a dick that's not MC's totally gets declared as ZOMG NTR!!1 by large vocal groups in many game threads around here. :sneaky:

(there was plenty of tears over this exact scenario when Sunshine Love had this kind of a flashback, to name just one)
Exactly. Any other guy daring to get some pisses off some people, and a woman character having any kind of history turns some segment off. It's sad behavior, and I say that as someone who hasn't had a date in three years.
 
  • Like
  • Sad
Reactions: ffive and Riaman
4.70 star(s) 1,728 Votes