Sorreah

Active Member
Feb 15, 2023
714
1,744
You do realise that your money and stats carry over, right? Its ridiculously easy to build up to the point to get a car. There's no point for that to be a part of New Game plus.
<_< yeah, okay, you're right; What was I thinking? Blowing 20,000 every run through is definitely fine and not any reason to raise a QoL suggestion, how dare I? Fuck me, right?
 
  • Angry
Reactions: Evil13

master861

Well-Known Member
Nov 4, 2022
1,216
1,564
Sounds like a bug because Cassidy should be able to have sex in the office after she's given birth.
eh you can not friendzone are slave only girlfriend can be frindzoned means if she is his girlfirend no sex at the office.
And i thing i mention long time ago on are old version if you make the right chose on the investigation route with her you can unlock her slave 100% and her girlfirend status(what normal is not possible)
@Nerro look some post back ther is the newest version uploadet from me :cool:
And for any one that ask about android update ther you go.
 
Last edited:

Cartageno

Devoted Member
Dec 1, 2019
8,913
15,048
<_< yeah, okay, you're right; What was I thinking? Blowing 20,000 every run through is definitely fine and not any reason to raise a QoL suggestion, how dare I? Fuck me, right?
Well, IIRC NG+ has the max money you had, so it should be fine once you hit 30k or so. Which I do sooner or later anyway since working is one of the fastest time skipping methods.
 
  • Like
Reactions: Evil13

DaedusWolfe

Active Member
Oct 26, 2017
780
348
Strange how we still haven't gotten an update here since game left EA? Is dev paying people to NOT upload? :LOL:
This thread still gets the monthly update. It just isn't seeing all the developer updates in between. If you want the updates in between the monthly update then buy the game on steam and join the beta testing in the preferences.
 

Nerro

Engaged Member
Donor
Sep 9, 2017
2,209
3,729
This thread still gets the monthly update. It just isn't seeing all the developer updates in between. If you want the updates in between the monthly update then buy the game on steam and join the beta testing in the preferences.
So you're saying the game did not receive a major update when it left EA? :oops:
 

DaedusWolfe

Active Member
Oct 26, 2017
780
348
So you're saying the game did not receive a major update when it left EA? :oops:
I'm saying that you see a monthly update in this thread. IE .. last update here was on the 17th of this month. And on steam you get an update whenever the dev build is changed (if you participate in the Beta program) IE .. My last update was the 21st of this month.
 
  • Like
Reactions: Nerro

Cartageno

Devoted Member
Dec 1, 2019
8,913
15,048
So you're saying the game did not receive a major update when it left EA? :oops:
More major than many others, sure, but nothing really huge and game changing. It's not like Andrealphus held back half of his developed content for this occasion. The game continuously walked at differing paces towards this "finish line" (which of course isn't the "finish line" as such) and now crossed it, it didn't jump.
 
  • Like
Reactions: Nerro

ceroffin

Newbie
Nov 26, 2019
36
10
Has anyone else gotten this trace back error when they try to buy clothes in the clothing store?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/bg/clothesshop/clothesshop.rpy", line 148, in <module>
File "game/cl/class_room.rpy", line 228, in shop
AttributeError: module 'renpy.display.layout' has no attribute 'scale'

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

Full traceback:
File "start.rpyc", line 719, in script call
File "cl/class_room.rpyc", line 360, in script call
File "cl/class_activity.rpyc", line 232, in script call
File "bg/clothesshop/clothesshop.rpyc", line 148, in script
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/bg/clothesshop/clothesshop.rpy", line 148, in <module>
File "game/cl/class_room.rpy", line 228, in shop
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/exports.py", line 3355, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/core.py", line 3008, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/core.py", line 3601, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/core.py", line 2206, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/layout.py", line 881, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/layout.py", line 881, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/layout.py", line 881, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/screen.py", line 731, 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 260, in renpy.display.render.render
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/layout.py", line 881, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/layout.py", line 1102, in render
surf = render(d, width - x, rh, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/layout.py", line 1342, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/layout.py", line 881, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "/private/var/folders/pp/rhcplbq16t5g95v02fxkj0fh0000gn/T/AppTranslocation/452E06AB-E2C7-4216-8DD6-98376F18EB92/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/viewport.py", line 651, in render
xspacing = renpy.display.layout.scale(xspacing, width)
AttributeError: module 'renpy.display.layout' has no attribute 'scale'
 

inugamidevil

Member
Jun 5, 2017
160
41
I have a question can you get more that one harem?
I got the harem in home and since i can't get any more girls in a relationship or get the others harem like the band or the coworkers i am doing something wrong or i need restart and try other path?
 

yys7788

Member
Mar 31, 2019
369
67
The story line is about the relationship between the slave and his girlfriend. There seems to be a bug at the moment. You can try to ask the girl to take off the Collar and wear it again to see if it changes.

To modify game data, only use cheats in the game, or URM. But it is limited to some digital changes. If you want to use code, please confirm its real function. Do not try to use code, save editor and other methods to change the already caused , which will most likely corrupt the save file.

This game can get all the harem at the same time, as long as you are familiar with all the harem routes and meet all the conditions. Remember, under no circumstances, do not kiss any girl in front of Sasha, unless she is already a member of the harem. Two exceptions, one is Minami, she is the younger sister :D. The other one is Bree, who was in the swimming pool at the same time, the reason is unknown.....
 

dirani

Member
Jul 6, 2018
364
92
Can someone tell me how to translate the game into another language and automatically please? Because with the Renpy launcher I can't or if someone has a French translation it would be fine
 

Madlib

New Member
Oct 16, 2019
3
1
During the Minami snooping scene to get her into the home harem I don't get the option to tell the truth only tell her to leave or fuck het. Is there some requirement I'm missing?
 

ShaiKhulud

New Member
Jul 2, 2017
10
8
Used F95 as a 'demo' source, Bought it along with DLC on Steam to support the devs and get fresh updates.

The game is quite captivating with crazy amounts of sex content and almost infinite routes. I do hope that the devs will flesh-out female character at a faster pace, the potential is there.

I also think that with both quality and variety of L&SSB the snail pace of Summertime Saga don't hold any water.
 
  • Like
Reactions: Andrealphus

Possdan23

New Member
Dec 27, 2020
7
0
Hey, I am a pateron, have the version 23.6.0a.

I cannot get audrey to wear her new outfit, and I cannot call her into the office when I became CEO. When i press, manage, and click on her name, it just pretends it never happens, and I am just in the office, with the regular time skip and work and manage options. Also her name does not appear to call her into office. Am i doing something wrong?

Also i see there is a new version on pateron, if i download that version, do I have to start a new save file? Or can i just open the new version 23.6.1d? and click on a previous save from (23.6.0a) and start playing.

Thanks for the help :)
 

yys7788

Member
Mar 31, 2019
369
67
During the Minami snooping scene to get her into the home harem I don't get the option to tell the truth only tell her to leave or fuck het. Is there some requirement I'm missing?
  • If MIke tells Minami that he is not in the mood that will lead to 2 new options he can choose from:
    • He deny that there is anything between him and the girls. Minami will get angry and storm out of his room. (increases times denied by +1)
    • If he tells her that he sleeps with Bree and Sasha, Minami will leave his room. (this will lead to )
maybe you not tell not in the mood
 

yys7788

Member
Mar 31, 2019
369
67
Hey, I am a pateron, have the version 23.6.0a.

I cannot get audrey to wear her new outfit, and I cannot call her into the office when I became CEO. When i press, manage, and click on her name, it just pretends it never happens, and I am just in the office, with the regular time skip and work and manage options. Also her name does not appear to call her into office. Am i doing something wrong?

Also i see there is a new version on pateron, if i download that version, do I have to start a new save file? Or can i just open the new version 23.6.1d? and click on a previous save from (23.6.0a) and start playing.

Thanks for the help :)
Normally, as long as your Audrey's plot has advanced to the latest stage, when you become the CEO (remember, the last CEO also has a plot for you to take the role of Cherie, after you can call Aletta and others), you can call She comes to change and then enters the office harem...

It is of course best if you can play with the latest version. And the bug of 23.6.0a has nothing to do with Audrey.
 
3.60 star(s) 309 Votes