ID:2196397
 
(See the best response by Ter13.)
Im wondering if i say made 3 map files all different sizes and only enabled 1 of them does the other two that are smaller get still compressed with it even if not enabled? like would the void actually still have the bounding boxes unique to their own map without it needing custom bounding box blockers? and is there anyway for me to enable and disable the map files via code? (aka check and uncheck the map files)
Best response
The DMB only compiles included maps.

There is no way to include or uninclude map files via code other than the #include directive. The #include directive is a compile time preprocessor directive, though, so it you can't dynamically load and unload maps into the DMB at runtime.