mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Add loading of iw4 font and addonmapents assets
This commit is contained in:
@ -23,7 +23,7 @@ asset MapEnts ASSET_TYPE_MAP_ENTS;
|
||||
// asset FxWorld ASSET_TYPE_FXWORLD;
|
||||
// asset GfxWorld ASSET_TYPE_GFXWORLD;
|
||||
asset GfxLightDef ASSET_TYPE_LIGHT_DEF;
|
||||
// asset Font_s ASSET_TYPE_FONT;
|
||||
asset Font_s ASSET_TYPE_FONT;
|
||||
asset MenuList ASSET_TYPE_MENULIST;
|
||||
asset menuDef_t ASSET_TYPE_MENU;
|
||||
asset LocalizeEntry ASSET_TYPE_LOCALIZE_ENTRY;
|
||||
@ -37,7 +37,7 @@ asset LeaderboardDef ASSET_TYPE_LEADERBOARD;
|
||||
asset StructuredDataDefSet ASSET_TYPE_STRUCTURED_DATA_DEF;
|
||||
asset TracerDef ASSET_TYPE_TRACER;
|
||||
// asset VehicleDef ASSET_TYPE_VEHICLE;
|
||||
// asset AddonMapEnts ASSET_TYPE_ADDON_MAP_ENTS;
|
||||
asset AddonMapEnts ASSET_TYPE_ADDON_MAP_ENTS;
|
||||
|
||||
// Setup blocks
|
||||
block temp XFILE_BLOCK_TEMP default;
|
||||
@ -738,6 +738,15 @@ use GfxLightDef;
|
||||
set string name;
|
||||
set name name;
|
||||
|
||||
// =========================================
|
||||
// Font_s
|
||||
// =========================================
|
||||
use Font_s;
|
||||
set string fontName;
|
||||
set name fontName;
|
||||
set reusable glyphs;
|
||||
set count glyphs glyphCount;
|
||||
|
||||
// =========================================
|
||||
// RawFile
|
||||
// =========================================
|
||||
@ -806,4 +815,12 @@ use TracerDef;
|
||||
set string name;
|
||||
set name name;
|
||||
|
||||
// =========================================
|
||||
// AddonMapEnts
|
||||
// =========================================
|
||||
use AddonMapEnts;
|
||||
set string name;
|
||||
set name name;
|
||||
set count entityString numEntityChars;
|
||||
|
||||
// EOF
|
Reference in New Issue
Block a user