- May 28, 2017
- 988
- 2,252
Yes, Each episode is a standalone executable. It is like 4 chapters of a novel, each chapter bound in a separate volume.So i'm new here and I want to know if I have download all 4 episode indivually to play the game?
Yes, Each episode is a standalone executable. It is like 4 chapters of a novel, each chapter bound in a separate volume.So i'm new here and I want to know if I have download all 4 episode indivually to play the game?
Google can tell you.can anyone please tell me a software or a way to extract the images from this game?? I know they are in the aap.asar file inside resources folder.
Can any one please explain how to extract files from .pak and .asar extension files. Much Appreciated.
Maybe with this?can anyone please tell me a software or a way to extract the images from this game?? I know they are in the aap.asar file inside resources folder.
Can any one please explain how to extract files from .pak and .asar extension files. Much Appreciated.
To extract images I can give you a step-by-step howto that should be easy to follow, even if you are pretty much computer illiterate and you have no idea what it actually means or does. I'm working with such people every day and if they are able to do something like that, so should you.
*In case you have Windows 10 creators update installed, there is no "Open command window here" command in the menu. Use "Open PowerShell window here" instead. A terminal window with the title "Windows PowerShell" should open. Now type in that window three letters cmd and push Enter key. Continue at #4
- Download and install node.js from here:
You must be registered to see the links
If you have 64-bit Windows, use the 64-bit version.- Open your game folder and then resources folder. Create a new subfolder there. Give it a name like "extr" or something like that.
- Unless you have Windows 10 creators update installed*, hold the SHIFT key and right-click on the new folder, select "Open command window here". A black terminal window should open.
- Copy the following command from here:
npm install -g asar
paste it into the black window and push the Enter key. Wait until it's done and the prompt line appears again.- Just to test it out, type or copy from here:
asar --help
paste and Enter. Asar help text should appear. Now you're ready to extract your archive.- Copy this command from here:
asar extract ..\app.asar .\
paste it and push Enter. Wait until it's done.- Now you have most pics in "data" subfolder inside your new folder, but they are missing file extensions and Windows is unable to open them as images. Take the next step to fix that problem:
- Now copy all of this:
and again, paste and Enter.Code:cd data & for %n in (*) do if not "%n"=="hash" if not "%n"=="main.json" ren "%n" "%n.jpg"
- Now open your new folder and "data" subfolder inside it. Most pics are there. Some pics are in the "images" subfolder.
- You can close the black window now.
(I haven't tested it on Windows 10, but it should work)
I got It It done thanksHi, I have used above guideline and it was quite helpful. so far i have extracted the filed into dest. folder but as per step 7: the files in data folder are not in .jpg format. I am having problem here to convert raw form into .jgp format.
I follow step 8: copy paste the code in cmd command but it given me below error:
Error: The system cannot find the path specified.
Please if you could help to to sort this out, how to specify the path:
Here is the actual path of raw files in data folder:
C:\Users\dell\Documents\MEGAsync Downloads\SchoolGirl Saga\resources\extr\data.
Oh, come on! Did you grow up without TV, cinema and books? Haven't you seen at least the barbar Conan movies? The original ones, with Schwarzenegger as Conan? Played Doom? It's all about freaky demonic shit!This is some freaky shit here which not only do I not get, but also abhore.
The dev decided to come up with his own game engine. Nobody's forcing you to play the game. Nobody's forcing me to be a patron to it either, but I am. I remind the dev about the flaws in the game, particularly the lack of regular game saves and the sometimes incoherent mess of the story but the renters are great and the story is at least interesting if not entirely coherent.I dont understand why isnt this is not made with renpy.
Now its just "click mouse button a thousand times" and no options whatsoever. No ability to skip unread text or anything.
Reminds me of those korean webcomics with forced pacing.
Yes. There are missable scenes, but no real branches.no have walkthrough this game? It's so linear?
Check page 28 or 29 and you'll find it.Someone has the CG of episode 4?
EP 4 image files aren't even packed in any way, they're just normal jpg-files in resources\app\data folder. Just jpg extensions are missing and that makes them useless to Windows programs. (Linux would still recognize them, for example)would somebody please unpack the archives and upload the images?
Or provide step by step instructions for an idiot like me to unpack the asar files?
I don't know java or nothing, I tried googling, and found bunch of java code.... but I don't know what to do with that code...
Please, help an idiot
You, my good sir, are a rockstar!To extract images I can give you a step-by-step howto that should be easy to follow, even if you are pretty much computer illiterate and you have no idea what it actually means or does. I'm working with such people every day and if they are able to do something like that, so should you.
*In case you have Windows 10 creators update installed, there is no "Open command window here" command in the menu. Use "Open PowerShell window here" instead. A terminal window with the title "Windows PowerShell" should open. Now type in that window three letters cmd and push Enter key. Continue at #4
- Download and install node.js from here:
You must be registered to see the links
If you have 64-bit Windows, use the 64-bit version.- Open your game folder and then resources folder. Create a new subfolder there. Give it a name like "extr" or something like that.
- Unless you have Windows 10 creators update installed*, hold the SHIFT key and right-click on the new folder, select "Open command window here". A black terminal window should open.
- Copy the following command from here:
npm install -g asar
paste it into the black window and push the Enter key. Wait until it's done and the prompt line appears again.- Just to test it out, type or copy from here:
asar --help
paste and Enter. Asar help text should appear. Now you're ready to extract your archive.- Copy this command from here:
asar extract ..\app.asar .\
paste it and push Enter. Wait until it's done.- Now you have most pics in "data" subfolder inside your new folder, but they are missing file extensions and Windows is unable to open them as images. Take the next step to fix that problem:
- Now copy all of this:
and again, paste and Enter.Code:cd data & for %n in (*) do if not "%n"=="hash" if not "%n"=="main.json" ren "%n" "%n.jpg"
- Now open your new folder and "data" subfolder inside it. Most pics are there. Some pics are in the "images" subfolder.
- You can close the black window now.
(I haven't tested it on Windows 10, but it should work)