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 c514f36bcb
fix: Fix parsing CSV dictionary
`csv_async`'s deserializer seems to only emit a few specific types
to the supplied visitor. Namely strings and 64 bit numbers. I was
not able to figure out why some numbers where considered floats.

So each visitor for the hash types needs to implement all of those
data types and convert them, if necessary.
2022-11-15 15:10:59 +01:00
src fix: Fix parsing CSV dictionary 2022-11-15 15:10:59 +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.