Add IW4 ImpactFx loading code

This commit is contained in:
Jan
2020-09-09 11:58:42 +02:00
parent ceeb1832cd
commit b4756c3688
6 changed files with 32 additions and 12 deletions

View File

@ -30,7 +30,7 @@ asset LocalizeEntry ASSET_TYPE_LOCALIZE_ENTRY;
// asset WeaponCompleteDef ASSET_TYPE_WEAPON;
// asset SndDriverGlobals ASSET_TYPE_SNDDRIVER_GLOBALS;
asset FxEffectDef ASSET_TYPE_FX;
// asset FxImpactTable ASSET_TYPE_IMPACT_FX;
asset FxImpactTable ASSET_TYPE_IMPACT_FX;
asset RawFile ASSET_TYPE_RAWFILE;
asset StringTable ASSET_TYPE_STRINGTABLE;
// asset LeaderboardDef ASSET_TYPE_LEADERBOARD;
@ -616,6 +616,14 @@ use FxTrailDef;
set count verts vertCount;
set count inds indCount;
// =========================================
// FxImpactTable
// =========================================
use FxImpactTable;
set string name;
set name name;
set count table 15;
// =========================================
// GfxLightDef
// =========================================