ET BSP map info extractor.
Fixed unnamed spawn points detection. | 2014019, 5 Dec 2018 |
---|---|
src/ | |
tests/ | |
.editorconfig | |
.gitattributes | |
.gitignore | |
composer.json | |
LICENSE.md | |
README.md |
ET BSP info extractor
$info = Adawolfa\BSP\Parser::parse('supply.bsp');
var_dump($info->size);
// Returns number of spawn entities for each spawn point.
var_dump($info->spawnsRed);
var_dump($info->spawnsBlue);
BSP file format structure description found here and some entity related info there.