Table of Contents

Enum BlockType

Namespace
ValveResourceFormat
Assembly
ValveResourceFormat.dll

Resource file block types.

public enum BlockType : uint

Fields

Undefined = 0

Undefined or unknown block type.

RERL = 1280460114

Resource External Reference List. Contains a list of external resource references.

REDI = 1229210962

Resource Edit Info. Contains dependency and compilation metadata for the resource.

RED2 = 843334994

Resource Edit Info 2. An updated version of ValveResourceFormat.BlockType.REDI stored in KV3 format.

NTRO = 1330795598

Resource Introspection Manifest. Contains structure and enum definitions for the resource data.

DATA = 1096040772

Resource Data. The main data block containing the resource's primary content.

VBIB = 1112097366

Vertex and Index Buffer Information Block. Contains mesh vertex and index buffer data.

VXVS = 1398167638

Voxel Visibility. Contains voxel-based visibility data.

SNAP = 1346457171

Particle Snapshot. Contains snapshot data for particle systems.

CTRL = 1280463939

Control Data. Contains configuration and control data in KV3 format for sounds, models, and other resources.

MDAT = 1413563469

Mesh Data. Contains mesh geometry data including hitbox sets and material groups.

MRPH = 1213223501

Morph Data. Contains morph target (flex/blend shape) data for meshes.

MBUF = 1179992653

Mesh Buffer. An alternative mesh vertex and index buffer format.

ANIM = 1296649793

Animation Data. Contains skeletal animation data.

ASEQ = 1363497793

Animation Sequence. Contains animation sequence group data.

AGRP = 1347569473

Animation Group. Contains animation group resource data.

PHYS = 1398360144

Physics Aggregate Data. Contains physics collision meshes and constraint data.

INSG = 1196641865

Input Signature. Contains shader input layout and signature data for materials.

SrMa = 1632465491

Source Map. Contains source mapping data for Panorama CSS files.

LaCo = 1866686796

Layout Content. Contains parsed VXML AST data for Panorama layouts.

STAT = 1413567571

Statistics. Contains compiled JavaScript metadata (e.g., public methods) for Panorama scripts.

SPRV = 1448235091

SPIR-V Shader. Contains compiled SPIR-V shader bytecode for S&box.

FLCI = 1229147206

File/Line/Column Information. Contains source location data (file, line, column) for compiled vdata files.

DSTF = 1179931460

Distance Field. Contains distance field data in KV3 format.

TBUF = 1179992660

Tools Buffer. Contains vertex buffer data for unused attributes (tools only).

MVTX = 1481922125

Mesh Vertex Buffer. Contains vertex buffer data for meshes.

MIDX = 1480870221

Mesh Index Buffer. Contains index buffer data for meshes.