danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,328
Well if anyone is kind enough, im super happy to provide any transparent PNGs !
 

Zenithtb

Active Member
Oct 21, 2017
944
1,025
Well if anyone is kind enough, im super happy to provide any transparent PNGs !
Well played, as that's usually asked for.

Edit: In fact, it'd be nice to make some available. People could make wallpapers, avatars etc. I think it'd just 'be cool of you' :)
 

Zenithtb

Active Member
Oct 21, 2017
944
1,025
PS; bug. When she's ready to go shopping, if you select Hang On, this happens:


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

While running game code:
  File "game/day2.rpy", line 128, in script
    $ depravity -= 1
  File "game/day2.rpy", line 128, in <module>
    $ depravity -= 1
NameError: name 'depravity' is not defined

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

Full traceback:
  File "game/day2.rpy", line 128, in script
    $ depravity -= 1
  File "L:\Games\VN\Patreon\Depravity\Depravity-0.3-pc\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "L:\Games\VN\Patreon\Depravity\Depravity-0.3-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/day2.rpy", line 128, in <module>
    $ depravity -= 1
NameError: name 'depravity' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Depravity 0.3
Thu Dec 20 03:39:38 2018
 

Devvvin

Newbie
Aug 12, 2017
83
87
Dunno if this is the right place to post a question like this... but how hard would it be to replace renders with custom ones? Not the modeling part, but the actual file replacement. That something that has to be compiled or just a file swap?

As much as I love the gameplay here, kudos to the dev btw, I'm not huge into huge tits. Considering making some slight alterations if it is feasible and doesn't require knowledge of renpy backend shit.
 

danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,328
PS; bug. When she's ready to go shopping, if you select Hang On, this happens:


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

While running game code:
  File "game/day2.rpy", line 128, in script
    $ depravity -= 1
  File "game/day2.rpy", line 128, in <module>
    $ depravity -= 1
NameError: name 'depravity' is not defined

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

Full traceback:
  File "game/day2.rpy", line 128, in script
    $ depravity -= 1
  File "L:\Games\VN\Patreon\Depravity\Depravity-0.3-pc\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "L:\Games\VN\Patreon\Depravity\Depravity-0.3-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/day2.rpy", line 128, in <module>
    $ depravity -= 1
NameError: name 'depravity' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Depravity 0.3
Thu Dec 20 03:39:38 2018
sorry, it might not be compatible with a previous save, where was the save point from which you loaded in?
 

danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,328
Dunno if this is the right place to post a question like this... but how hard would it be to replace renders with custom ones? Not the modeling part, but the actual file replacement. That something that has to be compiled or just a file swap?

As much as I love the gameplay here, kudos to the dev btw, I'm not huge into huge tits. Considering making some slight alterations if it is feasible and doesn't require knowledge of renpy backend shit.
What do you mean by custom renders? All my renders I do myself. I've added more characters in the update that balance out the cast a bit more.
 

Zenithtb

Active Member
Oct 21, 2017
944
1,025
sorry, it might not be compatible with a previous save, where was the save point from which you loaded in?
Sitting at the table, talking about shopping, just before going to sleep. Not that it's really important as it's so early in the game. It was saved at the end of EP1...
 

Zenithtb

Active Member
Oct 21, 2017
944
1,025
What do you mean by custom renders? All my renders I do myself. I've added more characters in the update that balance out the cast a bit more.
I think he wanted to make his own renders and supplant the ones in the game without changing the code, only the images.

Is what I understood. From my Ren'py experience, he could go nuts without changing the code, but making the images would be a bitch!
 

danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,328
Sitting at the table, talking about shopping, just before going to sleep. Not that it's really important as it's so early in the game. It was saved at the end of EP1...
I think the game would work from start to finish. I will have to fix this in the next version.
 

Zenithtb

Active Member
Oct 21, 2017
944
1,025
Damn - I really may have to restart the game, as in the clothing shop, if I tell she's sexy I get this:

(Edit: I notice it's freaking out about the same variable)

(Edit, edit: Yeah, restarting fixed it - no worries!)

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

While running game code:
  File "game/day2.rpy", line 223, in script
    $ depravity += 1
  File "game/day2.rpy", line 223, in <module>
    $ depravity += 1
NameError: name 'depravity' is not defined

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

Full traceback:
  File "game/day2.rpy", line 223, in script
    $ depravity += 1
  File "L:\Games\VN\Patreon\Depravity\Depravity-0.3-pc\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "L:\Games\VN\Patreon\Depravity\Depravity-0.3-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/day2.rpy", line 223, in <module>
    $ depravity += 1
NameError: name 'depravity' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Depravity 0.3
Thu Dec 20 04:04:23 2018
 

danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,328
Damn - I really may have to restart the game, as in the clothing shop, if I tell she's sexy I get this:

(Edit: I notice it's freaking out about the same variable)

(Edit, edit: Yeah, restarting fixed it - no worries!)

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

While running game code:
  File "game/day2.rpy", line 223, in script
    $ depravity += 1
  File "game/day2.rpy", line 223, in <module>
    $ depravity += 1
NameError: name 'depravity' is not defined

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

Full traceback:
  File "game/day2.rpy", line 223, in script
    $ depravity += 1
  File "L:\Games\VN\Patreon\Depravity\Depravity-0.3-pc\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "L:\Games\VN\Patreon\Depravity\Depravity-0.3-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/day2.rpy", line 223, in <module>
    $ depravity += 1
NameError: name 'depravity' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Depravity 0.3
Thu Dec 20 04:04:23 2018
Yeah, will have to restart if your previous save was anytime during clothing scene or before. sorry
 
  • Like
Reactions: Zenithtb

Zenithtb

Active Member
Oct 21, 2017
944
1,025
Yeah, will have to restart if your previous save was anytime during clothing scene or before. sorry
As a side note, both "thank you" and "no one" are two words :)

Further edit - you should certainly release those end-cards as full-res wallpapers - it's that time of year!

Editing again ( :( ) - just noticed I've been reading her name as Kiara all this time. My life is a lie :(
 

DanThaMan

Engaged Member
Jun 25, 2017
3,314
7,084
Just played through this for the first time, and i gotta say its great so far! Added to my watch list.
 

danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,328
As a side note, both "thank you" and "no one" are two words :)

Further edit - you should certainly release those end-cards as full-res wallpapers - it's that time of year!

Editing again ( :( ) - just noticed I've been reading her name as Kiara all this time. My life is a lie :(
sorry, end cards?
 
3.90 star(s) 109 Votes