We are constantly trying to improve optimization, and our new programmer suggested us some points that can be optimized without loss of quality, even on the contrary improving the game. In this case, most of the space was freed up by optimizing animations, we converted them from PNG sequences to video. This required us to redesign some backend, since animations used to be displayed frame-by-individual-frame. Now, the animations are short videos. And despite the fact that we also added censored versions of some files, the game size is still significantly reduced.
```
This error in gallery mode
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 167, in script
jump expression _in_replay
ScriptError: could not find label 'event_sara_zergling_command_spell.startscene'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 167, in script
jump expression _in_replay
File "renpy/ast.py", line 1974, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'event_sara_zergling_command_spell.startscene'.
Windows-10-10.0.17763 AMD64
Ren'Py 7.5.3.22090809
SlutCraft: Heat of the Sperm 0.33
Sat Apr 1 19:19:17 2023
```