mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Silence some assets with known issues
This commit is contained in:
parent
78fd61c19b
commit
cc8cdee8fa
1 changed files with 18 additions and 0 deletions
|
@ -257,6 +257,24 @@ const cartesian =
|
|||
// Use this to silence known issues
|
||||
/** @type {string[]} */
|
||||
const AssetSilence = [
|
||||
// Truly missing a file
|
||||
"ItemBoots/ToeTape",
|
||||
"ItemBoots/Zipties",
|
||||
"ItemDevices/WoodenRack",
|
||||
|
||||
// Ambiguous "" usage
|
||||
"ItemDevices/Familiar",
|
||||
"ItemDevices/LittleMonster",
|
||||
|
||||
"ItemDevices/TeddyBear", // .PNG file extension
|
||||
|
||||
"ItemHood/CowHood", // Missing lock layer
|
||||
|
||||
"ItemMisc/WoodenPaddle", // Only used by the maid initiation NPC
|
||||
"ItemDevices/Kennel", // Because of the door animation files
|
||||
"ItemDevices/VacBedDeluxe", // Kinda abuses the pose system
|
||||
// Stuff that need a SetPose filter
|
||||
"ItemDevices/Net",
|
||||
];
|
||||
const AssetBasePath = BASE_PATH + "Assets/Female3DCG/";
|
||||
const AllAssetFiles = dirTree(AssetBasePath, { extensions: /\.png/ });
|
||||
|
|
Loading…
Add table
Reference in a new issue