Count Morado

Conversation Conqueror
Respected User
Jan 21, 2022
7,834
14,835
huh, I missed that one.

so if the content was all in the right resolution to begin with before being downscaled for the game...
then what is the fucking holdup with the tech update?

He already has the art. Are you telling me it took him 2 years to figure out how to switch the images in a renpy game?
And then he removed 90% of them for no reason?
Resolution (number of pixels) =/= display ratio

Display ratio is simply in what comparison the width is to the height. (400x300 is 4:3 - so is 1200x900, 1920x1080, 2880x2160)

The art was drawn with displaying 4:3 ratio until the tech update started April 2021:
1721490127983.png
The resolution he works with is a canvas around 2160 pixels (approximate) in height. However, since the game was originally 4:3 - instead of drawing 3840 pixels wide for background images and the map - DC was drawing them around 2900 pixels wide.

In converting to 16:9 display ratio for backgrounds - he had to draw content in the other 900 pixels (see map as an example):


Remember, the characters in the game are made up of layers (example - but not the actual labels: Anon_head, Anon_body, Anon_arms, Anon_legs, Anon_face_happy, etc) which must then be posed in the correct order and location on the body, as well as the correct position on the backgrounds for each scene.

All the layers were coded for positioning in the 4:3 backgrounds. All those layers need re-coded for positioning in the 16:9 backgrounds. On top of this, DC's naming structure was a mess, very little rhyme/reason/consistency. So the posers had to rebuild the naming structure (and also the way the files are stored in the game within folders, etc).

In the meantime, DC also had started updating his art style - and has been updating the looks of various characters. He wasn't done with all of Debbie's style update for the first tech update preview released at the end of May - and that is how players see some of Debbie's art in the old style and some in the new.
 
  • Like
Reactions: The Black Cat

Count Morado

Conversation Conqueror
Respected User
Jan 21, 2022
7,834
14,835
Incest patch is not even starting the game.
When people ask for help, they should state which version they are attempting to play and what they are using. That way we can help more simply with less if/then statements.

The patch linked from OP is written for v0.21.0.0-wip.4468. If that is the version you are using it on, then most likely you did something wrong (Did you extract the /src folder into your /game folder within the Summertime Saga directory?). If you are playing v0.20.5 - v0.20.16, then you want to use this patch: 56,979.

See my FAQ at 80,607 for more.
 

lokiGod

Member
Sep 21, 2023
118
180
When people ask for help, they should state which version they are attempting to play and what they are using. That way we can help more simply with less if/then statements.

The patch linked from OP is written for v0.21.0.0-wip.4468. If that is the version you are using it on, then most likely you did something wrong (Did you extract the /src folder into your /game folder within the Summertime Saga directory?). If you are playing v0.20.5 - v0.20.16, then you want to use this patch: 56,979.

See my FAQ at 80,607 for more.
I am playing the right version for the op patch. Is it because I changed the names of Debbie and the daughter so it can't find the name DEBBIE to replace it with MOM??
 

Count Morado

Conversation Conqueror
Respected User
Jan 21, 2022
7,834
14,835
I am playing the right version for the op patch. Is it because I changed the names of Debbie and the daughter so it can't find the name DEBBIE to replace it with MOM??
I didn't write the patch so I don't know how it works. I don't use the patch, either. I did download that patch after seeing your first post, extracted the /src folder as explained by the person who wrote the patch, and the game started with no problem.
However, simply changing the name of the characters to something different shouldn't keep the game from starting with the patch in it. If the patch was written properly, it would just skip translating lines if it can't find what it is looking for, leaving the original lines. You could and ask them.

You could test your assumption by making sure the game is exited, deleting the /src folder, start the game, rename them back to Debbie and Jenny, exit the game, extract the /src folder into the /game folder of the Summertime Saga directory, and try to start the game to see if it works.
 
  • Like
Reactions: lokiGod

raschi

Newbie
Jan 8, 2019
80
75
I didn't write the patch so I don't know how it works. I don't use the patch, either. I did download that patch after seeing your first post, extracted the /src folder as explained by the person who wrote the patch, and the game started with no problem.
However, simply changing the name of the characters to something different shouldn't keep the game from starting with the patch in it. If the patch was written properly, it would just skip translating lines if it can't find what it is looking for, leaving the original lines. You could and ask them.

You could test your assumption by making sure the game is exited, deleting the /src folder, start the game, rename them back to Debbie and Jenny, exit the game, extract the /src folder into the /game folder of the Summertime Saga directory, and try to start the game to see if it works.
Although I appreciate the effort, this patch is changing a bunch of original script files, and can easily break in future updates. It will also be more and more difficult to maintain as new updates roll out.

There are afaik two incest patches that changes dialogue on the fly, using both code and the translation system, without touching the original files:

1. Extra Lines Incest Mod

This is using the original lewd patcher incest patch, updated to work with the new version and has a bunch of additional lines fixed with the translation system.

2. Relation Tweaker Mod
https://f95zone.to/threads/summertime-saga-relation-tweaker-mod-raschi.214780/
This is an expansion of the original lewd patcher incest patch, which lets you choose between incest and step family relations.

Both of these should be much more robust and easier to maintain regarding future updates.
 
Last edited:

Count Morado

Conversation Conqueror
Respected User
Jan 21, 2022
7,834
14,835
This patch is changing a bunch of original script files, and will easily break in future updates. It will also be more and more difficult to maintain as new updates roll out.
Yup.
There are afaik two incest patches that changes dialogue on the fly, using both code and the translation system, without touching the original files:

1. Extra Lines Incest Mod

This is using the original lewd patcher incest patch, updated to work with the new version and has a bunch of additional lines fixed with the translation system.

2. Relation Tweaker Mod
https://f95zone.to/threads/summertime-saga-relation-tweaker-mod-raschi.214780/
This is an expansion of the original lewd patcher incest patch, which lets you choose between incest and step family relations.

Both of these should be much more robust regarding future updates.
I have not tried either of them, I don't use any of the patches people want to change the relationships. I simply provide the links. As for future compatibility, this is the reason why my FAQ gets update when new information arises. Thanks for the heads up raschi.
 
  • Like
Reactions: raschi

harem.king

Engaged Member
Aug 16, 2023
2,937
4,968
Resolution (number of pixels) =/= display ratio

Display ratio is simply in what comparison the width is to the height. (400x300 is 4:3 - so is 1200x900, 1920x1080, 2880x2160)
facepalm.
I know what the fucking difference is between resolution and ratio. which was obvious from my post.

You explicitly said he made all the art in 4k resolution, which is explicitly a name that explicitly refers to 3840 × 2160 aka UHD, which is explicitly a 16:9 aspect ratio.

In converting to 16:9 display ratio for backgrounds - he had to draw content in the other 900 pixels (see map as an example):
that is not what you said.
you said he has been drawing everything in 4k for years. and then reducing it for the game.
So he does not need to redraw anything, just export it again, this time without cropping.
 

Count Morado

Conversation Conqueror
Respected User
Jan 21, 2022
7,834
14,835
facepalm.
I know what the fucking difference is between resolution and ratio.
You explicitly said he made it in 4k resolution, which is explicitly a name that explicitly refers to 3840 × 2160 aka UHD, which is explicitly a 16:9 aspect ratio.
Yes, facepalm - but for the wrong reason and the wrong person.

Because you stopped there in my reply to you instead of reading that he didn't use the entire width because his game was 4:3. His canvas is at least 4k - but didn't use it all - why would you think he would draw his map and backgrounds initially in 16:9 when his game was 4:3? That makes no sense. And that is what you implied in your comment:
1721573660824.png
To respond directly:
  1. His art has been drawn in at least 4k resolution for years, it was not in the 16:9 display ratio.
  2. So, no, he didn't already have the art at the 16:9 display ratio.
To reiterate:
His original art wasn't drawn to 16:9 display ratio. It was drawn on a digital canvas that is like 16:9 with at least 4k resolution but his original art was drawn for 4:3 display ratio use.

I hope this helps you to understand what your post was wrong about your conflation of resolution and display ratio.
 

harem.king

Engaged Member
Aug 16, 2023
2,937
4,968
Yes, facepalm - but for the wrong reason and the wrong person.

Because you stopped there in my reply to you instead of reading that he didn't use the entire width because his game was 4:3. His canvas is at least 4k - but didn't use it all - why would you think he would draw his map and backgrounds initially in 16:9 when his game was 4:3? That makes no sense. And that is what you implied in your comment:
If he is not using the entire canvas then he is not using 4k.

All you had to do instead of this silly condescending explanation is admit you made a mistake and he didn't actually make it in 4k but in 2880x2160. Its not a big deal, people make such mistakes often. Nobody will hold it against you

4k is a term that has a meaning, and that meaning is 3840 × 2160
In fact that is literally where the 4k comes from. They took 3.84k and rounded it to 4k.
2.88 does not in any way shape or form round to 4k.
 
  • Like
Reactions: s333d

Count Morado

Conversation Conqueror
Respected User
Jan 21, 2022
7,834
14,835
If he is not using the entire canvas then he is not using 4k.

All you had to do instead of this silly condescending explanation is admit you made a mistake and he didn't actually make it in 4k but in 2880x2160. Its not a big deal, people make such mistakes often. Nobody will hold it against you

4k is a term that has a meaning, and that meaning is 3840 × 2160
In fact that is literally where the 4k comes from. They took 3.84k and rounded it to 4k.
2.88 does not in any way shape or form round to 4k.
I apologize when I am wrong or mistaken: (just a few examples: 10,050, 74,822, 112, 32, 72,595). This is not that time.
 

harem.king

Engaged Member
Aug 16, 2023
2,937
4,968
DC has stated quite a few times on his stream that he's working in 4K.
interesting, this shows where Count Morado got the figure in the first place. And explains why he is doubling down on it so much, as he seems to be a big advocate for DC
They are both wrong if they insist that 2880x2160 is 4k.
 
Last edited:
  • Like
Reactions: Magnumhawaii
4.00 star(s) 367 Votes