Skip to content
/ bspent Public

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

Notifications You must be signed in to change notification settings

eb/bspent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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...

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages