1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00

update readme

This commit is contained in:
Robin Appelman 2025-04-18 15:04:32 +02:00
commit 1da5c89b06

View file

@ -2,8 +2,9 @@
Rust parser for valve bsp files. Rust parser for valve bsp files.
Currently supports bsp files from Counter Strike Source and Team Fortress 2, other source games using bsp version 19 or Mainly tested with Team Fortress 2 and Counter Strike Source files, other source games using bsp versions 19, 20 or
20 might also work. 21 might also work.
Adding other sourcemod variants should be fairly straight forward and pull requests for them are welcome. Adding other sourcemod variants should be fairly straight forward and pull requests for them are welcome.
# Example usage # Example usage
@ -32,4 +33,5 @@ This project is adapted from the [quake bsp parser] and
wouldn't be possible without information from the [source engine wiki]. wouldn't be possible without information from the [source engine wiki].
[quake bsp parser]: https://github.com/Vurich/bsp [quake bsp parser]: https://github.com/Vurich/bsp
[source engine wiki]: https://developer.valvesoftware.com/wiki/Source_BSP_File_Format [source engine wiki]: https://developer.valvesoftware.com/wiki/Source_BSP_File_Format