#stf #reading #wars #star #galaxies #swg

swg_stf

A library for reading from and creating STF files used by Star Wars Galaxies

1 unstable release

new 0.1.0 Nov 5, 2024

#401 in Compression

25 downloads per month

AGPL-3.0-or-later

14KB
79 lines

swg_stf

github crates.io docs.rs

About

This library implements reading from and writing to STF files used by Star Wars Galaxies.

Current tooling around this, such as Sytner's Iff Editor, mainly focus on allowing extracting, editing and combining in a user friendly way. However, there are no easy ways to build them into a content distribution pipeline.

This library, as well as others in this repository aim to provide building blocks and tools to simplify the data pipeline for editing and updating files required by servers and clients of the game.

Usage

Add the following to your Cargo.toml using the format you want to use:

[dependencies]
swg_stf = { version = "0.1.0" }

MSRV

Our current Minimum Supported Rust Version is 1.73.

License

swg_stf is distributed under the terms of the GNU Affero General Public License (Version 3.0)

See LICENSE for details.

Dependencies

~5–11MB
~124K SLoC