Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 847 Bytes

File metadata and controls

24 lines (20 loc) · 847 Bytes

Change Log

All notable changes to the "swg-stf-editor" extension will be documented in this file.

[1.0.0] - Initial Release

Added

  • Initial release of SWG String File Editor
  • Support for reading binary .stf files
  • Convert STF files to editable plain text format
  • Edit strings, IDs, and CRCs in text editor
  • Automatic conversion back to binary format on save
  • Support for STF file format versions 0 and 1
  • Proper handling of Unicode text (UTF-16LE)
  • Escape sequence support for newlines, tabs, and special characters
  • Custom editor integration with VS Code
  • Command palette command for opening STF files

Features

  • Full round-trip editing (binary -> text -> binary)
  • Preserves all file structure and metadata
  • Clean text format for easy editing
  • Real-time preview updates
  • Built from official SWG source code analysis