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 [v1.0.0-beta]
Animus Non Grata [v1.0.0-beta]
An adult thriller with an illegal android, lots of sex and even more BDSM.
Status | In development |
Author | FlimsyLegs |
Genre | Visual Novel, Interactive Fiction |
Tags | Adult, bdsm, bondage, Erotic, Female Protagonist, NSFW, Psychological Horror, Text based |
Languages | English |
More posts
- Road to release and a second huge thank you to the fans!19 hours ago
- Art devlog!16 days ago
- Official release date announcement: December 3rd 202426 days ago
- Version 1.0.0-beta is out!75 days ago
- Quick update: Animus Non Grata's Steam version!95 days ago
- Version 0.20.0 is out!Aug 01, 2024
- Animus Non Grata Trailer!Jul 29, 2024
- Version 0.19.0 is out!Jul 14, 2024
- Tiny update: Added demo versionJul 11, 2024
- Animus Non Grata version 0.18.0 is out!Jul 02, 2024
Leave a comment
Log in with itch.io to leave a comment.