- Sep 5, 2017
- 1,367
- 1,931
I do not think that will happen. It would be a lot of work and would not represent new content. The dev is about to wind up DS1 and move on to another story. He is concerned about continuing DS1 in light of Patreon's new rules.Any news bout a "joined" version with merged episodes?
I don't remember exactly, but I believe that is where episode 3 ends.the furthest I've got is finding hazel tied up in the house and calling some one and game over !
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 completely agree. At work, we had a program that we bought for accounting. A simple program with a minimum of functions. But over time, we needed additional functions that were not in the program and instead of buying a new software, we hired a programmer who wrote the module for the existing program. Naturally, this case was not the only one and we got the program with a bunch of addons to it. And after a while all these addons began to conflict with each other, complicating the work. After some analyse it turned out that fixing all the errors would be more difficult and more expensive than buying new functional software. In our case, the story is completely analogous. The more parts Sagas releases, the harder it will be in the future to correct all the inconsistencies, which means it will be easier for him to abandon the project and start a new one. So, he found a very convenient reason - the new rules of patreon. So this project is almost dead and let's hope that in the new one Sagas will not repeat the same mistakes.I do not think that will happen. It would be a lot of work and would not represent new content. The dev is about to wind up DS1 and move on to another story. He is concerned about continuing DS1 in light of Patreon's new rules.
I'm guessing that the last step that fails is #8?I have windows 10, and it didn't work for me. Everything seemed to be going well until the last step, when the program tells me The system cannot find the path specified.
I will see what I can do....Any chance this is going to be out for Mac? (Besides chapter 1)
nope , they are separate . . .Do i need to extract ep 1,2,3 in ep4?