0.1.2 • Published 5 months ago

desynced-tools v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

desynced-tools

Tools for working with behaviors and blueprints from Desynced.

Getting started

Try online at https://desynced-behavior-editor.web.app/ or for command line tools:

npm install -g desynced-tools

Tools

ds-disas

Usage: ds-disas filename.txt

Converts a Desynced blueprint or behavior string to assembly language. The output filename will be the input with ".asm" added. To produce the input file, copy a behavior or blueprint in the game and then paste that into a plain text file.

ds-as

Usage: ds-as filename.asm

Convert from assembly language back into a Desynced clipboard string. The output filename will be the input with ".txt" added.

js2ds

Usage: js2ds filename.js or js2ds filename.ts

Convert from JavaScript or TypeScript to desynced-tools assembly language. The output filename will be the input with ".asm" added.

Development

Checkout out the code from https://github.com/ribrdb/desynced-tools

Web demo

To build the web demo:

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago