Packbsp: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''PackBsp''' is | '''PackBsp''' is an open-source developer tool that automatically analyzes a map and discovers its network of dependencies, such as artistic assets, and packs them into the BSP file. It is currently under active development by the author. | ||
For example, your map may have a custom model in it. PackBSP will analyze the model to find all the files and materials it uses, and then analyze those to find gibs or textures, etc. until everything has been explored. It will compare these files against what exists in GCF/NCF files so that only the custom content you really need is included in the map, and can show you when needed content is missing. | |||
[[File:Packbsp_screen01.png]] | [[File:Packbsp_screen01.png]] | ||
Line 17: | Line 15: | ||
== Eventual plans == | == Eventual plans == | ||
* Support for | * Support for Left 4 Dead series, Alien Swarm | ||
* Support for Macs | * Support for Macs | ||
== External links == | == External links == | ||
* [http://technofovea.com/blog/projects/packbsp PackBsp site] | * [http://technofovea.com/blog/projects/packbsp PackBsp author site] | ||
== See also == | == See also == |
Revision as of 01:01, 5 April 2011
PackBsp is an open-source developer tool that automatically analyzes a map and discovers its network of dependencies, such as artistic assets, and packs them into the BSP file. It is currently under active development by the author.
For example, your map may have a custom model in it. PackBSP will analyze the model to find all the files and materials it uses, and then analyze those to find gibs or textures, etc. until everything has been explored. It will compare these files against what exists in GCF/NCF files so that only the custom content you really need is included in the map, and can show you when needed content is missing.
Features
- Detects engines and games the same way the Source SDK launcher does.
- Autodetects the relevant GCFs for a game and examines their contents.
- Uses the same data Hammer does (FGDs) to intelligently detect uses of textures, models, etc. in your map.
- Packs custom skybox textures and detail sprites.
- Examines VMT files and understands a wide variety of dependencies, such as bumpmaps, env-maps, patch shaders, etc.
- Handles map-specific particle manifests.
- Handles custom soundscapes.
Eventual plans
- Support for Left 4 Dead series, Alien Swarm
- Support for Macs