Socket
Socket
Sign inDemoInstall

att-string-transcoder

Package Overview
Dependencies
2
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    att-string-transcoder

Trancode save strings for A Township Tale.


Version published
Weekly downloads
289
increased by4716.67%
Maintainers
1
Install size
4.90 MB
Created
Weekly downloads
 

Readme

Source

ATT String Transcoder

ATT String Transcoder

build status npm version node version typescript version license contributor covenant v2.0 adopted


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.

Chat with the ATT String Transcoder community on Discord

: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.

Keywords

FAQs

Last updated on 17 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc