3.1.2 • Published 10 days ago

att-string-transcoder v3.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 days ago

Allows you to decode A Township Tale's save strings for analysing, and encode JS objects into ATT save strings for spawning.

⚠️ Use this library primarily when creating bots for ATT, or when building your own ATT save string project. If you just want to make string weapons, check out our ATT String Workshop project.

:speech_balloon: Join the community

Join the ATT string creators community for sharing and troubleshooting strings built with ATT String Transcoder.

:sparkles: Quickstart

Installation

Add this library to your project's dependencies:

npm install --save att-string-transcoder

Usage

import { Prefab } from 'att-string-transcoder';

const blade = new Prefab('Large_Longsword_Blade').setMaterial('Mythril');

const handle = new Prefab('Handle_Short_Cool')
  .addChildPrefab('Slot_Large_SwordType_Craft_33946', blade)
  .setKinematic()
  .print();

Read the API Reference Documentation for more options.

3.1.2

10 days ago

3.1.1

15 days ago

3.0.0-beta.1

9 months ago

3.0.0-beta.3

9 months ago

3.0.0-beta.2

9 months ago

3.0.0-beta.5

9 months ago

3.0.0-beta.4

9 months ago

3.0.0-beta.7

9 months ago

3.0.0-beta.6

9 months ago

3.0.0-beta.9

9 months ago

3.0.0-beta.8

9 months ago

3.1.0

8 months ago

3.2.0-beta.1

7 months ago

3.0.0

8 months ago

3.0.0-beta.10

9 months ago

3.0.0-beta.11

9 months ago

3.0.0-beta.12

9 months ago

3.0.0-beta.13

9 months ago

2.4.1

2 years ago

2.4.0

2 years ago

2.4.3

2 years ago

2.4.2

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.3.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-rc.2

3 years ago

1.0.0-rc.1

3 years ago