Tool to compress my game.

Vealis

Member
Aug 14, 2016
200
75
This is a long shot. I have a renpy game I've been working on. I built it in 1920x1080P the recent build is 3.31 GB, mostly images. Is there an app that can resize the images and smartly update the code to account for the change in image size? My upload speed in dogshit, is why I ask. I'd like to get the latest build uploaded to my patreon but I'd like for it not to take 3 hours...
 

Richard Fappington

Member
Donor
Jul 30, 2018
155
1,076
I use to convert my PNGs to WebP with compression.

smartly update the code to account for the change in image size
I'm far from an expert but I don't believe Renpy cares about image size when it comes to the code so not entirely sure what you mean here. I don't believe you should need to change any code unless you modify the base name of the converted images or you are defining something that explicitly calls file extensions.

"scene image1 with dissolve" for example, should work the same whether image1 is image1.png at 1MB or image1.webp at 100KB
 

Vealis

Member
Aug 14, 2016
200
75
I use to convert my PNGs to WebP with compression.



I'm far from an expert but I don't believe Renpy cares about image size when it comes to the code so not entirely sure what you mean here. I don't believe you should need to change any code unless you modify the base name of the converted images or you are defining something that explicitly calls file extensions.

"scene image1 with dissolve" for example, should work the same whether image1 is image1.png at 1MB or image1.webp at 100KB
Like button positioning.