Crates.io | swg_tre |
lib.rs | swg_tre |
version | 0.1.0 |
source | src |
created_at | 2024-11-03 11:48:13.648591 |
updated_at | 2024-11-03 11:48:13.648591 |
description | A library for reading from and creating TRE files used by Star Wars Galaxies |
homepage | |
repository | https://github.com/Smash-Wars-Galaxies/swg-rs |
max_upload_size | |
id | 1433612 |
size | 63,332 |
This library implements reading from and writing to TRE 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.
Add the following to your Cargo.toml
using the format you want
to use:
[dependencies]
swg_tre = { version = "0.1.0" }
Our current Minimum Supported Rust Version is 1.73.
swg_tre
is distributed under the terms of the GNU Affero General Public License (Version 3.0)
See LICENSE for details.