From 610469113560ceb9df7501143b858ec673a259f2 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Mon, 20 Jun 2022 21:22:32 +0100 Subject: [PATCH] Configuration * Disabled android workarounds * Updated whitespace file --- .android.json | 2 +- .gitignore | 2 ++ game/images.whitespace | 19 ++++++++++--------- game/scripts/options.rpy | 14 +++++--------- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/.android.json b/.android.json index 90264eb2..5a61807a 100644 --- a/.android.json +++ b/.android.json @@ -1 +1 @@ -{"orientation": "sensorLandscape", "include_pil": false, "icon_name": "WT Silver", "google_play_key": null, "layout": null, "source": false, "version": "1.4.1.4", "store": "all", "numeric_version": "1041000", "google_play_salt": null, "expansion": false, "heap_size": "20", "update_icons": true, "include_sqlite": false, "permissions": ["VIBRATE", "INTERNET"], "name": "Witch Trainer: Silver", "package": "com.silverstudiogames.wts", "update_always": true} \ No newline at end of file +{"orientation": "sensorLandscape", "include_pil": false, "icon_name": "WTS", "google_play_key": null, "layout": null, "source": false, "version": "1.4.3.0", "store": "none", "numeric_version": "1041000", "google_play_salt": null, "expansion": false, "heap_size": "3", "update_icons": true, "include_sqlite": false, "permissions": ["VIBRATE", "INTERNET"], "name": "Witch Trainer Silver", "package": "com.silverstudiogames.wts", "update_always": true} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 94baf20d..28196774 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,8 @@ pip-log.txt *.rpyb *.rpyc *.rpymc +project.json +.android.json # Ren'py data game/saves/ diff --git a/game/images.whitespace b/game/images.whitespace index 5423d370..76819d7c 100644 --- a/game/images.whitespace +++ b/game/images.whitespace @@ -4241,10 +4241,10 @@ characters/susan/cum/crotch/heavy.webp:440,778,215,321 characters/susan/cum/crotch/heavy_skin.webp:442,779,214,316 characters/susan/cum/crotch/light.webp:440,780,191,314 characters/susan/cum/crotch/light_skin.webp:442,780,190,315 -characters/susan/cum/face/heavy.webp:497,388,100,134 -characters/susan/cum/face/heavy_skin.webp:498,390,83,126 -characters/susan/cum/face/light.webp:500,403,102,122 -characters/susan/cum/face/light_skin.webp:502,403,84,119 +characters/susan/cum/face/heavy.webp:525,373,110,143 +characters/susan/cum/face/heavy_skin.webp:527,396,99,113 +characters/susan/cum/face/light.webp:525,395,110,115 +characters/susan/cum/face/light_skin.webp:527,402,99,96 characters/susan/cum/hair/heavy.webp:489,265,211,169 characters/susan/cum/hair/light.webp:488,356,123,72 characters/susan/cum/legs/heavy.webp:632,1044,90,135 @@ -4295,24 +4295,25 @@ characters/susan/face/eyes/wide_skin.webp:516,405,96,27 characters/susan/face/eyes/wink.webp:517,408,95,25 characters/susan/face/eyes/wink_mask.webp:522,415,29,17 characters/susan/face/eyes/wink_skin.webp:516,401,96,31 -characters/susan/face/mouth/ahegao.webp:545,468,42,29 +characters/susan/face/mouth/ahegao.webp:545,468,40,29 +characters/susan/face/mouth/ahegao_drool.webp:545,468,40,29 characters/susan/face/mouth/angry.webp:547,469,40,25 characters/susan/face/mouth/annoyed.webp:546,471,26,19 characters/susan/face/mouth/base.webp:548,473,37,18 characters/susan/face/mouth/clench.webp:547,467,40,27 characters/susan/face/mouth/disgust.webp:549,470,34,20 -characters/susan/face/mouth/grin.webp:545,471,42,22 +characters/susan/face/mouth/grin.webp:546,471,41,22 characters/susan/face/mouth/horny.webp:548,471,35,22 characters/susan/face/mouth/normal.webp:548,473,35,18 characters/susan/face/mouth/open.webp:548,468,36,27 characters/susan/face/mouth/open_tongue.webp:548,468,36,27 -characters/susan/face/mouth/open_wide.webp:546,467,40,29 -characters/susan/face/mouth/open_wide_tongue.webp:546,467,40,35 +characters/susan/face/mouth/open_wide.webp:547,468,38,28 +characters/susan/face/mouth/open_wide_tongue.webp:547,468,38,34 characters/susan/face/mouth/smile.webp:545,472,42,20 characters/susan/face/mouth/soft.webp:549,470,33,24 characters/susan/face/mouth/upset.webp:551,473,29,18 characters/susan/face/pupils/ahegao.webp:531,401,65,19 -characters/susan/face/pupils/down.webp:527,416,73,18 +characters/susan/face/pupils/down.webp:528,416,72,15 characters/susan/face/pupils/downL.webp:524,416,71,18 characters/susan/face/pupils/downR.webp:532,416,75,18 characters/susan/face/pupils/left.webp:524,411,71,18 diff --git a/game/scripts/options.rpy b/game/scripts/options.rpy index 8ea81917..9a67fb08 100644 --- a/game/scripts/options.rpy +++ b/game/scripts/options.rpy @@ -10,10 +10,6 @@ default preferences.renderer = "gl2" default preferences.gl_powersave = False default preferences.audio_when_minimized = False -python early: - if renpy.android: - os.environ["RENPY_LESS_MEMORY"] = "1" - init python: settings.default("theme", "auto") settings.default("text_color_day", "#402313ff") @@ -68,8 +64,8 @@ define config.gl_clear_color = "#000" define config.hw_video = True define config.nearest_neighbor = False define config.atl_start_on_show = False # Enables compatibility for ATL behaviour after Ren'py 7.4.7 -define config.use_drawable_resolution = (not renpy.android) -define config.drawable_resolution_text = True +# define config.use_drawable_resolution = (not renpy.android) +# define config.drawable_resolution_text = True define config.cache_surfaces = False define config.image_cache_size = None define config.image_cache_size_mb = 350 @@ -78,9 +74,9 @@ define config.imagemap_cache = True define config.optimize_texture_bounds = True define config.debug_image_cache = False #define config.atl_one_frame = False -define config.mipmap_movies = (not renpy.android) -define config.mipmap_text = (not renpy.android) -define config.mipmap_dissolves = (not renpy.android) +# define config.mipmap_movies = (not renpy.android) +# define config.mipmap_text = (not renpy.android) +# define config.mipmap_dissolves = (not renpy.android) # define config.predict_screen_statements = False # define config.predict_screens = False