mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 08:18:21 -05:00
Add T5 basis
This commit is contained in:
@ -67,6 +67,41 @@ ZoneCode.Assets = {
|
||||
"AddonMapEnts"
|
||||
},
|
||||
|
||||
T5 = {
|
||||
"PhysPreset",
|
||||
"PhysConstraints",
|
||||
"DestructibleDef",
|
||||
"XAnimParts",
|
||||
"XModel",
|
||||
"Material",
|
||||
"MaterialTechniqueSet",
|
||||
"GfxImage",
|
||||
"SndBank",
|
||||
"SndPatch",
|
||||
"clipMap_t",
|
||||
"ComWorld",
|
||||
"GameWorldSp",
|
||||
"GameWorldMp",
|
||||
"MapEnts",
|
||||
"GfxWorld",
|
||||
"GfxLightDef",
|
||||
"Font_s",
|
||||
"MenuList",
|
||||
"menuDef_t",
|
||||
"LocalizeEntry",
|
||||
"WeaponVariantDef",
|
||||
"SndDriverGlobals",
|
||||
"FxEffectDef",
|
||||
"FxImpactTable",
|
||||
"RawFile",
|
||||
"StringTable",
|
||||
"PackIndex",
|
||||
"XGlobals",
|
||||
"ddlRoot_t",
|
||||
"Glasses",
|
||||
"EmblemSet"
|
||||
},
|
||||
|
||||
T6 = {
|
||||
"PhysPreset",
|
||||
"PhysConstraints",
|
||||
@ -243,6 +278,10 @@ function ZoneCode:project()
|
||||
self:outputForAssets(self.Assets.IW4)
|
||||
filter {}
|
||||
|
||||
filter "files:**/T5.gen"
|
||||
self:outputForAssets(self.Assets.T5)
|
||||
filter {}
|
||||
|
||||
filter "files:**/T6.gen"
|
||||
self:outputForAssets(self.Assets.T6)
|
||||
filter {}
|
||||
|
Reference in New Issue
Block a user