ZenHAX

Free Game Research Forum | Official QuickBMS support | twitter @zenhax
It is currently Thu Mar 30, 2023 4:16 am

All times are UTC




Post new topic  Reply to topic  [ 191 posts ]  Go to page Previous 16 7 8 9 10 Next
Author Message
PostPosted: Tue May 17, 2022 2:59 pm 

Joined: Sat Sep 28, 2019 7:00 pm
Posts: 730
@prixone: LAUTool is for audio files only. For graphics use specific umodel build from this topic.

---------------------------------------------------------------------------

Archive with LAUTool is updated with version for jp client. Also, both lpk scripts are updated with support for jp version as well.

_________________
You can request AES keys on rin forums (the list with keys is also there)
AES keys finder and latest UE4 bms scripts: in this post


Top
   
PostPosted: Wed Sep 07, 2022 2:05 pm 

Joined: Wed Sep 07, 2022 1:04 pm
Posts: 2
hello
Can you elaborate on the use of repackaging scripts? I want pack \EFGame_Extra\ClientData\TableData\EFTable_ Gamemsg.db into font.lpk to achieve some localization work
Thank you in advance


Top
   
PostPosted: Thu Sep 08, 2022 1:40 am 

Joined: Wed Sep 07, 2022 1:04 pm
Posts: 2
one more question
After I unzipped the LPK, the EFTable_GameMsg.db seemed to be corrupted, and I could not open it with SQLiteStudio


Top
   
PostPosted: Mon Oct 03, 2022 4:06 pm 

Joined: Mon Oct 03, 2022 4:05 pm
Posts: 8
..


Last edited by doomslayer on Fri Jan 20, 2023 7:14 pm, edited 1 time in total.

Top
   
PostPosted: Thu Oct 06, 2022 11:44 pm 

Joined: Fri Jul 08, 2022 10:47 pm
Posts: 8
i have lost ark KR version bnk audio files and nothing works anyone extracted the bnk files ??


Top
   
PostPosted: Tue Oct 11, 2022 11:10 pm 

Joined: Mon Oct 03, 2022 4:05 pm
Posts: 8
..


Last edited by doomslayer on Fri Jan 20, 2023 7:17 pm, edited 1 time in total.

Top
   
PostPosted: Tue Oct 18, 2022 5:01 pm 

Joined: Tue Feb 02, 2021 1:10 am
Posts: 18
Any scripts to extract the UPK files?


Top
   
PostPosted: Mon Dec 05, 2022 7:18 am 

Joined: Mon Dec 05, 2022 7:16 am
Posts: 1
Where is the player model in that file?


Top
   
PostPosted: Tue Jan 03, 2023 6:31 am 

Joined: Tue Jan 03, 2023 6:17 am
Posts: 5
spiritovod wrote:
Here is script for unpacking lpk files from steam (default option), ru and jp versions of the game. Credits to Brouznouf for algorithm.

Update: Script is updated to properly decrypt databases from lpk files.

===========================================

Test script for repacking is appending modified file to archive, which should be specified in the script (read included comment), and invalidating existing entry. Both modified file and archive should be placed in the same folder and the script is used on modified file. Simple re-import without modifying extracted file doesn't break the game and everything works fine, which means script is producing compatible with the game archives. The rest depends on particular files, for example, databases seems to have internal integrity checks.

Update: Updated script should work with all files from lpk. Note that size of any database should be aligned to 0x100 before re-importing, that's how they're originally built.

The new severs in TAIWAN are published could you update the bms for Taiwan severs?


Top
   
PostPosted: Fri Jan 06, 2023 5:42 pm 

Joined: Sat Sep 28, 2019 7:00 pm
Posts: 730
@phpbb2233: I've updated both scripts and also LAUTool with support for tw client. They are available in original posts at page 6 now. Note that default option for scripts is steam version, you need to edit them manually to set required region.

_________________
You can request AES keys on rin forums (the list with keys is also there)
AES keys finder and latest UE4 bms scripts: in this post


Top
   
PostPosted: Fri Jan 06, 2023 10:39 pm 

Joined: Fri Jan 06, 2023 10:18 pm
Posts: 1
spiritovod wrote:
@phpbb2233: I've updated both scripts and also LAUTool with support for tw client. They are available in original posts at page 6 now. Note that default option for scripts is steam version, you need to edit them manually to set required region.

tyvm for updating. im trying to make localization of the Taiwan version to english so far extracted the encrypted EFTable_GameMsg.db not sure how to decrypt it.
tried to translate some strings with notepad++ but then unable to repack (idk how 0x100 aligned size work)
I'm assuming people that used to make loatranslator for ru/jp stopped updating since Steam version launch.
I'd be very grateful if anyone could help


Top
   
PostPosted: Sun Jan 08, 2023 6:47 am 

Joined: Tue Jan 03, 2023 6:17 am
Posts: 5
spiritovod wrote:
@phpbb2233: I've updated both scripts and also LAUTool with support for tw client. They are available in original posts at page 6 now. Note that default option for scripts is steam version, you need to edit them manually to set required region.

Thank you for all your help


Top
   
PostPosted: Fri Feb 03, 2023 6:20 pm 

Joined: Mon Oct 03, 2022 4:05 pm
Posts: 8
brekkez wrote:
spiritovod wrote:
@brekkez: To simplify things, there are only 3 versions of the game at the moment: steam (regardless of the region), korean and russian. And most tools/scripts are divided accordingly. If you mean the script above, it's compatible with both steam (by default) and ru versions - to switch between them you simply need to edit bms script in any text editor according to included comments.

It worked!. It’s so hard to find the model I’m looking for lmao. I managed to find a costume and a head. I’m still trying to find the missing textures .

Image

How do you find this model? It looks like player character. All .upk only contain NPC (I check them all).


Top
   
 Post subject: Re: [PC] Lost Ark : .Upk
PostPosted: Tue Feb 07, 2023 11:38 pm 

Joined: Mon Oct 03, 2022 4:05 pm
Posts: 8
Ekey wrote:
Ok, fixed problem with WEM files. For convert to playable Ogg format you need two additional tools > ww2ogg and revorb:

How to

Decrypt
Code:
LAUTool -d 395891.wem 395891.wem.dec


Convert decrypted Wem file to raw Ogg
Code:
ww2ogg --pcb packed_codebooks_aoTuV_603.bin 395891.wem.dec


Fix raw Ogg to playable format
Code:
revorb 395891.wem.ogg 395891.ogg

@Ekey Do you have the source code for this program? I would like to update it for US version of the game.


Top
   
PostPosted: Wed Feb 08, 2023 3:20 am 

Joined: Sat Sep 28, 2019 7:00 pm
Posts: 730
@doomslayer: Don't hesitate to check the whole topic, not only the first page.

_________________
You can request AES keys on rin forums (the list with keys is also there)
AES keys finder and latest UE4 bms scripts: in this post


Top
   
PostPosted: Wed Feb 08, 2023 4:40 am 

Joined: Mon Oct 03, 2022 4:05 pm
Posts: 8
spiritovod wrote:
@doomslayer: Don't hesitate to check the whole topic, not only the first page.

I looked through the whole topic, there is no source code or it was deleted. It is also not on his Github.

If you are referring to your version LAUTool_0.3, it only works on sound files. Original version of the tool worked on all file types.


Top
   
PostPosted: Wed Feb 08, 2023 1:31 pm 

Joined: Sat Sep 28, 2019 7:00 pm
Posts: 730
@doomslayer: You've quoted post with LAUTool, which only supported audio files to begin with. And aside from decryption part, LAPTool is not compatible with current upk format as well (which is the same since OBT version), nor it was able to decrypt lpk/ipk files and such, so I'm not sure where that "all file types" comes from.

_________________
You can request AES keys on rin forums (the list with keys is also there)
AES keys finder and latest UE4 bms scripts: in this post


Top
   
PostPosted: Wed Feb 08, 2023 5:44 pm 

Joined: Mon Oct 03, 2022 4:05 pm
Posts: 8
spiritovod wrote:
@doomslayer: You've quoted post with LAUTool, which only supported audio files to begin with. And aside from decryption part, LAPTool is not compatible with current upk format as well (which is the same since OBT version), nor it was able to decrypt lpk/ipk files and such, so I'm not sure where that "all file types" comes from.

Perhaps I should quote this post instead. Looks like old LAUTool worked with all file types.
Ekey wrote:
Done. Batch usage tool.

Code:
LAUTool <m_Mode> <pScrFile> <pDstFile>


Example decrypt
Code:
LAUTool -d "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk" "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk.dec"


Example encrypt
Code:
LAUTool -e "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk.dec" "e:\Games\LOSTARK_CBT1\EFGame\ReleasePC\Startup.upk"


Tool also supported *.U, *.WEM , *.EMP and *.BNK files.

godskin wrote:
give alugi for help

If Luigi interested, I can give snippet code. It's simple xor operation. *.LPK files encrypted with WinCrypt (See above my post)

Edited: Download see below.


Top
   
PostPosted: Thu Mar 02, 2023 2:00 pm 

Joined: Tue Jan 03, 2023 6:17 am
Posts: 5
spiritovod wrote:
@phpbb2233: I've updated both scripts and also LAUTool with support for tw client. They are available in original posts at page 6 now. Note that default option for scripts is steam version, you need to edit them manually to set required region.

Thank you for helping me solve the trouble about LOSTARK taiwan server last time
and the server in China of Lost Ark will start its internal test soon. can I provide you game files? and could you help me get the data key and database key just like you did for other servers of the lostark ?


Top
   
PostPosted: Thu Mar 02, 2023 2:13 pm 

Joined: Tue Jan 03, 2023 6:17 am
Posts: 5
phpbb2233 wrote:
spiritovod wrote:
@phpbb2233: I've updated both scripts and also LAUTool with support for tw client. They are available in original posts at page 6 now. Note that default option for scripts is steam version, you need to edit them manually to set required region.

Thank you for helping me solve the trouble about LOSTARK taiwan server last time
and the server in China of Lost Ark will start its internal test soon. can I provide you game files? and could you help me get the data key and database key just like you did for other servers of the lostark ?

okay thanks


Last edited by phpbb2233 on Sat Mar 04, 2023 3:15 am, edited 1 time in total.

Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 191 posts ]  Go to page Previous 16 7 8 9 10 Next

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Limited