BSP
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Game data files |extensions={{ext|bsp}} }} '''BSP''' is a game map format used in the Quake series and some other computer games, u...") |
Ljcool2006 (Talk | contribs) (thank you jason scott) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Game data files | |subcat=Game data files | ||
|extensions={{ext|bsp}} | |extensions={{ext|bsp}} | ||
+ | |mimetypes={{mimetype|model/vnd.valve.source.compiled-map}} | ||
}} | }} | ||
+ | :''For another "BSP" format, see [[BSP (ZX Spectrum)]].'' | ||
+ | |||
'''BSP''' is a game map format used in the Quake series and some other computer games, using binary space partitioning to define the edges of objects. | '''BSP''' is a game map format used in the Quake series and some other computer games, using binary space partitioning to define the edges of objects. | ||
Line 11: | Line 14: | ||
* [http://graphics.stanford.edu/~kekoa/q3/ Quake 3/id Tech 3 BSP file format] | * [http://graphics.stanford.edu/~kekoa/q3/ Quake 3/id Tech 3 BSP file format] | ||
* [http://developer.valvesoftware.com/wiki/Source_BSP_File_Format Source Engine BSP file format] | * [http://developer.valvesoftware.com/wiki/Source_BSP_File_Format Source Engine BSP file format] | ||
− | * [http://hlbsp.sourceforge.net/index.php?content=bspdef Unofficial BSP v30 file spec] | + | * [https://web.archive.org/web/20240212131019/http://hlbsp.sourceforge.net/index.php?content=bspdef Unofficial BSP v30 file spec] |
== Links == | == Links == | ||
Line 17: | Line 20: | ||
* [https://quakewiki.org/wiki/Quake_file_formats Quake file formats] | * [https://quakewiki.org/wiki/Quake_file_formats Quake file formats] | ||
− | |||
[[Category:Graphics]] | [[Category:Graphics]] | ||
+ | [[Category:id Software]] | ||
+ | [[Category:Valve]] |
Latest revision as of 21:18, 26 August 2024
- For another "BSP" format, see BSP (ZX Spectrum).
BSP is a game map format used in the Quake series and some other computer games, using binary space partitioning to define the edges of objects.
[edit] Format descriptions
- Quake 1/id Tech 1 BSP file format
- Quake 2/id Tech 2 BSP file format
- Quake 3/id Tech 3 BSP file format
- Source Engine BSP file format
- Unofficial BSP v30 file spec