mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-10-30 18:17:15 +00:00 
			
		
		
		
	chore: update t6 xmodel part classifications
This commit is contained in:
		| @@ -30,14 +30,35 @@ namespace fs = std::filesystem; | ||||
| namespace | ||||
| { | ||||
|     const char* HITLOC_NAMES[]{ | ||||
|         "none",           "helmet",          "head",           "neck",       "torso_upper", "torso_middle",    "torso_lower",    "right_arm_upper", | ||||
|         "left_arm_upper", "right_arm_lower", "left_arm_lower", "right_hand", "left_hand",   "right_leg_upper", "left_leg_upper", "right_leg_lower", | ||||
|         "left_leg_lower", "right_foot",      "left_foot",      "gun",        "shield", | ||||
|         // clang-format off | ||||
|         "none", | ||||
|         "helmet", | ||||
|         "head", | ||||
|         "neck", | ||||
|         "torso_upper", | ||||
|         "torso_middle", | ||||
|         "torso_lower", | ||||
|         "right_arm_upper", | ||||
|         "left_arm_upper", | ||||
|         "right_arm_lower", | ||||
|         "left_arm_lower", | ||||
|         "right_hand", | ||||
|         "left_hand", | ||||
|         "right_leg_upper", | ||||
|         "left_leg_upper", | ||||
|         "right_leg_lower", | ||||
|         "left_leg_lower", | ||||
|         "right_foot", | ||||
|         "left_foot", | ||||
|         "gun", | ||||
|         "shield", | ||||
|         // clang-format on | ||||
|     }; | ||||
|     static_assert(std::extent_v<decltype(HITLOC_NAMES)> == HITLOC_COUNT); | ||||
|  | ||||
|     class PartClassificationState final : public IZoneAssetLoaderState | ||||
|     { | ||||
|         // TODO: Use MP part classifications when building an mp fastfile | ||||
|         static constexpr auto PART_CLASSIFICATION_FILE = "partclassification.csv"; | ||||
|  | ||||
|     public: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user