A set of modding tools for the newest generation of the Bitsquid game engine that powers the game Warhammer 40.000: Darktide.
Find a file
Lucas Schwiderski 18af90ec1f
feat: Implement directly loading Oodle library
Since I now found a way to obtain a version of the Oodle library
compiled for Linux, I don't need to bother with Wine anymore, and
can instead load the library directly.
This removes the need for the extra utility completely.

I still have to load the library at runtime, though, as Rust only
supports static linking, and I probably don't have a lincense to do
that with Oodle.
2022-11-13 23:23:00 +01:00
src feat: Implement directly loading Oodle library 2022-11-13 23:23:00 +01:00
.fdignore feat: Implement directly loading Oodle library 2022-11-13 23:23:00 +01:00
.gitignore feat: Implement directly loading Oodle library 2022-11-13 23:23:00 +01:00
Cargo.lock feat: Implement directly loading Oodle library 2022-11-13 23:23:00 +01:00
Cargo.toml feat: Implement directly loading Oodle library 2022-11-13 23:23:00 +01:00
LICENSE chore: Initialize project 2022-11-01 12:10:05 +01:00
README.adoc chore: Initialize project 2022-11-01 12:10:05 +01:00
rust-toolchain.toml chore: Initialize project 2022-11-01 12:10:05 +01:00
rustfmt.toml feat: Implement bundle decompression 2022-11-01 17:35:47 +01:00

Darktide Mod Tools

A set of tools to develop mods for the newest generation of the Bitsquid game engine that powers the game Warhammer 40.000: Darktide.