Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Lifeafter game files

Featured Replies

  • Author
  • Localization

KetupatSayur, posted Tue Apr 09, 2019 12:32 am (46683)


nihinivi wrote:
abcdekabcd wrote:
nihinivi wrote:
oof cant find the file needed


maybe you must trying install that game, and maybe you'll found that file
i want to mod this game with my native language :(



ya i may try i also does this modding shit in ros


i was retired to modding Rules of Survival, so i try to new challange with this lifeafter games
i'm your subscriber btw
  • Author
  • Localization

nihinivi, posted Fri Apr 12, 2019 10:21 am (46835)


KetupatSayur wrote:
nihinivi wrote:
abcdekabcd wrote:

maybe you must trying install that game, and maybe you'll found that file
i want to mod this game with my native language :(




ya i may try i also does this modding shit in ros


i was retired to modding Rules of Survival, so i try to new challange with this lifeafter games
i'm your subscriber btw


phal ??
  • Author
  • Localization

KetupatSayur, posted Mon Apr 15, 2019 12:45 am (46945)


nihinivi wrote:
KetupatSayur wrote:
nihinivi wrote:



ya i may try i also does this modding shit in ros


i was retired to modding Rules of Survival, so i try to new challange with this lifeafter games
i'm your subscriber btw


phal ??


im from indonesia
  • Author
  • Localization

nihinivi, posted Tue Apr 16, 2019 12:41 pm (47004)


KetupatSayur wrote:
nihinivi wrote:
KetupatSayur wrote:

i was retired to modding Rules of Survival, so i try to new challange with this lifeafter games
i'm your subscriber btw


phal ??


im from indonesia

well i know many indonesians lol esley effendy
  • Author
  • Localization

KetupatSayur, posted Mon Apr 22, 2019 1:01 am (47178)


nihinivi wrote:
KetupatSayur wrote:
nihinivi wrote:

phal ??


im from indonesia

well i know many indonesians lol esley effendy


hahhah they're ros assets modder too..

btw, still no chance to unpack this game .npk? :(
  • Author
  • Localization

nihinivi, posted Fri May 24, 2019 1:43 pm (47989)


KetupatSayur wrote:
nihinivi wrote:
Hey . here are the same named npk https://www.mediafire.com/file/5c468xqr ... n.npk/file

Can u extract with it
And here is the file with same name https://www.mediafire.com/file/75b24zrb ... .part/file


its still didn't works bro :( do you have to try?

Well aluigi hasnt replied yer
  • Author
  • Localization

aluigi, posted Sun May 26, 2019 2:33 am (48032)


That common.npk file you uploaded doesn't have much sense (no intelligible data inside, but also many zeroes) so I suspect there is some sort of slight "obfuscation" used.
Can't help with that.
  • Author
  • Localization

KetupatSayur, posted Mon May 27, 2019 3:19 am (48060)


aluigi wrote:
That common.npk file you uploaded doesn't have much sense (no intelligible data inside, but also many zeroes) so I suspect there is some sort of slight "obfuscation" used.
Can't help with that.


all of file is like this.. some files is consist of chinesse text language.. but i don't know what type of files :(
would you like to install that game on your phone, and you make own research? maybe you can found a miracle to help us
  • Author
  • Localization

BCGhost, posted Mon Jun 10, 2019 1:27 pm (48639)


Here's an npk file from \assets\res\model.

After several attempts with comtype scan I got a perfect match. The algorithm determined by the scan was LZ77EA_970, with an unzip size of 0x628 bytes for 0x28E bytes of compressed data from offset 0x20.
But I couldn't see any related info from the header, neither the tail.

And I found some strings in libclient.so from \lib\armeabi-v7a that might be helpful.
Code:
NXFileSystem has already been initialized!
RealFileOpener %s not found!
FileLoaderCreator %s not found!
Failed to create FileLoader, opener %s, loader %s, root %s, depth %d
Succeeded to create FileLoader, opener %s, loader %s, root %s, depth %d
Documents
AllNpkFilesHash::Load %s OK
AllNpkFilesHash::Load %s error
Failed to uncompress npk file(ZLIB) %d in real file %s opener tag %s, error code %d
Failed to uncompress npk file(LZ4) %d in real file %s opener tag %s, error code %d
Failed to uncompress npk file(LZO %d) %d in real file %s opener tag %s, error code %d
Unsupported compress type %d
.npk
npk
Failed to init lzo library
Package %s under opener %s is loaded.
Failed to reload PackageFileLoader with root %s opener %s
Package %s under opener %s %s cache.

It didn't mention LZ77EA_970 though. But I recompressed the data with LZ4 compression, and the output matched with the original data, which proved that this file is indeed
LZ4-compressed. So base on these strings maybe it's true that these npk files use more than one compression.
  • Author
  • Localization

KetupatSayur, posted Wed Jun 12, 2019 1:23 am (48696)


BCGhost wrote:
Here's an npk file from \assets\res\model.
road_obj.zip
After several attempts with comtype scan I got a perfect match. The algorithm determined by the scan was LZ77EA_970, with an unzip size of 0x628 bytes for 0x28E bytes of compressed data from offset 0x20.
But I couldn't see any related info from the header, neither the tail.

And I found some strings in libclient.so from \lib\armeabi-v7a that might be helpful.
Code:
NXFileSystem has already been initialized!
RealFileOpener %s not found!
FileLoaderCreator %s not found!
Failed to create FileLoader, opener %s, loader %s, root %s, depth %d
Succeeded to create FileLoader, opener %s, loader %s, root %s, depth %d
Documents
AllNpkFilesHash::Load %s OK
AllNpkFilesHash::Load %s error
Failed to uncompress npk file(ZLIB) %d in real file %s opener tag %s, error code %d
Failed to uncompress npk file(LZ4) %d in real file %s opener tag %s, error code %d
Failed to uncompress npk file(LZO %d) %d in real file %s opener tag %s, error code %d
Unsupported compress type %d
.npk
npk
Failed to init lzo library
Package %s under opener %s is loaded.
Failed to reload PackageFileLoader with root %s opener %s
Package %s under opener %s %s cache.

It didn't mention LZ77EA_970 though. But I recompressed the data with LZ4 compression, and the output matched with the original data, which proved that this file is indeed
LZ4-compressed. So base on these strings maybe it's true that these npk files use more than one compression.



its very difficult to identified what kind of compression their using for encrypt the npk files..
  • Author
  • Localization

MrAnons, posted Mon Sep 30, 2019 11:05 am (51197)


aluigi wrote:
If there is no index file I can't extract anything from there.

Any solution?
  • Author
  • Localization

Ekey, posted Sat Sep 25, 2021 8:30 pm (66648)


Tool for extract NPK archives :roll:

Binary: here
Source: here
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.