项目作者: Donkie

项目描述 :
A set of command line .NET Core programs and a library for interacting with the Binary Space Partition .bsp file format in the Source Engine created by Valve.
高级语言: C#
项目地址: git://github.com/Donkie/BSPUtils.git
创建时间: 2020-04-28T19:01:00Z
项目社区:https://github.com/Donkie/BSPUtils

开源协议:MIT License

下载


BSPUtils

A set of command line .NET Core programs for interacting with the Binary Space Partition .bsp file format in the Source Engine created by Valve.

BSPLumpExtract

Lets you clear and extract specific lumps of a .bsp into .lmp files.

BSPPak

Lets you pack map content into the .bsp using an intelligent .gitignore-style file filter to only pack the files you want.

LibBSP

The library that the above programs use. Available as a NuGet package at https://www.nuget.org/packages/LibBSP/.

Supports reading and editing raw lump data for any lump. Additionally contains various helping methods and classes for easier data manipulation.