#lib #modding #total #war #total-war #table #rpfm

rpfm_lib

This crate contains the basic functionality for interacting with Total War files

32 stable releases

4.2.7 Apr 3, 2024
4.2.6 Feb 16, 2024
4.2.4 Jan 23, 2024
4.2.3 Nov 24, 2023
3.99.119 Mar 4, 2023

#42 in Games

Download history 13/week @ 2024-01-19 1/week @ 2024-01-26 10/week @ 2024-02-02 3/week @ 2024-02-09 137/week @ 2024-02-16 35/week @ 2024-02-23 207/week @ 2024-03-01 43/week @ 2024-03-08 30/week @ 2024-03-15 1/week @ 2024-03-22 139/week @ 2024-03-29 30/week @ 2024-04-05

202 downloads per month
Used in 2 crates

MIT license

2MB
28K SLoC

Rusted PackFile Manager - Lib

Rusted PackFile Manager - Lib, is a crate with functionality for manipulating different kind of files used by Total War games, and it's the backbone of the RPFM Project. It also manages Game-Specific logic, and Schemas. The file types it can edit are:

  • Anim Fragments.
  • Anim Packs.
  • Anim Tables.
  • Audio (only MP3).
  • DB Tables.
  • ESF Binaries.
  • Matched Combat Table.
  • Packs (obviously).
  • Portrait Settings (only v4).
  • Unit Variant (form Empire, Napoleon and Shogun 2).
  • Video.

For info on how to use it, check the docs, or RPFM's use of them in their repo.

become_a_patron_button


lib.rs:

Overview

This crate provides utilities to read/write multiple types of files used by Creative Assembly (CA) in Total War Games since Empire: Total War.

For information about an specific file type (support, docs, specs,...), please check their modules under the files module.

TODO: Write some examples.

Dependencies

~18–32MB
~575K SLoC