TF2 map converter

Download any* tf2 map as gltf/glb

Usage

Simply point your browser (or any other http client) at /gltf/<map name>.glb to download the map in glb format.

For example: /gltf/cp_steel_f12.glb

Additionally, a basic viewer is available at /view/<map name> to preview the converted map.

For example: /view/cp_steel_f12

Options

The following options can be set as query parameters

Source and local usage

The source for the converter can be found at https://github.com/icewind1991/vbsp-to-gltf and includes a command line version of the converter for local usage.