DaedusWolfe

Active Member
Oct 26, 2017
778
347
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,615
14,630
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
143
36
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
361
65
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
354
87
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
361
65
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
361
65
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.
 

dirani

Member
Jul 6, 2018
354
87
I don't understand I can't have the harem home yet all the requirements in the diary for the quest are validated by those who say that the 2 girls must be in the same room but when the event starts bree and sasha argues and bree leaves the house and becomes unavailable is it because of their love stat and Submision? Sasha's are both 100% but Bree's are 85% love and 75% sub. Please help me
 

rd3123

Member
Jul 26, 2017
235
102
I don't understand I can't have the harem home yet all the requirements in the diary for the quest are validated by those who say that the 2 girls must be in the same room but when the event starts bree and sasha argues and bree leaves the house and becomes unavailable is it because of their love stat and Submision? Sasha's are both 100% but Bree's are 85% love and 75% sub. Please help me
You most likely don't have her lesbian points up. You need 45-55 on BOTH Sasha and Bree to get the harem. I know because the first time I did this I didn't notice that requirement and the same thing you are going through is what I had happen.
 
3.60 star(s) 286 Votes