Gildor's Forums

English Forum => Unreal engine 4 => Topic started by: barnett2010 on October 26, 2017, 11:27



Title: Faith of Danschant
Post by: barnett2010 on October 26, 2017, 11:27
This is a Chinese game. UE4 development. I unpacked with umodel. error.
 Can not find a solution.
Come to the forum for help!

Game name: 神舞幻想 FAITH OF DANSCHANT
Official website: swhx.wangyuan.com

This is a demo version,
 the pak file has 3G.
Download the following file, double-click exe to install. You can get the pak file.

http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14.exe
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.001
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.002
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.003
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.004
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.005
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.006
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.007
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.008
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.009
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.010
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.011
http://down.qq.com/tgc/tgp/rail/2000164/1/14/04844c8f02d1769f7a40ffc998a8795b/whole/RailGame_2000164_1-0.0.0.14_.7z.012


Title: Re: a new game, umodel unpack error, help
Post by: barnett2010 on October 26, 2017, 11:30
(http://wx3.sinaimg.cn/large/6f6bb06cgy1fkvokm1cuij20qs0jagsg.jpg)
(http://wx2.sinaimg.cn/large/6f6bb06cgy1fkvokk6w5bj20ai08ajv8.jpg)


Title: Re: Faith of Danschant
Post by: Gildor on October 26, 2017, 11:32
What will happen if you'll load .uasset (not .umap)?


Title: Re: Faith of Danschant
Post by: barnett2010 on October 26, 2017, 11:44
thank you.
The operation method is shown in the picture.

click on export, And then went wrong.

(http://wx2.sinaimg.cn/large/6f6bb06cgy1fkvowkdp1gj20ht1slwr4.jpg)


Title: Re: Faith of Danschant
Post by: Gildor on October 26, 2017, 11:47
You're working correctly with Unreal game / UModel. The problem is that this game has some custom compression for pak files, which UModel doesn't know, so it displays an error message.


Title: Re: Faith of Danschant
Post by: barnett2010 on October 26, 2017, 11:52
Is there any way to crack it --"custom compression"


Title: Re: Faith of Danschant
Post by: Gildor on October 26, 2017, 12:13
I have no idea. Usually when game is good enough - some guys are writing a pak unpacker with quickbms, and then unpacked files are openable by umodel.

To check what's with this game's pak, someone who's expert in detecting compression algorithms should download the game and check the pak. If nothing will help, it is necessary to dig into the game's executable (if it is not encrypted) and find decompression algorithm there.

So, what could be here:
  • It may be zlib with some tweaks not allowing to easily decompress it.
  • It may be some different compression which is not natively supported by Unreal engine (it supports only zlib) - for example, LZ4 or LZMA.
  • It may be entirely custom compression.
  • Very unlikely: some games has tweaked pak file so it indicates "compressed" or "encrypted", but actually it is just pure unpacked file. For this game, it may be pure zlib compression with setting up a compression flag which differs from "zlib". In other words, to fix the problem, it would be enough to modify UModel so it would accept any compression flag as "zlib" and won't fail with "compression flag 3".


Title: Re: Faith of Danschant
Post by: barnett2010 on October 26, 2017, 12:22
thank you so much .

quickbms,I tried this tool,
unreal_tournament_4.bms,unreal_umod.bms,
I found these two scripts  on its website, after use, Can not unpack.

The game will be available in December。Time to download to the full version of the game.


Title: Re: Faith of Danschant
Post by: Gildor on October 26, 2017, 12:30
unreal_tournament_4.bms,unreal_umod.bms,
I found these two scripts  on its website, after use, Can not unpack.
These scripts won't work unless they'll be updated to support THIS game. Each game usually has its own unique encryption / protection. Before now, they "simply" had custom AES encryption keys. For Faith of Danschant, there's custom compression. QuickBMS knows many compression algorithms, so it is probably the best tool to research data compresion formats.


Title: Re: Faith of Danschant
Post by: godskin on November 01, 2017, 14:56
fixed


Title: Re: Faith of Danschant
Post by: Gildor on November 01, 2017, 17:02
What's fixed?


Title: Re: Faith of Danschant
Post by: godskin on November 01, 2017, 17:30
What's fixed?

open on Umodel

(https://image.prntscr.com/image/HV8DX7IGT9upvbBVClsfLA.png)


Title: Re: Faith of Danschant
Post by: Gildor on November 01, 2017, 17:56
So, what happened?

a) umodel got some update (I don't believe in that)
b) game got an update, making everything working in umodel (pak format wasn't good)
c) some thirdparty tool (quickbms) got support for unpacking pak files from this game
d) something else?


Title: Re: Faith of Danschant
Post by: godskin on November 01, 2017, 18:00
So, what happened?

a) umodel got some update (I don't believe in that)
b) game got an update, making everything working in umodel (pak format wasn't good)
c) some thirdparty tool (quickbms) got support for unpacking pak files from this game
d) something else?

>> c <<
need extract by BMS Script and got it .uasset
and will work
u model working perfect

** I hope U will fix Lost ark / Mu Legens **
** ready have dec file but can't open / extract skeletion

here BMS Script : https://drive.google.com/open?id=0B0b7sdRNSZ3gVDdwZzlHU1Y2VFU


(https://image.prntscr.com/image/DTEhjCs3T5qtqjE6TnxSPw.png)


Title: Re: Faith of Danschant
Post by: barnett2010 on November 02, 2017, 16:08
thank you so much


Title: Re: Faith of Danschant
Post by: btbaotrung90 on January 27, 2018, 10:21
I want translate language of this game but I don't know how do,please help me!


Title: Re: Faith of Danschant
Post by: redtank on January 31, 2018, 22:16
is there anyone can re-upload that bms script? cannot download anymore

thanks!


Title: Re: Faith of Danschant
Post by: redtank on February 01, 2018, 20:11
got it, it's actually unreal_tournament_4.bms but need to be work with quick BMS 0.8.3

can get all of them from http://aluigi.altervista.org/quickbms.htm

cheers!


Title: Re: Faith of Danschant
Post by: WollieWoltaz on February 01, 2018, 21:47
Could someone upload the the game files? Or maybe the extracted files with the bms script?

Would really appreciate it,

Kind regards,


Title: Re: Faith of Danschant
Post by: WollieWoltaz on February 01, 2018, 22:12
What's the key for extracting with bms script unreal_tournament_4.bms? I tried it with quickbms 0.8.3 but it asks for a key? And just pressing "enter" doesn't work.


Title: Re: Faith of Danschant
Post by: redtank on February 02, 2018, 19:44
it didn't ask key to me, just simply extract everything with no problem
make sure you are using the latest script


Title: Re: Faith of Danschant
Post by: Saoirse on October 01, 2018, 16:28
Wow! I did not expect to have related posts.
This game is great, I like it very much.
There is a question to ask, is someone extracting the game text?

eg: game directory ..\JoyfunRPG\Content\Designer\Data\
(https://i.imgur.com/BptLDzk.png)
here I use umodel does not work :(

How to extract it correctly? I hope someone will help answer.
I upload a file for reference
download: https://drive.google.com/open?id=1wWP54dDPU-QmybJHOnA7r1MtxGCv7mZJ

thanks! :)


Title: Re: Faith of Danschant
Post by: Gildor on October 01, 2018, 16:57
These files doesn't contain any mesh, animation etc, so umodel skips their loading. There's nothing to show or export inside them.


Title: Re: Faith of Danschant
Post by: Saoirse on October 01, 2018, 20:15
These files doesn't contain any mesh, animation etc, so umodel skips their loading. There's nothing to show or export inside them.
Oh I see!Is there any other way to do this?
I'll try it myself.
Thank you for your answer.