[Android] Linage 2 : revolution Data.pak

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
godskin
Posts: 192
Joined: Sun Oct 04, 2015 2:27 am

[Android] Linage 2 : revolution Data.pak

Post by godskin »

godskin
Posts: 192
Joined: Sun Oct 04, 2015 2:27 am

Re: [Android] Linage 2 : revolution Data.pak

Post by godskin »

Ekey wrote:http://aluigi.altervista.org/bms/unreal_tournament_4.bms


don't work

All key
0-3 Error
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: [Android] Linage 2 : revolution Data.pak

Post by Ekey »

Script is bugged i guess, because archive is not encrypted. Anyway to fix it you need change line 64 in script >

Code: Select all

get ENCRYPTED byte


to

Code: Select all

get ENCRYPTED_ byte


Works like a charm ;)
Image
godskin
Posts: 192
Joined: Sun Oct 04, 2015 2:27 am

Re: [Android] Linage 2 : revolution Data.pak

Post by godskin »

Ekey wrote:Script is bugged i guess, because archive is not encrypted. Anyway to fix it you need change line 64 in script >

Code: Select all

get ENCRYPTED byte


to

Code: Select all

get ENCRYPTED_ byte


Works like a charm ;)
Image


thx Ultra Master Work ♥
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [Android] Linage 2 : revolution Data.pak

Post by aluigi »

Ekey wrote:Script is bugged i guess, because archive is not encrypted.

I have verified the script and it's all correct.
The problem is just this archive which is apparently modified to result encrypted even if it's not.
I have updated my script to allow the user to just press RETURN if he doesn't want to specify the key like in this case.
RandomLine
Posts: 1
Joined: Sun Jan 21, 2018 6:24 am

Re: [Android] Linage 2 : revolution Data.pak

Post by RandomLine »

The script seems broken:

Code: Select all

Error: this script has been created for a newer version of QuickBMS:
         expected 00080300 - 0.8.3
         yours    00080261 - 0.8.2a


I wasn't able to find a version 0.8.3 (yet?) -- so I changed the version line, however got the following error:

Code: Select all

Error: the specified file number (1024) has not been opened yet (line 673)

Last script line before the error or that produced the error:
  223 get NAMESZ signed_long TOC_FILE


The old script from Internet archives located at https://web.archive.org/web/20170716003 ... ment_4.bms seems to work, and then errors our with Segmentation Fault during extract of the 3rd file...:

Code: Select all

  offset   filesize   filename
--------------------------------------
  00000035 0          Engine/Temp/Temp.txt
  0000006a 46         LineageS/Content/Script/Data/L10N/ko/EventDailyQuest_Name.csv
  00000000 39201      LineageS/Content/Script/Data/L10N/ko/NpcTalk_Name.csv
Segmentation fault: 11
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: [Android] Linage 2 : revolution Data.pak

Post by aluigi »

You must wait the new version of quickbms