Yume-Noun

Member
Oct 2, 2017
157
71
Okay... the new update is a buggy mess, need a walkthrought to no step on a landmine

to de dev: please, test your game first from a "new game" start, all those buttons that are now in the HUD activate events that one shouldn't have see and blocks a lot of early events, also every one in school is at least at level 2 corruption without even interacting with them.
 
Last edited:
  • Like
Reactions: artd

JokerLeader

Former Legendary Game Compressor
Modder
Game Compressor
Donor
Mar 16, 2019
7,991
77,704
Depraved Town [v0.9.5 Final] [Compressed]

Original Size Win/Linux: 1.86 GB
Original Size Mac: 1.83 GB

Compressed Size Win/Linux: 400 MB:
Compressed Size Mac: 366 MB:

Compressing process reduces image/audio/video quality and can break the game, be aware of that.

You can find all of my Walkthrough Mods content here:

Or you can:
 

cooperdk

Engaged Member
Jul 23, 2017
3,375
4,900
Pack the F!/(#% images, PLEASE. It takes forever to extract this game. It would take me five seconds if you provided the images in a .rpa instead.
 
  • Like
Reactions: Juninpachi

gilgamesh9

Well-Known Member
Sep 10, 2019
1,160
1,883
Yeah, the game is a buggy nightmare now
The whole thing seem liked a mess. I'll be playing one scene then it ends and all of the sudden the dialog and the part im seeing aren't even the same scenes. It would keep bringing back to certain parts repeatedly couldn't even really progress in the story BUT i will say i may need to start over and that might fix it.
 
  • Like
Reactions: Juninpachi

cooperdk

Engaged Member
Jul 23, 2017
3,375
4,900
It's a renpy game, they're all like this. If you're looking for a game where you actually move a character around look for something made in unreal or unity(maybe) or some of the ones listed under [other]
Most renpy games do not have a point and click control scheme. Some have made it possible to control a character that way.

But I agree.

Someone should delete the renpy dev tools from everywhere on the net. The engine sucks and the interpreter behind it was already outdated six years ago. Python 3 is much faster. But renpydev doesn't want to finish an update to py3.

Just use Unity instead for VNs and some other, more advanced projects. Or Unreal for (possible) better gfx, if you're better at making games.
 

NoHands

Member
Feb 4, 2018
209
225
Sorry I'm new in this game, but it seems a huge lot of stuff is not in the right order, is it just me?
It's not just you. This is my first time playing and everything just feels so jumbled up. I wanted to progress with Nanami, but I'm kind of stone-walled at the 'Event 1' part of her walkthrough since I don't know if it means hers or the main story. The extra buttons are mostly in the way since you click on them through the text box and apparently as soon as I started several girls are already at level 2 corruption or something. The Dev should have really checked on this.
 
  • Like
Reactions: Robert rivers

racnarox

Newbie
Jul 11, 2017
71
45
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'suzunebg.webp'>:
  File "game/homeevents.rpy", line 3, in script call
    call expression renpy.random.choice(["eating_withnanami","eating_withsisters"]) from _call_expression
  File "game/new_menu.rpy", line 504, in script
    show suzunebg with fade
IOError: Couldn't find file 'suzunebg.webp'.

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

Full traceback:
  File "game/homeevents.rpy", line 3, in script call
    call expression renpy.random.choice(["eating_withnanami","eating_withsisters"]) from _call_expression
  File "game/new_menu.rpy", line 504, in script
    show suzunebg with fade
  File "renpy/ast.py", line 1443, in execute
    renpy.exports.with_statement(trans, paired)
  File "renpy/exports.py", line 1684, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2762, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3325, 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 3839, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2565, 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 826, 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/transition.py", line 181, in render
    renpy.display.render.render(self.transitions[-1], width, height, 0, 0)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transition.py", line 368, in render
    top = render(self.new_widget, width, height, 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 826, 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 826, 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/transform.py", line 733, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/image.py", line 501, in render
    return wrap_render(self.target, width, height, st, at)
  File "renpy/display/image.py", line 307, in wrap_render
    rend = render(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/im.py", line 625, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 287, in get
    surf = image.load()
  File "renpy/display/im.py", line 706, in load
    raise e
IOError: Couldn't find file 'suzunebg.webp'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Depraved Town 0.9.5
Mon Feb 28 01:11:58 2022
 

tigerdiamond

Well-Known Member
Mar 1, 2020
1,475
1,772
Most renpy games do not have a point and click control scheme. Some have made it possible to control a character that way.

But I agree.

Someone should delete the renpy dev tools from everywhere on the net. The engine sucks and the interpreter behind it was already outdated six years ago. Python 3 is much faster. But renpydev doesn't want to finish an update to py3.

Just use Unity instead for VNs and some other, more advanced projects. Or Unreal for (possible) better gfx, if you're better at making games.
Not only did you misunderstand everything I was saying, you have the worst opinions I've ever seen.
 
3.00 star(s) 36 Votes