emmasteadman

Active Member
Aug 6, 2017
917
985
Has the UI improved on this game?....I haven't played it for about a year, and the messed up confusing UI put me off.
 

bas

retired
Respected User
Donor
Former Staff
May 6, 2017
3,987
30,356
Oops ! Error with the compressed version
You don't have permission to view the spoiler content. Log in or register now.
There is an error in the compressed version.


You don't have permission to view the spoiler content. Log in or register now.
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/MyRoom3.jpg'>:
  File "game/tl/english/BedMy.rpy", line 74, in script
    "Should I clean up? ..meh."
Exception: Could not load image u'images/MyRoom3.jpg': error('Unsupported image format',)

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

Full traceback:
  File "game/tl/english/BedMy.rpy", line 74, in script
    "Should I clean up? ..meh."
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\ast.py", line 603, in execute
    renpy.exports.say(who, what, interact=self.interact)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\exports.py", line 1135, in say
    who(what, interact=interact)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\character.py", line 873, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\character.py", line 719, in do_display
    **display_args)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\character.py", line 510, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\ui.py", line 278, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\core.py", line 2496, in interact
    repeat, rv = self.interact_core(preloads=preloads, **kwargs)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\core.py", line 2850, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\core.py", line 1916, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 416, in renpy.display.render.render_screen (gen\renpy.display.render.c:6685)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\layout.py", line 661, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\layout.py", line 661, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\layout.py", line 661, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\image.py", line 255, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\image.py", line 124, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3319)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2857)
    rv = d.render(widtho, heighto, st, at)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\im.py", line 478, in render
    im = cache.get(self)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\im.py", line 200, in get
    surf = image.load()
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\im.py", line 529, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\sech\Second_happiness-2.5_free_semi_final-pc-crunched\renpy\display\pgrender.py", line 155, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/MyRoom3.jpg': error('Unsupported image format',)

Windows-8-6.2.9200
Ren'Py 6.99.11.1749
Second happiness 2.5

any idea?
Next time please @ me or reply to my post with the error, otherwise I don't know there's a problem with the compressed version. I've fixed it and reuploading now.
 

mikey zhou

Member
Oct 16, 2018
100
99
I find second happiness walkthrough v1.6 , v1.7

this walkthrough is miracle

link v1.2 walkthrough ? this is garbage -_-

individual character routine walkthrough is garbage
if another routine too going , another routine not going or jumping
it's fucking situation

but almost game walkthrough made individual routine
get the fuck.

real walkthrough must be one routine to all character by time like this walk-t

i want this v1.8~ v1.9

but i can't find.
https://f95zone.to/threads/second-happiness-v2-5-vnorth.1919/post-1205700

V 2.5 Free SemiFinal
Wednesday night, the room Shantrel's. Added some examples of additional animations.

V 2.5
Laura 2 animations. 1st in the kitchen after Breakfast. Full animation is available after receiving END the 2nd animation.
2nd animation- Laura's room, evening, Tuesday, Wednesday. For passage: to was a wank in the Park.

Shantrel 1 animation. Shantrel can be punished if she wears panties before Breakfast. End V 2.2 is required.

V 2.4
Julia 3 animation. Start in the Park, Wednesday. It is recommended to go the same way and in a failed way. End V 2.1 is required.
Event at Breakfast, Monday, kitchen. Only Lala's branch has an ending. End V 2.2 is required.

update the walkthrough and the changelog to OP please. @muttdoggy

here is my save, does anybody's quest percentage as mine?
 

jackkane

Engaged Member
Sep 4, 2016
2,886
2,305
Advise me what goal I have to write there.
It should not be an empty promise. It must also be proportionate to the money designated for this goal.
vnorth man I love your game but it's not possible to get all of shantrell aka your moms scenes. do any of her scenes have cutoff points? this game needs hint system badly. maybe do something similar to man of the house when it comes to that.
 
  • Like
Reactions: VNorth

jackkane

Engaged Member
Sep 4, 2016
2,886
2,305
I find second happiness walkthrough v1.6 , v1.7

this walkthrough is miracle

link v1.2 walkthrough ? this is garbage -_-

individual character routine walkthrough is garbage
if another routine too going , another routine not going or jumping
it's fucking situation

but almost game walkthrough made individual routine
get the fuck.

real walkthrough must be one routine to all character by time like this walk-t

i want this v1.8~ v1.9

but i can't find.
a staff member should put this walkthrough on the front page. too bad this person didn't make an up to date walkthrough.
 
  • Like
Reactions: VNorth

VNorth

Member
Donor
Game Developer
May 18, 2017
403
456
vnorth man I love your game but it's not possible to get all of shantrell aka your moms scenes. do any of her scenes have cutoff points? this game needs hint system badly. maybe do something similar to man of the house when it comes to that.
V 2.5 free have in-game tips and gallery. Players have already found a few inaccuracies in the gallery, but they are not significant.
 
  • Like
Reactions: odino and jackkane

mike5000

Member
Nov 26, 2017
210
442
i really use to love this game, but it turned into something almost impossible to play ,
my opinion
if its hard or take to much work to add a hint option to the game , then it could be a hint thru the dialogues in the game
 

radical686

Member
Nov 30, 2018
467
1,330
When you know the English translation may be a problem: "sometimes they too give in to the charm of MC's insolence."
 

RottenPlum

Well-Known Member
Jun 17, 2017
1,137
552
Granted this game has hint system, it's just basic and still you will get lost. I have some finished events and game is not recognizing them as done. In 2.4 it's mentioned that you must have ice cream to progress julia park event, i don't even know where to get one? I can't progress laura because according to in game guide it is required to cum on her in her room tuesday/wednesday but when i've done that she don't even wanna talk anymore and is mad for weeks and i can't do anything to her in monday morning kitchen after breakfast, even though i should be able because it is required to cum on her in her room so you can punish her monday morning kitchen, again according to in game guide, but there is no option. So tired of this mindless grind. Appreciate any help, but i don't expect one seeing a lot of people gave up on this grind fest and there is no decent walkthrough since 1.3 version.
 
  • Like
Reactions: Reese286
3.00 star(s) 66 Votes