4.40 star(s) 23 Votes

funny feller

Member
Sep 16, 2019
323
136
I suggest using 1fichier for uploading large files as they have good download speeds and uncapped size
they cap speeds based on how many downloads per hour not the size of the file
 

DeftestHawk

Member
Modder
Jul 29, 2022
185
500
why is it compressed? you had one job! this is an archive, and has to be exact as the game. the websites that upload this stuff can do the compression for themselves. we hoarders want the real stuff.
anyway good that you did this much, mind sharing the method you used so that we can extract the images uncompressed?
Most people don't want a 23GB file taking up space on their computer, I don't really want to upload the full thing especially as there is barely any difference because I just converted it to .webp at 100% quality so any compression is due to .webp not me actually compressing it. I can upload the scripts I used to extract the data, but you'll have to edit the folder paths within the scripts. I've numbered them in the order you'll need to use them in. To run the scripts go to the folder you saved them in and right click an empty space within that directory and press "open in terminal" then type "python" followed by the name of the script that you are trying to run and put .py at the end, here's an example "python 1_extract_pngs.py". You will also need to install python if it's not already installed

I used ChatGPT and many hours of trial and error figuring out how todo this, the scripts could probably be improved for better user experience but I haven't got the game installed anymore due to its file size. It's the only VN that has made it to my favs list that I have also uninstalled.

Edit:

Links removed due to making an improved script here
 
Last edited:
  • Like
Reactions: funny feller
Jan 28, 2022
32
83
Guys guys guys, you're complicating things, if you want to extract the .isa files, go here:



Download the whole thing, is like 14 mb, although we only need the exisa folder, open the exisa folder and drag the .isa file into exisa_v2.exe, the contents will be extracted to the folder where the file is located. That's it.
 

DeftestHawk

Member
Modder
Jul 29, 2022
185
500
Guys guys guys, you're complicating things, if you want to extract the .isa files, go here:



Download the whole thing, is like 14 mb, although we only need the exisa folder, open the exisa folder and drag the .isa file into exisa_v2.exe, the contents will be extracted to the folder where the file is located. That's it.
I tried searching for something like this but couldn’t find anything xD
Well at least I had fun learning the scripts, also my optimized images are still useful, so I'll keep them up
 
Last edited:

DeftestHawk

Member
Modder
Jul 29, 2022
185
500
Guys guys guys, you're complicating things, if you want to extract the .isa files, go here:



Download the whole thing, is like 14 mb, although we only need the exisa folder, open the exisa folder and drag the .isa file into exisa_v2.exe, the contents will be extracted to the folder where the file is located. That's it.
I noticed that exisa_v2.exe isn't perfect it doesn't extract all the files from the system and wave_common .isa files, probably due to them having special characters in the names because I had the same issue when trying to create a script that did the same.

wave_common.isa contains 1682 audios, but exisa_v2 only extracts 1503
system.isa contains 251 images, but exisa_v2 only extracts 137

So my scripts weren't a complete waste of time :D
 
Last edited:

DeftestHawk

Member
Modder
Jul 29, 2022
185
500
I suggest using 1fichier for uploading large files as they have good download speeds and uncapped size
they cap speeds based on how many downloads per hour not the size of the file
I created an all in one script, it does everything the other scripts did but much better.
  • Install python if not already installed:
  • Download my script:
  • Put my script into the directory that contains the .isa files you'd like to extract
  • Right click an empty space in that directory and click "Open in terminal"
  • Enter "python extract_isa.py" into the console
  • Enter the name of the isa file you'd like to extract
I basically cannibalized the exisa_v2.exe, converting it to python while also improving it with some help from ChatGPT
 
Last edited:
  • Like
Reactions: bakaraider2005
Jan 28, 2022
32
83
I created an all in one script that is much better it does everything the other scripts did but much better.
  • Install python if not already installed:
  • Download my script: Pixeldrain
  • Put my script into the directory that contains the .isa files you'd like to extract
  • Right click an empty space in that directory and click "Open in terminal"
  • Type/enter "python extract_isa.py" into the console
  • Enter the name of the isa file you'd like to extract
I basically cannibalized the exisa_v2.exe, converting it to python while also improving it with some help from ChatGPT
Really cool that you can make this.
 
4.40 star(s) 23 Votes