iw3 basis

This commit is contained in:
Jan
2021-04-12 19:18:55 +02:00
parent 62d9309922
commit 1267b8aa7b
76 changed files with 3722 additions and 0 deletions

View File

@ -1,6 +1,34 @@
ZoneCode = {}
ZoneCode.Assets = {
IW3 = {
"PhysPreset",
"XAnimParts",
"XModel",
"Material",
"MaterialTechniqueSet",
"GfxImage",
"snd_alias_list_t",
"SndCurve",
"LoadedSound",
"clipMap_t",
"ComWorld",
"GameWorldSp",
"GameWorldMp",
"MapEnts",
"GfxWorld",
"GfxLightDef",
"Font_s",
"MenuList",
"menuDef_t",
"LocalizeEntry",
"WeaponDef",
"FxEffectDef",
"FxImpactTable",
"RawFile",
"StringTable"
},
IW4 = {
"PhysPreset",
"PhysCollmap",
@ -207,6 +235,10 @@ function ZoneCode:project()
}
filter {}
filter "files:**/IW3.gen"
self:outputForAssets(self.Assets.IW3)
filter {}
filter "files:**/IW4.gen"
self:outputForAssets(self.Assets.IW4)
filter {}