NewWorldUnpacker
A .pak unpacker used for reverse engineering Amazon's upcoming New World MMO
Install / Use
/learn @MontagueM/NewWorldUnpackerREADME
The unpacker.exe requires the following file structure:
- New World Alpha/assets (which has all the .pak files in)
- oo2core_8_win64.dll
The unpack takes about 70GB of space, so ensure to have that much free.
Dependencies
- Python3
- numpy
Setup
Install Python 3 from here.
Run python3 -m pip install numpy
Usage
Extract this repository into your game directory, usually C:\Program Files (x86)\Steam\steamapps\common\New World {Playtest/Alpha/Closed Beta}.
Edit unpacker.py at line #130 from:
if __name__ == '__main__':
direc = 'New World Alpha/assets/'
out_direc = 'unpacked_out/'
gf.mkdir(out_direc)
unpack()
input('Unpack done! Press any key to quit...')
To:
if __name__ == '__main__':
direc = '../assets/'
out_direc = 'unpacked_out/'
gf.mkdir(out_direc)
unpack()
input('Unpack done! Press any key to quit...')
Then simply run python3 unpacker.py
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
