asprin33

Newbie
Mar 12, 2018
62
43
Could you give me an example of this censorship?
Hello, I didn't send you the pictures even though I promised. I'm very busy. I'm thinking of playing the game again from the beginning in the next update. Then I hope you can send the pictures.
I really wonder where the story will go from here. I hope you are not planning to finish the game. I really liked your game. I don't know how similar my dream scenario will be to your future scenario. I respect your work. I hesitate to criticize because you are not a person who is open to criticism.
I will continue to support you as you update and publish
I see traces of the Japanese game style in the game, I can say that it is one of the best Japanese games I have played so far.
I think people will be happier if you can increase the image quality and image variety. I am eagerly waiting for the next update
 

erokinng

Newbie
Oct 25, 2018
19
31
Got this error page during the beach date with Satoshi:


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

While running game code:
  File "game/scenes/marySatoshiDate.rpy", line 219, in script
    scene maryDateVid2 with Dissolve
Exception: Expected transition to be a displayable, not a <partial <class 'renpy.display.transition.Dissolve'> () {'new_widget': <renpy.display.layout.Fixed object at 0x000000002bdaa890>, 'old_widget': <renpy.display.layout.Fixed object at 0x000000006fb6b790>}>

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

Full traceback:
  File "game/scenes/marySatoshiDate.rpy", line 219, in script
    scene maryDateVid2 with Dissolve
  File "renpy/ast.py", line 1678, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "renpy/exports.py", line 1757, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2898, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3499, 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 "renpy/display/core.py", line 3893, in interact_core
    trans = instantiate_transition(None, old_root, layers_root)
  File "renpy/display/core.py", line 3844, in instantiate_transition
    raise Exception("Expected transition to be a displayable, not a %r" % trans)
Exception: Expected transition to be a displayable, not a <partial <class 'renpy.display.transition.Dissolve'> () {'new_widget': <renpy.display.layout.Fixed object at 0x000000002bdaa890>, 'old_widget': <renpy.display.layout.Fixed object at 0x000000006fb6b790>}>

Windows-10-10.0.26100 AMD64
Ren'Py 7.6.0.23051307
King of Summer 0.5.12-full
Sat May  3 16:06:58 2025

Happened when transitioning between Mary's walking animations. Ignoring the exception allowed me to continue, so it's not game breaking.
 

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,403
10,701
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.5.11

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR

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

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
If you ping me for updates, I will mark you account as ignored.



MEGA

Size 1706 MB

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Updated
 

Kame-Sennin

Engaged Member
Aug 29, 2017
3,101
3,966
His path as 0 content, avoiding NTR = not playing the game
1746499117355.png

It's not whether there is Satoshi route content or none, the fact that there is a choice to have his route and ending the story with him quickly where Mary didn't cheat even if 0 content with Satoshi still technically count as avoidable ntr so I highly suggest to remove the "Unavoidable thing" in the OP in order not to mislead others , it could just be replace Kendo route is the main route and canon

1746499526309.png
 

erokinng

Newbie
Oct 25, 2018
19
31
In the Natsuki shower handjob scene, a couple of text boxes for Natsuki have the name "Mary" applied to them incorrectly (this one and the one right after it):
1746512850575.png


Any chance with Masaru and Mary?
Given that the daughter said that when she saw his dick in the family bath it was tiny, I doubt it lol
 
Last edited:

erokinng

Newbie
Oct 25, 2018
19
31
Hmm.. I'm not sure I can really take an adequate screenshot of this bug, so I'll just try to describe it thoroughly.

When you have the event pending with Mary and Satoshi to hang out at the pool (the one where two "Boys" harass her and Kendo comes and chases them off, then she goes on a "date" with him as thanks and gives him a blowjob on the beach), you can access some Satoshi solo scenes early. Normally at this point Satoshi shouldn't be able to act solo, but if you swap to Kendo POV and set him as solo, then swap back to Satoshi POV, it doesn't automatically put Mary back with him, and the Pool, Leisure Area, and Beach spying scenes are available in this way.

Step 1: Kendo POV
1746516802495.png
Step 2: Swap to Kendo Solo
1746516834316.png
Step 3: Swap to Satoshi POV (notice he's solo and there are Events available. These are the spying events that should be only available after doing the pool date with Satoshi)
1746516860715.png
For reference, here's what you're supposed to see as Satoshi at this time. No option to go Solo like with Kendo, and only the Pool Date pt2 event available.
1746516984172.png
 

No Try Studios

Developer of The King of Summer
Game Developer
Nov 30, 2022
530
2,551
Got this error page during the beach date with Satoshi:


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

While running game code:
  File "game/scenes/marySatoshiDate.rpy", line 219, in script
    scene maryDateVid2 with Dissolve
Exception: Expected transition to be a displayable, not a <partial <class 'renpy.display.transition.Dissolve'> () {'new_widget': <renpy.display.layout.Fixed object at 0x000000002bdaa890>, 'old_widget': <renpy.display.layout.Fixed object at 0x000000006fb6b790>}>

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

Full traceback:
  File "game/scenes/marySatoshiDate.rpy", line 219, in script
    scene maryDateVid2 with Dissolve
  File "renpy/ast.py", line 1678, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "renpy/exports.py", line 1757, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2898, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3499, 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 "renpy/display/core.py", line 3893, in interact_core
    trans = instantiate_transition(None, old_root, layers_root)
  File "renpy/display/core.py", line 3844, in instantiate_transition
    raise Exception("Expected transition to be a displayable, not a %r" % trans)
Exception: Expected transition to be a displayable, not a <partial <class 'renpy.display.transition.Dissolve'> () {'new_widget': <renpy.display.layout.Fixed object at 0x000000002bdaa890>, 'old_widget': <renpy.display.layout.Fixed object at 0x000000006fb6b790>}>

Windows-10-10.0.26100 AMD64
Ren'Py 7.6.0.23051307
King of Summer 0.5.12-full
Sat May  3 16:06:58 2025

Happened when transitioning between Mary's walking animations. Ignoring the exception allowed me to continue, so it's not game breaking.
Thanks for letting me know. Surprised it wasn't caught already. I'll fix it right away.

Hmm.. I'm not sure I can really take an adequate screenshot of this bug, so I'll just try to describe it thoroughly.

When you have the event pending with Mary and Satoshi to hang out at the pool (the one where two "Boys" harass her and Kendo comes and chases them off, then she goes on a "date" with him as thanks and gives him a blowjob on the beach), you can access some Satoshi solo scenes early. Normally at this point Satoshi shouldn't be able to act solo, but if you swap to Kendo POV and set him as solo, then swap back to Satoshi POV, it doesn't automatically put Mary back with him, and the Pool, Leisure Area, and Beach spying scenes are available in this way.

Step 1: Kendo POV
View attachment 4812147
Step 2: Swap to Kendo Solo
View attachment 4812148
Step 3: Swap to Satoshi POV (notice he's solo and there are Events available. These are the spying events that should be only available after doing the pool date with Satoshi)
View attachment 4812149
For reference, here's what you're supposed to see as Satoshi at this time. No option to go Solo like with Kendo, and only the Pool Date pt2 event available.
View attachment 4812154
Huh... That's interesting. This bug must've been there for a while. Thanks for letting me know, I'll fix it.

As for the Satoshi route...

Just because if exists in some form doesn't mean it won't have NTR.

He technically already for an ending where he wins so what's keeping me from further harming the poor boy?
 
3.70 star(s) 78 Votes