Kracken36

Member
Apr 17, 2021
225
542
151
It's not that easy to fix user errors or user expectations for that matter.

You make the game perfect for 1 user and there will be 100 others that says it's stupid and they don't like the changes.

At the end of the day the DEV is making a game that they want to make.

If you like the game then good enjoy it, if you don't then move on to another one.
I mean, I get what you're saying but that's not helpful. Feedback is important both for learning and understanding user experiences. Saying "yas queen you make what you want! These plebs can just play something else" isn't helpful.
 
  • Like
Reactions: Gojii

Simpgor

Well-Known Member
Apr 18, 2020
1,205
3,342
428
It's not that easy to fix user errors or user expectations for that matter.

You make the game perfect for 1 user and there will be 100 others that says it's stupid and they don't like the changes.

At the end of the day the DEV is making a game that they want to make.

If you like the game then good enjoy it, if you don't then move on to another one.

its really telling that the dev whose game i dont think is "good" (ignore that i compliment the character writing despite saying the game actively made my day worse or that I admit my mistake and removed my review) can have a infinitely better conversation than you. but hey i guess thats why they are making a game and you are just the expected coomer audience.

instead of saying "no your wrong dev is doing perfect" you could ask if i had any possible solutions (then you could insult me) such as having a text pop up on that screen the first time that says "from dev hey these are clickable" (i have seen other games have similar one time dev messages) or if that is impossible even a note on part of the games descrption? or any indication that they arent the exact same as the character guides despite using the exact same asset? Ignoring what you screech the dev literally says its an issue others have had if they can aknowledge it as a problem so can you....
 

john1230

Active Member
Oct 6, 2020
959
909
185
I mean, I get what you're saying but that's not helpful. Feedback is important both for learning and understanding user experiences. Saying "yas queen you make what you want! These plebs can just play something else" isn't helpful.
I'm not actually trying to be helpful.

I'm saying that there's a learning curve for everything and if you can't get to grips with it then you should move on instead of wanting it changed to suit you.

I'm not going to spam the thread any further, I've said all I wanted to say.
 
  • Haha
Reactions: Simpgor

Nunu312

Smut Peddler
Game Developer
Jul 25, 2018
742
2,081
388
.............that has been an issue for how long because it seems like a single line of text going "hey u cn cilk girl" would solve this? I did not realize i could do that because it is not mention anywhere in game that those would be anything but the borderline useless (if you dont know you change corruption) walkthough you can access from the sandbox menu and the button to start the next loop is immediately clickable

that explains both why I was stuck (i had done basically everything at the lowest level), and why i thought the guides were useless

in the interest of fairness i will delete my review but in please try to solve that (seemingly easy to fix issue) that multiple people have had.
Thank you very much.

The game is full of tiny little problems and it can be hard to find the brainspace to fix all the little things, and sometimes having the imagination to come up with a good solution at all. For the early access release I fixed this about 2 weeks ago... but it's been a niche problem for far far longer. Inexcusably longer.

I don't think this is the only one of these problems. It's just a question of finding and fixing them all. Everyone I do will help another tiny fraction of players be able to enjoy the game.
 

Logan3000x

Member
Oct 10, 2018
314
251
280
Code:
I'm sorry, but an uncaught exception occurred.

While processing text tag {/s} in u"     - Got either Haily's message log or her Sunday picnic date with her{/s}\n       {s}and Lina in the forest{/s}".:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
Exception: u'/s' closes a text tag that isn't open.

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

Full traceback:
  File "game/sceneC1Haily.rpyc", line 725, in script call
    p�z�B֛�O��X�Ҭ7/��_h�"�:Q��Uc
  File "game/sceneC1Haily.rpyc", line 725, in script call
    p�z�B֛�O��X�Ҭ7/��_h�"�:Q��Uc
  File "game/sceneC1Haily.rpyc", line 1483, in script call
  File "game/screenDayhandler.rpyc", line 311, in script
    �jFj4�
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3132, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  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/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/layout.py", line 975, in render
    surf = render(d, rw, height - y, 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 1733, in render
    cwidth, cheight = sizeit('c', width, height, 0, 0)
  File "renpy/display/layout.py", line 1730, in sizeit
    rend = renpy.display.render.render_for_size(pos_d[pos], width, height, st, at)
  File "render.pyx", line 315, in renpy.display.render.render_for_size
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/viewport.py", line 567, in render
    rend = renpy.display.render.render(self.children[0], child_width, child_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/transform.py", line 715, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1017, in render
    surf = render(d, width - x, rh, 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 715, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1017, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2060, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "renpy/text/text.py", line 610, in __init__
    self.paragraphs = self.segment(text.tokens, style, renders, text)
  File "renpy/text/text.py", line 1020, in segment
    raise Exception("%r closes a text tag that isn't open." % text)
Exception: u'/s' closes a text tag that isn't open.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Cabin by the Lake 0.30d
Thu Feb 15 23:39:26 2024
 
  • Angry
Reactions: FROZER

dadencuto3

Newbie
Aug 7, 2020
83
154
197
Could you make 1 or 2 girls have normal boobs, maybe in your next game. The game is really great, strong writing, better gameplay than 98% VN games out there, just a bit off with da boobah. I know it's your signature style, just wish i could have enjoy this more. Or maybe a 2 versions lol
 

Calisar

New Member
May 26, 2020
12
42
157
I feel like I must be suffering from acute brain damage from how much I've been stuck on this. Its beyond frustrating since from what others have posted it should be simple but its left me feeling like I couldn't pour water out of a boot with the instructions on the heel.
You don't have permission to view the spoiler content. Log in or register now.
 

EXP-N

Member
Mar 23, 2023
297
402
186
Hi everyone :coffee:

Is it normal for global corruption to reset? It was around 40 and in the middle of a run, it dropped to 10. I didn't realize until I started a new run.

I have not modified any files, game version 0.30d.
 

Garouzar

Member
Nov 27, 2022
361
394
163
i was happy when i breakthrough carla's corruption level 4 to 5 but... under construction*

Can carla really get preganananant or i need to do so many loop to get her pregnant?
 

RDFozz

Active Member
Apr 1, 2022
805
1,111
201
Could you make 1 or 2 girls have normal boobs, maybe in your next game. The game is really great, strong writing, better gameplay than 98% VN games out there, just a bit off with da boobah. I know it's your signature style, just wish i could have enjoy this more. Or maybe a 2 versions lol
I'll note that Nunu has made two other "games" (they're really VNs, if not kinetic novels, and both are much shorter) that at least sometimes have women with more regular-sized, ah, endowments at least part of the time. Admittedly, at least at one point, they are even larger than seen here, but at least there's something. And they're both, essentially comedies. Aside from the dev, there's not a lot of similarity between them, but you might find them an entertaining way to spend 30 minutes (give or take) or so.

Here on F95zone, they can be found at the links below:
It's best to play the second after the first, as the second does make some references to the first; however, it's not so continuity-heavy that the second can't be enjoyed on its own.
 

no one here

Active Member
May 15, 2017
889
190
246
i unlocked sami corruption 3 but cant toggle it so how am i meant to get the rest of her content she has more in the files
 
Last edited:

LylaTigyra

Newbie
Jul 12, 2019
26
8
168
i was happy when i breakthrough carla's corruption level 4 to 5 but... under construction*

Can carla really get preganananant or i need to do so many loop to get her pregnant?
Under Construction is when that tier of corruption is not yet in game but you can reach the unlock conditions already. It means it'll be available to click once Nunu puts in content for it so you don't have to unlock it again.
 

giqui

Conversation Conqueror
Compressor
Nov 9, 2019
6,976
47,793
883

Cabin by the Lake [v0.30d] [Nunu]

COMPRESSED

SIZE ~ 203 MB

PC/MAC: (1 week) - -

PC = Windows and Linux

You don't have permission to view the spoiler content. Log in or register now.
 

Garouzar

Member
Nov 27, 2022
361
394
163
Under Construction is when that tier of corruption is not yet in game but you can reach the unlock conditions already. It means it'll be available to click once Nunu puts in content for it so you don't have to unlock it again.
i wish next update, we can get her pregnant for sure and not just image
 

Blakeness8

Newbie
Apr 20, 2021
97
104
156
I feel like I must be suffering from acute brain damage from how much I've been stuck on this. Its beyond frustrating since from what others have posted it should be simple but its left me feeling like I couldn't pour water out of a boot with the instructions on the heel.
You don't have permission to view the spoiler content. Log in or register now.
You can only borrow Lina's camera if you have the Conditions to Alter The Note (Which are to see Alex,Haily,Jenny and Cassidy's hints and to have seen the outcome of the normal note atleast once), You saw Lina taking a photo of Jenny at Saturday Afternoon and its Sunday Noon in the Same Loop. (the only thing that is needed to do in the same loop is the camera thing, the hints can be done through multiple loops.) In my previous comment i also added that to do show the altered note in one Loop you need to downgrade Carla's and Hailey's Corruption to 0 and Lina needs to be at C2. If you have done all that and still haven't unlocked it then the only thing i can offer is for you to post your most recent save and i could give it a glance to see what are you missing
 
  • Like
Reactions: Gojii
4.20 star(s) 80 Votes