2025/12/01 Updated

Removed unneeded 2DAs from top hak.
Updated NWNxEE libraries
Updated PEPS
Updated nim tooling.
Updated NPC template scripts.
Full compile.
This commit is contained in:
Jaysyn904
2025-12-01 13:05:25 -05:00
parent 9142d652cd
commit 223d71f051
2292 changed files with 29747 additions and 30806 deletions

View File

@@ -20,7 +20,7 @@ struct stWeaponAppearance
};
// Maximum model number for weapons. Note this will be the 100s and 10s places.
// The color number uses the ones place. Thus 25 is actually 250.
const int ALLOW_CRAFT_NAMES = TRUE;
const int ALLOW_CRAFT_NAMES = FALSE;
const int CRAFT_MAX_WEAPON_MODEL_NUMBER = 99;
const string CRAFT_JSON = "CRAFT_JSON";
const string CRAFT_ORIGINAL_ITEM = "CRAFT_ORIGINAL_ITEM";