Netease NXS: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == NXS == * ''' Format Type ''': Compiled Script <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signa...") |
imported>Ikskoks m (Ikskoks moved page LifeAfter NXS to Netease NXS without leaving a redirect) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 23: | Line 23: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* NXS files are compiled Python scripts. | * NXS files are compiled Python scripts. They are stored in '''Netease NPK''' archives. | ||
=== Games === | === Games === | ||
| Line 35: | Line 35: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* [https://github.com/yuanbi/NeteaseUnpackTools NeteaseUnpackTools] | |||
<br/><br> | <br/><br> | ||
Latest revision as of 09:10, 22 May 2022
Back to index | Edit this page
NXS
- Format Type : Compiled Script
- Endian Order : Little Endian
- Signature : 74 49
Format Specifications
// header 2 bytes (uint16) - signature // 74 49 4 bytes (uint32) - original name length x bytes (char) - original name // e.g. "lib\ConfigParser.py" // TODO
Notes and Comments
- NXS files are compiled Python scripts. They are stored in Netease NPK archives.
Games
List of games using this file format:
- LifeAfter (*.NXS)
QuickBMS Script
Not written yet.
Compatible Programs