Antera

Active Member
Nov 19, 2017
812
1,340
No, as long as you go on date with Jill instead of helping Sage and keep a chick or neutral affinity you'll be fine.
I remember on my first play. When I was dating everyone, During Tyblet (or whatever name is of that wanker) presentation everyone was cheering when MCs Penis showed up. Only Jill was upset. Now I want to avoid same situation
 

NebulousShooter

Forum Fanatic
Donor
Oct 24, 2018
4,157
28,697
Slap or no slap, there were many hints of Chad's hidden sexuality from very early on that it was the most logical answer.
His overreaction to gay jokes early on was the biggest red flag for me, but I confess I was not 100% on that train until that guy posted his 'shoes theory' in here, after that I had no doubt, I was just waiting for the reveal.
 
Nov 20, 2019
21
6
why i keep getting this error when load other save to interlude?

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

While running game code:
  File "game/scripts/episode_interlude/header_season3.rpy", line 76, in menu_override
Exception: Could not find font u'Audrey-Bold.otf'.

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

Full traceback:
  File "scripts/base/script.rpyc", line 8, in script
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "game/scripts/episode_interlude/header_season3.rpy", line 76, in menu_override
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3834, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2555, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 824, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 824, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 824, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, 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 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 824, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1027, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1254, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2096, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "renpy/text/text.py", line 639, in __init__
    glyphs = ts.glyphs(s, self)
  File "renpy/text/text.py", line 248, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "renpy/text/font.py", line 702, in get_font
    face = load_face(fn)
  File "renpy/text/font.py", line 643, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'Audrey-Bold.otf'.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.0.1
Tue Jul 19 04:56:40 2022
 

Hahn1900

Well-Known Member
Jan 3, 2021
1,514
3,382
why i keep getting this error when load other save to interlude?

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

While running game code:
  File "game/scripts/episode_interlude/header_season3.rpy", line 76, in menu_override
Exception: Could not find font u'Audrey-Bold.otf'.

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

Full traceback:
  File "scripts/base/script.rpyc", line 8, in script
  File "renpy/ast.py", line 1688, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "game/scripts/episode_interlude/header_season3.rpy", line 76, in menu_override
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3834, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2555, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 824, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 824, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 824, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 688, 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 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 824, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1027, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1254, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2096, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "renpy/text/text.py", line 639, in __init__
    glyphs = ts.glyphs(s, self)
  File "renpy/text/text.py", line 248, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "renpy/text/font.py", line 702, in get_font
    face = load_face(fn)
  File "renpy/text/font.py", line 643, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'Audrey-Bold.otf'.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.0.1
Tue Jul 19 04:56:40 2022
obviously you used a mod

as many time said...dont use mods with a game from DPC it will blow up.
 

Bread Pitt

Newbie
Apr 27, 2018
30
71
obviously you used a mod

as many time said...dont use mods with a game from DPC it will blow up.
Maybe you should read the error message too...Aubrey Bold is a font that, if you google it, you can clearly see that it is used in the game.
 

Vixen ♀

Member
Dec 23, 2021
194
2,375
Anyway, after replaying once more again throughout seasons, I present to y'all my take-way to the hot list :devilish:

Vixen's Hot List
Being a DIK (DrPinkCake)
High TierMid TierLow TierHot Strippers***Hot Teachers

Josy (Perfect petite, first girlfriend) :cool:

Sage (Perfect body, her personality, Hangout type, fuck buddy, bitchy) :LOL:

Quinn (Maniac type, humor, nice ass, the kind dealer you want to buy) :cool:

Lily
1658187464077.png

Jade (Overall lookin' hot, Huge boobies, takeway affair, sexy) :love:

Zoey (ex-girlfriend type, dark humor, sexy, hot ass, digs in chicks) :devilish:

Jill (Perfect goblin, amateur, awaits something, virgin type, hard to get by, likes too much banana?) :ROFLMAO:

Maya (Judging type, cute, fake-ish boobies, kinda always sentimental) :cautious:
1658187633940.png
Envy
1658187574766.png

Bella (Badass woman, quiet type, huge boobies, overprotective mummy) :oops:
1685390967583.png
Tifanni (Hot, gothy, persistence, tolerant Vixen, awesome titties):love:

Camila (Hot ass, sexy, best fuck friend, optimistic) :whistle:
1685392205573.png
Ni (?)
Sandy
1658187539914.png

Cathy (Perfect body, Mid-boobies, Hot ass) :whistle:
Q2ZlsWS.png
Bianca (Hot, Sussy, hilarious, always a party, kindly, amazing friend) :)

Christie (Flirty, amazing sexy, hot) :giggle:
1685392772235.png Kylie (?)
1658187744246.png
Rose

1658189212166.png
Nora(?) :)

Melanie (Hot but dumb, duckface, not much of color-tattoo fan, somewhere on same level with Sarah) :love:
1685393133808.png
Clara (?) :devilish:
6BH54bP.png
Elena (cowboy, low tities, nice ass, indigieous player, awesome body) :alien:
1658187771251.png Madame Rose

Sarah (Cute girl, always smiling, cheeky, fuckable, somewhere on same level as Melanie) :sneaky:
Dtl9Yjl.png
Becky (Hot, naggy, little peasant, annoying, flirty, nice ass) :love:
Ao5eWQ5.png
Mona (Hot ass, mid-boobies with fancy nipples) :sneaky:
1658188614842.png Brandi
IdH4Sb1.png
Riona (Gothy type, hot, awesome body, low titties) :giggle:
YlZXYFw.png
Heather
(Huge puppies, Always a lifeguard, keeps asking where is Tommy) :ROFLMAO:
NtRM37b.png
Tara (?) :cool:
1685392369057.png Gina (?)
g9aICtS.png
Ashley (?)

1671657280745.png
Images credit (source): Casiope, Being a DIK - Unofficial Game Guide.
* All characters developed in this list pose no discrimination whatsoever and should be noted treated equality as such, whereas constructive discussion is fine. This list may be reserved for updates with changes and reassess until next chapter/final release.
** The characters that are mentioned next to description "?" it means is either in progress or not mentioned in the list is because I don't have enough judgement basis to make a decision on relationship constraint peer-view until revised. However there may be some exceptions.
*** Strippers known as The Pink Rose Club, have no decision factor impact on relationship or anyway related with hotlist but nevertheless for purely listing preferences I've included it as distincted from the AVN.

You don't have permission to view the spoiler content. Log in or register now.
And foremost but not all, mens :BootyTime:
High-Tier (DIKs)Mid-TierLow-Tier
MC aka Tremolo (Hot guy, Leader trait, most preferred and has huge dick) :HideThePain:
Chad (Hot-blonde, Muscular; The man, the myth, the legend himself - Chad) :BootyTime:Anthony (Less hot; somewhat shy)
Tommy (Narcissist, Hot, Average body, Hangout type; Something off about him I like)Troy (Somewhat that looks like Keanu Revves)Caleb (Kinda dummy, pretty much relies pumping steroid, WTF? not really fit through my preference)
Derek (Kinda idiot, but he's like a brother after all) :Kappa:Dawe (Hot, Niche beard; Sounds about average; Always lookin' for trouble)Tybalt (Say no more) :HideThePain:
Rusty (Good to have as Friend, Kindness, Muscular)
Magnar (Ehh; at least plays D&D)
Nick (Hot, Beard-ass man)
Jacob (Normal, good to have as friend; Kindness)
Leon (?)
Jamie(?)
John Boy (Idk kinda lazy, overweight; not my type)
 
Last edited:

OmenBR

Newbie
Mar 18, 2018
57
139
Jacob is straight up one of the coolest dudes in the game, cant wait for him to do some fucked up shit behind our backs... like burning a house down or something.

jk but i miss liam.
 

7inn

Newbie
Jul 21, 2020
34
118
Same, I don't see anything wrong appeal to look. It's the piercing? Maybe. It's the hair style? Maybe. Eye-color? Maybe. Eyelash? Maybe. At least, she pretty much look alike Jill : )
Perfect symmetrical face, straight jaw, cheek outline, fancy boobies, awesome thigh, nice ass, perfect legs, lips arousal, perfect height & weight... what more anything could possible is it :KEK:

Anyway, after replaying once more again throughout seasons, I present to y'all my take-way to the hot list:
Vixeven's Hot List

High-TierMid-TierLow-TierHot-Strippers*Hot-Teachers
View attachment 1933059
Sage (Perfect body, her personality; Hangout type)
View attachment 1933075
Camila - Hotter Chocolate :)
View attachment 1933081 Riona (Goth-type, hot, awesome body, Low titties) View attachment 1933117 Envy View attachment 1933113
Jade (Overall lookin' hot, Huge boobies; Perfect affair)
View attachment 1933062
Josy (Perfect petite, first girlfriend)
View attachment 1933080
Melanie (Hot; Duckface; Not much of color-tattoo fan; somewhere on same level with Sarah)
View attachment 1933090
Maya (Judging type, Cute; Fake-ish boobies)
View attachment 1933127
Lily
View attachment 1933116
Bella (Badass; Quiet type; Huge boobies; Overprotective)
View attachment 1933064
Jill (Perfect goblin; Perfect woman; awaits to met perfect shiny husband)
View attachment 1933086
Becky (?)
View attachment 1933093 Quinn (Maniac type, Humor, Nice ass) View attachment 1933120
Sandy
View attachment 1933123
+ Rose
View attachment 1933115
Cathy (Perfect body, Mid-boobies, Hot ass)
View attachment 1933070
Interlude: Zoey (Just perfect girlfriend you're looking forward to it)
-- ?? (In-progress)
View attachment 1933083
Sarah (Cute girl, somewhere on same level as Melanie)
View attachment 1933096
Ashley (?)
View attachment 1933125 Madame Rose
View attachment 1933169 Nora(?)
View attachment 1933097
Mona (Hot ass, mid-boobies with fancy nipples)
View attachment 1933162
Brandi
View attachment 1933099 Heather (?)
* - Doesn't take factor in account due to personal reasons;
Image source: Casiope, Being a DIK - Unofficial Game Guide.

And foremost but not all, mens (from story-driven perspective that is though) :BootyTime:
High-Tier (DIKs)Mid-TierLow-Tier
MC aka Tremolo (Hot guy, Leader trait, most preferred and has huge dick) :HideThePain:
Chad (Hot-blonde, Muscular; The man, the myth, the legend himself - Chad) :BootyTime:Anthony (Less hot; somewhat shy)
Tommy (Narcissist, Hot, Average body, Hangout type; Something off about him I like)Troy (Somewhat that looks like Keanu Revves)Caleb (Kinda dummy, pretty much relies pumping steroid, WTF? not really fit through my preference)
Derek (Kinda idiot, but he's like a brother after all) :Kappa:Dawe (Hot, Niche beard; Sounds about average; Always lookin' for trouble)Tybalt (Say no more) :HideThePain:
Rusty (Good to have as Friend, Kindness, Muscular)
Magnar (Ehh; at least plays D&D)
Nick (Hot, Beard-ass man)
Jacob (Normal, good to have as Friend; Kindness)
Leon (?)
Jamie (?)
John Boy (Idk kinda lazy, overweight; not my type)
you forgot someone
You don't have permission to view the spoiler content. Log in or register now.
 

ename144

Engaged Member
Sep 20, 2018
3,505
14,417
How important is foreshadowing in DPC's work? I never played Acting Lessons, but lurking I have heard some theories, like Josy dying (or some kind of loss) is unavoidable just like in the D&G game. Wild speculation or have some turned out right?
He does likes foreshadowing, but he likes playing mind games even more. You shouldn't ignore ominous portents completely but there's no need to don't panic each time one comes up.
 

MorbidViews21

Active Member
Aug 3, 2019
609
1,176
damn this is going to be the longest dev time for a update. 8 months.....maybe even longer, but at least its always filled to the brim with content.
 
  • Like
Reactions: The D0n

Lightaces

Well-Known Member
Aug 3, 2018
1,457
2,220
Expensive Dress+Sage's Temper= View attachment 1932224
Give her the MC's dick hard enough, and she'll forgive just about anything. She's not only been criminally blue balled (blue overied?) for years with Chad, but she is CLEARLY a size queen who has never beheld anything like The Third Leg before. If she's still complaining after that, give her the anal she's not willing to admit she wants yet.
 

Geralt From Rivia

Conversation Conqueror
Jun 15, 2022
6,594
42,337
Same, I don't see anything wrong appeal to look. It's the piercing? Maybe. It's the hair style? Maybe. Eye-color? Maybe. Eyelash? Maybe. At least, she pretty much look alike Jill : )
Perfect symmetrical face, straight jaw, cheek outline, fancy boobies, awesome thigh, nice ass, perfect legs, lips arousal, perfect height & weight... what more anything could possible is it :KEK:

Anyway, after replaying once more again throughout seasons, I present to y'all my take-way to the hot list:
Vixeven's Hot List

High-TierMid-TierLow-TierHot-Strippers*Hot-Teachers
View attachment 1933059
Sage (Perfect body, her personality; Hangout type)
View attachment 1933075
Camila - Hotter Chocolate :)
View attachment 1933081 Riona (Goth-type, hot, awesome body, Low titties) View attachment 1933117 Envy View attachment 1933113
Jade (Overall lookin' hot, Huge boobies; Perfect affair)
View attachment 1933062
Josy (Perfect petite, first girlfriend)
View attachment 1933080
Melanie (Hot; Duckface; Not much of color-tattoo fan; somewhere on same level with Sarah)
View attachment 1933090
Maya (Judging type, Cute; Fake-ish boobies)
View attachment 1933127
Lily
View attachment 1933116
Bella (Badass; Quiet type; Huge boobies; Overprotective)
View attachment 1933064
Jill (Perfect goblin; Perfect woman; awaits to met perfect shiny husband)
View attachment 1933086
Becky (?)
View attachment 1933093 Quinn (Maniac type, Humor, Nice ass) View attachment 1933120
Sandy
View attachment 1933123
+ Rose
View attachment 1933115
Cathy (Perfect body, Mid-boobies, Hot ass)
View attachment 1933070
Interlude: Zoey (Just the perfect ex-girlfriend you're looking excited forward to it)
-- ?? (In-progress)
View attachment 1933083
Sarah (Cute girl, somewhere on same level as Melanie)
View attachment 1933096
Ashley (?)
View attachment 1933125 Madame Rose
View attachment 1933169 Nora(?)
View attachment 1933097
Mona (Hot ass, mid-boobies with fancy nipples)
View attachment 1933162
Brandi
View attachment 1933099 Heather (?)
* - Doesn't take factor in account due to personal reasons;
Image source: Casiope, Being a DIK - Unofficial Game Guide.

And foremost but not all, mens (from story-driven perspective that is though) :BootyTime:
High-Tier (DIKs)Mid-TierLow-Tier
MC aka Tremolo (Hot guy, Leader trait, most preferred and has huge dick) :HideThePain:
Chad (Hot-blonde, Muscular; The man, the myth, the legend himself - Chad) :BootyTime:Anthony (Less hot; somewhat shy)
Tommy (Narcissist, Hot, Average body, Hangout type; Something off about him I like)Troy (Somewhat that looks like Keanu Revves)Caleb (Kinda dummy, pretty much relies pumping steroid, WTF? not really fit through my preference)
Derek (Kinda idiot, but he's like a brother after all) :Kappa:Dawe (Hot, Niche beard; Sounds about average; Always lookin' for trouble)Tybalt (Say no more) :HideThePain:
Rusty (Good to have as Friend, Kindness, Muscular)
Magnar (Ehh; at least plays D&D)
Nick (Hot, Beard-ass man)
Jacob (Normal, good to have as Friend; Kindness)
Leon (?)
Jamie (?)
John Boy (Idk kinda lazy, overweight; not my type)
Sage in the first place, I see you are a man of high culture. :)
Go Team Sage!
 
4.80 star(s) 1,596 Votes