Patch 0.6.1 (available only on itch.io)
Something that's been bothering me for quite some time is the slow loading times of the images on itch.io. Until now, I haven't had time to look into the technical side and performance of the game. However, now with the story complete, I've taken a look at how to optimize the game a little bit. In patch release version 0.6.1 (for itch.io only), I use the built-in HTML "preload" mechanism to load a chunk of images into memory at once, then in later passages, I will once again load a chunk into memory. You should see a massive performance improvement is most passages (image is being loaded instantly), however, on passages where the chunk-loading is being done, you will actually see a slight delay. I will keep an eye on this and fine-tune it as needed, but overall, this should make the itch.io version more playable.
For those interested in the technical details, this is the HTML way of preloading an image:
<link rel="preload" href="path/to/your_image_here.png" as="image">
Get Animus Non Grata - Special Edition
Animus Non Grata - Special Edition
A story-rich AVN, where desire meets rebellion. You're an illegal android, who struggles against her programming.
Status | Released |
Author | FlimsyLegs |
Genre | Visual Novel |
Tags | Adult, bdsm, bondage, Erotic, Female Protagonist, NSFW, Psychological Horror, Ren'Py, Text based |
Languages | English, Spanish; Latin America |
More posts
- Special edition update: Sequence 2 now available!4 days ago
- Animus Non Grata - Special Edition announcement!12 days ago
- Spanish translation of ANG! [Traducción al español]93 days ago
- ANG v1.0.2 Minor updateDec 16, 2024
- Official release version 1.0.1!Nov 26, 2024
- Road to release and a second huge thank you to the fans!Nov 21, 2024
- Art devlog!Nov 06, 2024
- Official release date announcement: December 3rd 2024Oct 27, 2024
- Version 1.0.0-beta is out!Sep 08, 2024
- Quick update: Animus Non Grata's Steam version!Aug 19, 2024
Leave a comment
Log in with itch.io to leave a comment.