mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
update readme
This commit is contained in:
parent
d4f80899a2
commit
1da5c89b06
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue