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

LGH990203

Newbie
Dec 16, 2018
65
33
141
I', not sure, if you don't get the option from just talking to Dave in VR, it might be contingent on you hacking a monster girl during a battle, or it might be contingent on doing Glitch missions and upgrading your hack skill.
is it day based. like in day 30 or something. and my hacking skill is already so high it shows white letters when hacking. guess I'll just wait
 

Stil996

Conversation Conqueror
Jan 11, 2018
7,719
7,367
699
is it day based. like in day 30 or something. and my hacking skill is already so high it shows white letters when hacking. guess I'll just wait
Yup, that is a real possiblity, at least two others are locked behind hitting certain calendar days. (20 for Drunk Rachel, and I think 12 for something else, can't recall what though)
Confirm you've met Jenny already! if you haven't met her, go hang out at the notice board.
 

ManovishaalD

New Member
Jun 4, 2022
3
5
55
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/Overworld Screens/Locations/Restaurant/Restaurant.rpy", line 92, in script call
    call interaction_end(ap)
  File "game/Dialog System/Dialog system.rpy", line 11, in script
    $ new_npc_location_manager()
  File "game/Dialog System/Dialog system.rpy", line 11, in <module>
    $ new_npc_location_manager()
  File "game/Overworld Screens/Python/NPC python.rpy", line 680, in new_npc_location_manager
    temp_anissa_activity = renpy.random.choice(possible_events_anissa)
IndexError: list index out of range

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

Full traceback:
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/Overworld Screens/Locations/Restaurant/Restaurant.rpy", line 92, in script call
    call interaction_end(ap)
  File "game/Dialog System/Dialog system.rpy", line 11, in script
    $ new_npc_location_manager()
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Dialog System/Dialog system.rpy", line 11, in <module>
    $ new_npc_location_manager()
  File "game/Overworld Screens/Python/NPC python.rpy", line 680, in new_npc_location_manager
    temp_anissa_activity = renpy.random.choice(possible_events_anissa)
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/random.py", line 277, in choice
  File "renpy/python.py", line 992, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.26100
Ren'Py 7.4.10.2164n
Double Perception 5.5
Fri Dec  5 15:09:42 2025



I am getting this error
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
24,051
331,134
998
Double Perception [v5.6] [Zett] - Update only

If you missed it you can find the old Update only patch HERE.

Universal: v5.5 -> v5.6 [246 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
9,305
4,267
436
DoublePerception-5.6
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,616
282,173
957
Double Perception [v5.6] [Zett]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:

Gregersonuffe

New Member
Dec 24, 2017
2
0
138
I keep having this issue whenever I try to talk in DoA:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 33, in script call
""
File "game/Intro/DoA Loading.rpy", line 95, in script
mcd omg "Can I look at myself? Is there a mirror?"
Exception: Could not find font u'comics/zett/IMMORTAL.ttf'.

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

Full traceback:
File "game/script.rpy", line 33, in script call
""
File "game/Intro/DoA Loading.rpy", line 95, in script
mcd omg "Can I look at myself? Is there a mirror?"
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1249, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 901, in do_display
**display_args)
File "renpy/character.py", line 647, in display_say
rv = renpy.ui.interact(mouse='say', 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 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/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 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'comics/zett/IMMORTAL.ttf'.

Windows-10-10.0.26100
Ren'Py 7.4.10.2178
Double Perception 5.6
Sun Dec 7 00:27:07 2025
```
 

Sural Argonus

Chimpanor Productions
Donor
Game Developer
May 12, 2017
767
2,130
444
I keep having this issue whenever I try to talk in DoA:
```
You don't have permission to view the spoiler content. Log in or register now.
Digging into the RPY files since the dev didn't archive.

It appears to be a dialog issue. The variable "mcd" which I think is supposed to be the Arcanum username for the MC...is borked. I just went into the DOA Loading.rpy and changed all the MC's line to be "mc" and no error. Will have to dig deeper to see where mcd is defined, or maybe if betterzett can take a look.

I think I checked this out a while ago and it was only in the intro for DOA.
 

Recca73

New Member
Apr 14, 2017
2
2
242
Looks like this error comes from /game/testing stuff/comics.rpy. File paths and character name are messed up.
Had the same error, changed font path to "fonts/", image paths to "images/portraits/" and character name "Zett" to "[PLAYER_NAME]". That worked for me.
 

EdogawaKonan

Member
Sep 16, 2018
127
45
223
Looks like this error comes from /game/testing stuff/comics.rpy. File paths and character name are messed up.
Had the same error, changed font path to "fonts/", image paths to "images/portraits/" and character name "Zett" to "[PLAYER_NAME]". That worked for me.

if you can upload the corrected file, please
 
3.40 star(s) 53 Votes