Ren'Py Abandoned Bad Days [v0.3] [Paloma Studios]

3.10 star(s) 9 Votes

Skaldy

Well-Known Member
Nov 7, 2017
1,092
1,086
Honestly in this particular case it is more about the looks. That loli is not even cute, she's just plain ugly, to the point it really looks like she has some chromosomal abnormality.

I'm not one to usually judge other people's taste because I have a fucked up taste myself, but jesus...
like you said to each own his own
 

JakeKayden

Newbie
Oct 28, 2021
26
11
i cant get out of bedroom i cant click anything else beside that arrow that doesnt do anything, day and date and the fucking bed that you can sleep all day long

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

While loading <'Image' u'images/sandbox/buttons/gui/icon-warning.png'>:
  File "game/customScreen.rpy", line 47, in script
    $ renpy.pause()
  File "game/customScreen.rpy", line 47, in <module>
    $ renpy.pause()
IOError: Couldn't find file 'images/sandbox/buttons/gui/icon-warning.png'.

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

Full traceback:
  File "game/customScreen.rpy", line 47, in script
    $ renpy.pause()
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/customScreen.rpy", line 47, in <module>
    $ renpy.pause()
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, 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 3793, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, 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 814, 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 814, 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 814, 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 681, 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 814, 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/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1238, 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/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file 'images/sandbox/buttons/gui/icon-warning.png'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Bad Days 0.3a
Fri Jun 24 14:46:17 2022
 
Last edited:

CMPunk434

Member
Nov 12, 2019
159
38
i cant get out of bedroom i cant click anything else beside that arrow that doesnt do anything, day and date and the fucking bed that you can sleep all day long

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

While loading <'Image' u'images/sandbox/buttons/gui/icon-warning.png'>:
  File "game/customScreen.rpy", line 47, in script
    $ renpy.pause()
  File "game/customScreen.rpy", line 47, in <module>
    $ renpy.pause()
IOError: Couldn't find file 'images/sandbox/buttons/gui/icon-warning.png'.

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

Full traceback:
  File "game/customScreen.rpy", line 47, in script
    $ renpy.pause()
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/customScreen.rpy", line 47, in <module>
    $ renpy.pause()
  File "renpy/exports.py", line 1561, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, 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 3793, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, 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 814, 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 814, 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 814, 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 681, 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 814, 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/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1238, 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/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file 'images/sandbox/buttons/gui/icon-warning.png'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Bad Days 0.3a
Fri Jun 24 14:46:17 2022
me too
 

Hellster

Engaged Member
May 18, 2019
2,237
2,663
Why the sandbox? The prologue was ok but the rest was shit.(n) What's with sandboxes every survey prove they unpopular. Just ran out of ideas dev?
I personally don't see the big deal with the sandbox element, there are hints to tell you what you need to do, which is more than some sandbox games have. The ones that piss me off are the ones there's nothing to tell you what you need to do, and blindly click on things until you find something.
 

Lysergic

Well-Known Member
Aug 18, 2018
1,291
1,590
UPDATE 6/20/2022
The original maker of the mod stated in a post that they will update their mod on the coming Sunday. As such, I will be discontinuing mine until further notice. I will keep my v0.2 below if I ever need to come back to it.

Link to the other mod post: https://f95zone.to/threads/bad-days-v0-3-paloma-studios.89107/post-6239551

You don't have permission to view the spoiler content. Log in or register now.
If it's not too much trouble for you it looks like he changed his mind about updating that...
 

STJay

Member
Jan 12, 2020
302
2,069
If it's not too much trouble for you it looks like he changed his mind about updating that...
I'll wait for this Sunday before deciding whether to continue. The game not being originally in English and just the way it's coded make it fairly difficult for me to make my mod in the way that I want to. Just the change from the previous version to the current version alone was giving me headaches.
 

bhk1990

New Member
Mar 22, 2020
14
3
UPDATE 6/20/2022
The original maker of the mod stated in a post that they will update their mod on the coming Sunday. As such, I will be discontinuing mine until further notice. I will keep my v0.2 below if I ever need to come back to it.

Link to the other mod post: https://f95zone.to/threads/bad-days-v0-3-paloma-studios.89107/post-6239551

You don't have permission to view the spoiler content. Log in or register now.
are you going to keep going with this mod since its past sunday lol?
 

bhk1990

New Member
Mar 22, 2020
14
3
I'll wait for this Sunday before deciding whether to continue. The game not being originally in English and just the way it's coded make it fairly difficult for me to make my mod in the way that I want to. Just the change from the previous version to the current version alone was giving me headaches.
my fault didnt look at the last page
 

I'm me

Member
Mar 26, 2019
133
118
Erm so how do you progress some of the missions? Only have 3 there and the university is always shut, the hospital isn't selectable and the big party is greyed out on every day in events when taking to Ashley :unsure:
 
3.10 star(s) 9 Votes