Im need help with decoding .nxs files from game LifeAfter.
Im successfuly unpacked script.npk (thx to Ekey) and now I'm need decode nxs file. I think it's python module but encrypted
I'm attache script.npk and unpacked files from this archive
LifeAfter .nxs files
-
- Posts: 9
- Joined: Thu Mar 14, 2019 9:24 am
Re: LifeAfter .nxs files
File in notepad look like:
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: LifeAfter .nxs files
ruslan1602 wrote:I think it's python module but encrypted
They not encrypted, they just compiled into bytecode.
-
- Posts: 9
- Joined: Thu Mar 14, 2019 9:24 am
Re: LifeAfter .nxs files
Ekey wrote:ruslan1602 wrote:I think it's python module but encrypted
They not encrypted, they just compiled into bytecode.
I can't do anything with it?
I'm tried with uncompyle2/6 and output is: unknown magic number is 18804.
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: LifeAfter .nxs files
Probably modified python scripts.