bspguy icon indicating copy to clipboard operation
bspguy copied to clipboard

What does clean and optimize do?

Open seedee opened this issue 3 years ago • 1 comments

It's not made clear

seedee avatar Aug 27 '20 11:08 seedee

clean removes unused data that accumulates after editing BSP models. Maps might also have lots of unused data to begin with (of1a1.bsp has 13k unused planes for some reason). Deleting all references to a BSP model will also cause clean to delete that model.

optimize is explained here. Don't use it in v3 though. There's a bug that deletes a required hull from func_ladder, with no way to recover it. The latest commit should be safe(r).

wootguy avatar Aug 27 '20 17:08 wootguy