NTR Critic

Member
Game Developer
Aug 30, 2016
149
325
Code for Unlock is: V3ryH3xxy

In the future (unless this is patched by the developer), you need to:
1) Extract the archive.rpa
2) Open extra.rpy
3) Support the developer on
Well thanks for at least linking the patreon. The code doesn't actually do much yet, just gets you 100 snacks and a preview of a scene that is already out in v4 full.

I was waiting for someone to post it before I decide to encrypt it... so next update it will be encrypted.
 

Etherial

Newbie
Game Developer
Jun 20, 2018
58
125
The bugs might have been fixed up already in v4 full release, but what errors are you getting?
I'm not sure what they're getting, but Velma's backstory button spits out this:

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

While running game code:
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')

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

Full traceback:
  File "script.rpyc", line 2527, in script
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\exports\sayexports.py", line 130, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2215, 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 "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 424, in visit_all
    for d in self.visit():
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 785, in visit
    self.find_target()
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Let's Split Up Gang v4_Alpha
Sat Mar 29 10:42:18 2025
 

NTR Critic

Member
Game Developer
Aug 30, 2016
149
325
I'm not sure what they're getting, but Velma's backstory button spits out this:

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

While running game code:
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')

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

Full traceback:
  File "script.rpyc", line 2527, in script
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\exports\sayexports.py", line 130, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2215, 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 "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 424, in visit_all
    for d in self.visit():
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 785, in visit
    self.find_target()
  File "H:\Program Files\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Let's Split Up Gang v4_Alpha
Sat Mar 29 10:42:18 2025
Ohhhh, I didn't know that issue happened in this update too. I do have an easy fix for this, since it was reported on patreon already.

Here's the fix:

Just extract the file and put the "Velma" folder in the "Images" folder in the game.

For some reason, I never ran into this bug when testing, despite going thru the backstory a few times to make sure it works.

The issue is just a name change of dessSketch to dress as we got a finalized drawing of the dress, but I guess I forgot to change the resource name in the code.
 

Starfox

New Member
Jan 13, 2018
9
6
Ohhhh, I didn't know that issue happened in this update too. I do have an easy fix for this, since it was reported on patreon already.

Here's the fix: Pixeldrain

Just extract the file and put the "Velma" folder in the "Images" folder in the game.

For some reason, I never ran into this bug when testing, despite going thru the backstory a few times to make sure it works.

The issue is just a name change of dessSketch to dress as we got a finalized drawing of the dress, but I guess I forgot to change the resource name in the code.

It still not working... not sure if this helps. Ps I did add the folder you posted and still got this.

NVM I'm a dumbass. Put the folder in the wrong place. T_T

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

While running game code:
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')

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

Full traceback:
  File "script.rpyc", line 2527, in script
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\exports\sayexports.py", line 130, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2215, 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 "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 424, in visit_all
    for d in self.visit():
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 785, in visit
    self.find_target()
  File "D:\Wolf\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.3.24111502
Let's Split Up Gang v4_Alpha
Sat Mar 29 14:33:15 2025
[/CODE]
 
Last edited:
  • Like
Reactions: NTR Critic

Klab040855

Active Member
Mar 25, 2019
769
601
Code for Unlock is: V3ryH3xxy

In the future (unless this is patched by the developer), you need to:
1) Extract the archive.rpa
2) Open extra.rpy
3) Support the developer on
Holy shit, why can't you stay quiet? Why did you have to go out announcing it, I was happy when I found out alone how to get the code, now I will have to try harder next time
 

NTR Critic

Member
Game Developer
Aug 30, 2016
149
325
Holy shit, why can't you stay quiet? Why did you have to go out announcing it, I was happy when I found out alone how to get the code, now I will have to try harder next time
Yeah, I'm fine with people finding it themself (Hence why the message says "Thanks for the support or good work hacking this") but if people are just going to share with no effort, then I gotta switch it up.
 

circuitarity

Active Member
Jul 3, 2019
736
638
Ohhhh, I didn't know that issue happened in this update too. I do have an easy fix for this, since it was reported on patreon already.

Here's the fix: Pixeldrain

Just extract the file and put the "Velma" folder in the "Images" folder in the game.

For some reason, I never ran into this bug when testing, despite going thru the backstory a few times to make sure it works.

The issue is just a name change of dessSketch to dress as we got a finalized drawing of the dress, but I guess I forgot to change the resource name in the code.
Issue: There is no Velma Folder directly in The Images folder, closest I found was in /Sex/Velma
I will try placing it there but since I wasn't trying to get sex it may not work...
 

circuitarity

Active Member
Jul 3, 2019
736
638
Ohhhh, I didn't know that issue happened in this update too. I do have an easy fix for this, since it was reported on patreon already.

Here's the fix: Pixeldrain

Just extract the file and put the "Velma" folder in the "Images" folder in the game.

For some reason, I never ran into this bug when testing, despite going thru the backstory a few times to make sure it works.

The issue is just a name change of dessSketch to dress as we got a finalized drawing of the dress, but I guess I forgot to change the resource name in the code.
Okay see post above I did place it in /Images /Sex/Velma and had it get to "Later" where it crashed again.

I am now trying to make a new Velma folder with the dress in it.

The above worked.
 

NTR Critic

Member
Game Developer
Aug 30, 2016
149
325
Okay see post above I did place it in /Images /Sex/Velma and had it get to "Later" where it crashed again.

I am now trying to make a new Velma folder with the dress in it.

The above worked.
When you extract the "DressFix.zip" it should have a folder called "Velma" in it, that is the part you move to "Images"

"Images/Velma" is different from "Images/Sex/Velma"
 
  • Like
Reactions: circuitarity

Klab040855

Active Member
Mar 25, 2019
769
601
Yeah, I'm fine with people finding it themself (Hence why the message says "Thanks for the support or good work hacking this") but if people are just going to share with no effort, then I gotta switch it up.
I so was happy when i found it finally after looking at the scripts, i kept missing it until i found.
 

NTR Critic

Member
Game Developer
Aug 30, 2016
149
325
I can't find out how to make Daphne do the sexy dance, she is still in the normal dance
huh. I guess this is a bug that had gone unreported since no one knew the scene existed

The code looks to see if "StripDance" is 1 or 0, and that is supposed to flag once Daphne has done a strip dance... but I guess that just never gets declared to 1 after she does. Thanks for helping me find this bug
 
  • Like
Reactions: Klab040855

Klab040855

Active Member
Mar 25, 2019
769
601
huh. I guess this is a bug that had gone unreported since no one knew the scene existed

The code looks to see if "StripDance" is 1 or 0, and that is supposed to flag once Daphne has done a strip dance... but I guess that just never gets declared to 1 after she does. Thanks for helping me find this bug
That's why i said the dance needed rework earlier, i only saw the awful dance and sexy dance, but from seeing the sexy dance in the files, it looks great.
 
  • Heart
Reactions: NTR Critic

boobman0688

Newbie
Jun 11, 2017
38
17
The bugs might have been fixed up already in v4 full release, but what errors are you getting?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')

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

Full traceback:
  File "script.rpyc", line 2527, in script
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\exports\sayexports.py", line 130, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2215, 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 "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 424, in visit_all
    for d in self.visit():
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 785, in visit
    self.find_target()
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Let's Split Up Gang v4_Alpha
Sun Mar 30 23:19:21 2025
 

NTR Critic

Member
Game Developer
Aug 30, 2016
149
325
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')

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

Full traceback:
  File "script.rpyc", line 2527, in script
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\exports\sayexports.py", line 130, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2215, 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 "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 4 more times]
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\displayable.py", line 424, in visit_all
    for d in self.visit():
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 785, in visit
    self.find_target()
  File "E:LetsSplitUpGang-v4_Alpha-pc\LetsSplitUpGang-v4_Alpha-pc\renpy\display\image.py", line 683, in find_target
    raise Exception(error)
Exception: DynamicImage '[vDresses[vDress]]': could not find image. ('Velma/dressSketch.png')

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.3.24111502
Let's Split Up Gang v4_Alpha
Sun Mar 30 23:19:21 2025
BUG FIX:

Pixeldrain

Just extract the file and put the "Velma" folder in the "Images" folder in the game.
 
3.60 star(s) 5 Votes