Feb 14, 2018
94
45
One of my virus scanners (bitdefender) flags the exe in the mega 6.1 download as a malicious programme. I've never had this happen with renpy games. Anyone else getting this?
I'm Having issues with incest patch chrome auto blocks the download lmao
 

OsoSober

Member
Jul 22, 2018
163
65
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 3812, in script
show livingroom with fade
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 13, in execute
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
File "game/navigation.rpy", line 13, in keywords
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
NameError: name 'phone_enabled' is not defined

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

Full traceback:
File "game/script.rpy", line 3812, in script
show livingroom with fade
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\ast.py", line 1389, in execute
renpy.exports.with_statement(trans, paired)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 2251, in do_with
clear=clear)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 13, in execute
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
File "game/navigation.rpy", line 13, in keywords
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
File "<screen language>", line 13, in <module>
NameError: name 'phone_enabled' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Depraved Town 0.6Final
Thu Dec 17 05:02:36 2020
 

masterdragonson

Engaged Member
Jan 30, 2018
3,280
4,657
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 3812, in script
show livingroom with fade
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 13, in execute
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
File "game/navigation.rpy", line 13, in keywords
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
NameError: name 'phone_enabled' is not defined

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

Full traceback:
File "game/script.rpy", line 3812, in script
show livingroom with fade
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\ast.py", line 1389, in execute
renpy.exports.with_statement(trans, paired)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 2251, in do_with
clear=clear)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "D:\games\dad games\DepravedTown-v0.6Final-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 6, in execute
screen menu_livingroomD:
File "game/navigation.rpy", line 13, in execute
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
File "game/navigation.rpy", line 13, in keywords
imagebutton auto "images/idles/cellphone_%s.png" action If ( phone_enabled, Jump('phonescreen'), NullAction () ) xpos 1190 ypos 50 focus_mask True
File "<screen language>", line 13, in <module>
NameError: name 'phone_enabled' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Depraved Town 0.6Final
Thu Dec 17 05:02:36 2020
https://f95zone.to/threads/depraved...blic-justanotherdegenerate.56935/post-4641596
 

OsoSober

Member
Jul 22, 2018
163
65
Hi all just added to his pateron amounts, im enjoying the game , is there any pregnancy content or birthing?
 

onepanther

New Member
Jul 2, 2019
7
16
Deprived Town Cheat Menu

Its a very simple mod that adds a menu at NIGHT

Add the option to get
Money
Power
Strength
Intelligence

WARNING
This cheat comes with the incest mod installed

MEGA
The archive is either in unknown format or damaged
This is what i get when i download your file
 

theickobicko

Member
May 29, 2019
116
138
Incest patch is not working on android... Seems like there is some keyboard keys references?
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
  File "/storage/emulated/0/Android/data/gamecax.com/files/game/script.rpy", line 423, in script
    init python:
  File "/storage/emulated/0/Android/data/gamecax.com/files/game/script.rpy", line 424, in <module>
    config.keymap["game_menu"].remove("K_ESCAPE")
ValueError: list.remove(x): x not in list
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "/storage/emulated/0/Android/data/gamecax.com/files/game/script.rpy", line 423, in script
    init python:
  File "renpy/ast.py", line 914, in execute
  File "renpy/python.py", line 2028, in py_exec_bytecode
  File "/storage/emulated/0/Android/data/gamecax.com/files/game/script.rpy", line 424, in <module>
    config.keymap["game_menu"].remove("K_ESCAPE")
  File "renpy/python.py", line 731, in do_mutation
ValueError: list.remove(x): x not in list
 

Fox.Mulder

Member
Jul 31, 2017
391
130
I can't seem to get any of the patches for this game without them being flagged as viruses, all of the ones linked previously get picked up too.
 

Kuniyoshi

Member
May 24, 2017
188
254
Just had a look at the preview pics and I'm downloading solely for the panty showing goth chick.
 

Fanthrose

Member
Apr 26, 2019
149
66
This may sound stupid, but what do you do with the incest patch? i download it and have no idea where to put the files, or is having the folder in the game folder enough?
 
  • Haha
Reactions: Eriasu_Salvatore
3.00 star(s) 36 Votes