new-world-tools

module
v0.10.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2024 License: MIT

README

New World tools

Support me

Downloads

Download the compiled binaries in Releases

Dependencies

Microsoft Visual C++ 2015 Redistributable

Usage

Pak extracter

Powershell:

.\pak-extracter.exe `
    -input "C:\Program Files (x86)\Steam\steamapps\common\New World\assets" `
    -output ".\extract"

or

.\pak-extracter.exe `
    -input "C:\Program Files (x86)\Steam\steamapps\common\New World\assets\server\server.pak" `
    -output ".\extract"

Optional:

    -threads 3 `
    -decompress-azcs `
    -fix-luac `
    -hash ".\extract\files.sha1"

Optional regexp filters:

    -include "\.datasheet$" `
    -exclude "^coatgen|^slices" `
    -include-priority
Datasheet converter

Supported formats are csv (default), json and yaml

Powershell:

.\datasheet-converter.exe `
    -input ".\extract\sharedassets\springboardentitites\datatables" `
    -output ".\extract\datasheets" `
    -format csv

Optional:

    -threads 3 `
    -localization ".\extract\localization\en-us" ^
    -keep-structure
Object stream converter

Converts object streams (slices, timelines, various .*db) to json. Supports Amazon Compressed Stream (AZCS) by default.

Powershell:

.\object-stream-converter.exe `
    -input ".\extract\slices" `
    -output ".\extract\objects-streams"

Optional:

    -with-indents ^
    -indents-size 2 ^
    -threads 3
Asset catalog parser

Powershell:

.\asset-catalog-parser.exe `
    -input ".\extract\assetcatalog.catalog" `
    -asset-info-output "./asset-info.csv"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL