0.0.10 • Published 3 years ago

cai2json v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cai2json

Installation

Install globally:

npm install -g cai2json

Usage

Usage: cai2json [options] <fileIn>

Tool for converting Zelda TotK CombinedActorInfo format to json

Arguments:
  fileIn               Input cai/save

Options:
  -o, --out [fileOut]  Output filename
  -i, --index [index]  AutoBuild index if using progress.sav
  -h, --help           display help for command
Usage: json2cai [options] <fileIn>

Tool for converting Zelda TotK CombinedActorInfo Json format to cai

Arguments:
  fileIn               Input json

Options:
  -o, --out <fileOut>  Output filename
  -h, --help           display help for command

Examples

cai2json autobuild.cai
cai2json autobuild.cai -o autobuild.json
cai2json progress.sav -i 1 -o autobuild-1.json

json2cai autobuild.json -o autobuild.cai
0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago