#war #pack #total

tw_pack_lib

A Total War series pack file library

9 releases

Uses old Rust 2015

0.1.21 Dec 2, 2018
0.1.20 Oct 14, 2018
0.1.18 Sep 12, 2018

#551 in Games


Used in tw_unpack

LGPL-3.0+

37KB
678 lines

tw_pack_lib Crates.io License Documentation

Windows Build Status

A Total War series pack file library. The pack file specification is available here.


lib.rs:

A library to create/manipulate Total War PackFiles.

Modern Total War games (since Empire: Total War) have their data packed inside .pack files. This library allows you to open those PackFiles and manipulate them however you want.

Not all Modern Total War games are supported yet. The supported ones are:

  • Warhammer 2.
  • Warhammer.
  • Attila.
  • Rome 2.
  • Arena.

Games that will be supported in the future are:

  • Shogun 2.
  • Napoleon.
  • Empire.
  • Thrones of Brittania.
  • Three Kingdoms.

Keep in mind that this lib only gives you the ability to open and edit PackFiles. If you want to edit the PackedFiles inside (like editing a value in a table), that's not covered by this lib.

Dependencies

~220KB