Generate compact classic NPC mapping from ProjectEQ data

This commit is contained in:
pleb
2026-07-29 10:40:45 -07:00
parent 561ace9443
commit b4e622c79b
7 changed files with 920 additions and 4 deletions
+4
View File
@@ -8,6 +8,10 @@ pkgs.mkShell {
clippy
pkg-config
alsa-lib
# The ProjectEQ dump is a MariaDB SQL dump. This provides mariadbd,
# mariadb-install-db, and the mariadb/mysql client aliases.
mariadb
unzip
];
PKG_CONFIG_PATH = "${pkgs.alsa-lib.dev}/lib/pkgconfig";