- May 9, 2017
- 141
- 341
So I was playing A Game that was called: SAGAS: Daughter Saga 1
well i never seen a engine like that with a bit of research on dear Google
i found a way to unpack the Resource of this game
before i forget i think this game is made by Electron or something like that i s*ck at programming but if u want more detail here is the web site: electron.atom.io
I never started a topic before so please forgive me if there's a mistake specially in my grammar cuz english is not my motherlang so to begin...
First things First
1. If u had Node.js installed on Your PC Jump To the Next part
if u still reading this it means your not installed Node.js on ur PC so go to this
installing progress is just like next > next > finish...
2. After Installing Node.js
Open ur CMD not the node.js cmd , the windows one!
Run it as Admin and put this line of code in it and wait until the installation get complete
3. So now your just two step far from getting the source files...
go to the "GAME" source folder, mine is: saga-win32-x64\resources
click on the address bar and type CMD and hit Enter.
when the CMD window appeared put this line of code in it.
the code actually work like this: asar extract “file_name.asar” “the place you want the sources get extract to”
and press Enter and Wait the time it takes depends on your system power and the source file size.
and that’s it… now you got the sweeeeet source files…
if u look for images ( most of people looking for them… )
it’s in DATA folder you just need to add a .png to end of all of those files with bare hands or FlashRename or CKrename or something like that…
Hope this topic be helpful in future..
As You know my name is LazyPanda so feel free to make this topic look better or add something to it to help this good people around the internet.
Uh and before i forget many tanks to my friend MrD who helped me to test all of these process and make sure it works.
well i never seen a engine like that with a bit of research on dear Google
i found a way to unpack the Resource of this game
before i forget i think this game is made by Electron or something like that i s*ck at programming but if u want more detail here is the web site: electron.atom.io
I never started a topic before so please forgive me if there's a mistake specially in my grammar cuz english is not my motherlang so to begin...
First things First
1. If u had Node.js installed on Your PC Jump To the Next part
if u still reading this it means your not installed Node.js on ur PC so go to this
You must be registered to see the links
, download a version that compatible with ur system & install it on your PC.installing progress is just like next > next > finish...
2. After Installing Node.js
Open ur CMD not the node.js cmd , the windows one!
Run it as Admin and put this line of code in it and wait until the installation get complete
Code:
npm install -g asar
go to the "GAME" source folder, mine is: saga-win32-x64\resources
click on the address bar and type CMD and hit Enter.
when the CMD window appeared put this line of code in it.
Code:
asar extract app.asar destfolder
and press Enter and Wait the time it takes depends on your system power and the source file size.
and that’s it… now you got the sweeeeet source files…
if u look for images ( most of people looking for them… )
it’s in DATA folder you just need to add a .png to end of all of those files with bare hands or FlashRename or CKrename or something like that…
Hope this topic be helpful in future..
As You know my name is LazyPanda so feel free to make this topic look better or add something to it to help this good people around the internet.
Uh and before i forget many tanks to my friend MrD who helped me to test all of these process and make sure it works.