Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 469 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 469 Bytes

Small tool to switch the entity list in Quake .bsp files.

Example usage:

./bspent.py extract aerowalk.bsp aerowalk.ent
cat aerowalk.ent | sed 's/item_armor1/item_armorInv/g' > aerowank.ent
./bspent.py switch aerowalk.bsp aerowank.ent aerowank.bsp

This will create a map called aerowank.bsp that's exactly like aerowalk, but all green armors are changed to red armors.

Thx to [DP]BLooD_DoG, Tuna, ciscon, skurk, hemostick, jogi, fourier for being useless...