0.0.10 • Published 2 years ago

cai2json v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago