/att-string-workshop

Primary LanguageTypeScriptMIT LicenseMIT

ATT String Workshop

ATT String Workshop

Template project for working with A Township Tale's save string system. Allows easy creation of string weapons.

🚧 Prerequisites

This document assumes you're running this project in a Windows environment.

⚠️ Node version 20 or higher is required.

⚡️ Quick Start

  1. Download this project (.zip file).
  2. Unzip the file.
  3. Open the unzipped directory with VS Code.
  4. Hit Ctrl + ` to open the terminal.
  5. Install ATT String Workshop by typing npm install on the command line.
  6. Open the creations/example-longsword.ts file in the project and create your weapon or contraption.
  7. ⚠️ Don't forget to save the file when you're done making changes! You can hit Ctrl + S to save.
  8. In the terminal, type npm run encode creations/example-longsword.ts on the command line.
  9. Your string will appear in the terminal for you to copy and paste!