New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

arks-parser

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arks-parser

arknights data parser and build tools

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

arknights data

arknights data parser and build tools

usage

requirement

  • imagemagick
  • nodejs v8.x or newer
  • yarn
  • git
  • ffmpeg
  • AssetStudio

install

mkdir tmp
cd tmp
git clone https://github.com/Perfare/ArknightsGameData.git
cd ..
# make your symlink to AssetStudio output folder
# windows: mklink /j e:\dev\arks\tmp\DB e:\dev\arknights\DB
ln -s path/to/asset/folder DB
yarn
yarn build

upload (sync)

edit your .env file (you can find this info in your cookie of wiki)

cp .env.example .env
vim .env

for example:

user=12*74
session=o2mqh************89nc9fo

then enter

yarn sync
yarn sync map
yarn sync book

all commands

# build
yarn build
yarn build char
yarn build map
yarn build skill
yarn build cv
yarn build item

# default+char+map+skill+cv+item
yarn build all

# module manage
yarn sync pull
yarn sync push

# upload
yarn sync
yarn sync char
yarn sync itemimg
yarn sync map
yarn sync cv
yarn sync skillimg
yarn sync book
yarn sync enemy
yarn sync stage
yarn sync tab

# default+char+itemimg+map+cv+skillimg+book+enemy+stage+tab
yarn sync all

# other
yarn sync purge

FAQs

Package last updated on 28 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts