2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 16:52:35 +00:00

FIxed techset dumping and loading to be the same, as well as added a missing image check to the BSP compiler to reduce the output prints when an image is missing.

This commit is contained in:
LJW-Dev
2025-10-11 18:42:09 +08:00
committed by Jan Laupetin
parent 68435e8c74
commit f3bf16405c
6 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,5 @@
#include "ObjWriterT6.h"
#include "AssetDumpers/AssetDumperTechniqueSet.h"
#include "FontIcon/FontIconDumperT6.h"
#include "Game/T6/Material/MaterialJsonDumperT6.h"
#include "Game/T6/Techset/TechsetDumperT6.h"
@@ -18,6 +17,7 @@
#include "Sound/SndBankDumperT6.h"
#include "Sound/SndDriverGlobalsDumperT6.h"
#include "StringTable/StringTableDumperT6.h"
#include "Techset/AssetDumperTechniqueSet.h"
#include "Tracer/TracerDumperT6.h"
#include "Vehicle/VehicleDumperT6.h"
#include "Weapon/AttachmentDumperT6.h"