libloadorder
libloadorder copied to clipboard
A cross-platform library for manipulating the load order and active status of plugins for the Elder Scrolls and Fallout games.
Plugin filenames are compared case-insensitively using the unicase crate. However, unicase does not implement the same case folding behaviour as Windows (not surprising, the latter's rules are a mystery). In...
There's a few copy/pasted functions in the testing code. It might be possible to have a module that can be imported by unit tests and benchmarks alike, but it's more...
At least for Fallout 4, it is possible to load a non-master (or presumably a master) in the FE index while light masters are also present, so they end up...
The Creation Kit [wiki page](https://www.creationkit.com/fallout4/index.php?title=Data_File) on the file formats says that > A maximum of 4096 .esl files can be loaded by the engine at once, but more Form IDs...
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0. Changelog Sourced from regex's changelog. 1.11.0 (2024-09-29) This is a new minor release of regex that brings in an update to the Unicode Character...
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.158 to 0.2.159. Release notes Sourced from libc's releases. 0.2.159 Added Android: add more AT_* constants in rust-lang/libc#3779 Apple: add missing NOTE_* constants in rust-lang/libc#3883 Hermit: add...
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0. Changelog Sourced from tempfile's changelog. 3.13.0 Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension)....