eso-tools

module
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2024 License: MIT

README

The Elder Scrolls Online tools

A set of libraries and tools for The Elder Scrolls Online

Downloads

Download the compiled binaries in Releases

Usage

MNF extracter

Extract all files from a .mnf file:

mnf-extracter `
    extractAll `
    --input "C:\Program Files (x86)\Zenimax Online\The Elder Scrolls Online\game\client\game.mnf" `
    --output ".\game-data" `
    --threads 3

Extract specific file from a .mnf file:

mnf-extracter `
    extractFile `
    --input "C:\Program Files (x86)\Zenimax Online\The Elder Scrolls Online\depot\eso.mnf" `
    --output ".\eso-data" `
    --id "0x01000012-00000000"

Dump a .mnf file to .csv:

mnf-extracter `
    dumpMnf `
    --input "C:\Program Files (x86)\Zenimax Online\The Elder Scrolls Online\game\client\game.mnf" `
    --output ".\game.csv"

Parse a .lang file to .csv:

mnf-extracter `
    parseLng `
    --input ".\en.lang" `
    --output ".\en-lang-data"

Write a .lang file from .csv:

mnf-extracter `
    writeLng `
    --input ".\en-lang-data" `
    --output ".\en.lang"

Jump to

Keyboard shortcuts

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