AutoBSPpackingTool: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''AutoBSPpackingTool''' is a third party tool made for Source developers and mappers. It automatically detects and packs almost every possible file that can be used in a map...") |
No edit summary |
||
Line 20: | Line 20: | ||
* The program creates a .bsp.backup file before packing. | * The program creates a .bsp.backup file before packing. | ||
* Shows a notification when packing is finished. | * Shows a notification when packing is finished. | ||
* The program uses HLLib.dll and CrowbarCommandLineDecomp.exe. | |||
== Supported games == | == Supported games == |
Revision as of 14:29, 1 March 2022
AutoBSPpackingTool is a third party tool made for Source developers and mappers. It automatically detects and packs almost every possible file that can be used in a map file (.bsp file).
Features
- Detects brush materials, textures, models, sounds, skyboxes.
- Detects materials and textures used in models (including skins) and also detects $includemodel parameter.
- Detects .nav (navigation mesh), .ain (info_node), .txt (map description), .txt (soundscapes), .cache (soundcache), .txt (radar information), .dds (radar image), .svg (map icon), .png (map background), .kv (player models).
- Detects scripts (.nut and .cfg).
- Detects models, sounds and other scripts inside detected scripts.
- Recognizes patch materials.
- Can either pack all the found files into .bsp or save a file with a list of all detected custom files.
Warnings
- Does not detect scripts with a space in the path (so does Hammer).
Information
- You should put a program in a folder because it will create a cache folder in a directory .exe file is in.
- The program creates a .bsp.backup file before packing.
- Shows a notification when packing is finished.
- The program uses HLLib.dll and CrowbarCommandLineDecomp.exe.
Supported games
Currently supports only:
(more games will be added in the future)