0.0.10 • Published 10 months ago

cai2json v0.0.10

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

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago