wfowler1 / jbn-bsp-lump-tools

Just a goofy tool for messing with Nightfire BSPs. For all intents and purposes this is a dead project preserved here after Google Code shut down. The origins of the BSP decompiler project and LibBSP can be traced back here.
5 stars 2 forks source link

BSP combiner is broken #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to combine two maps using the BSP combiner.
2. Try to run the map

What is the expected output? What do you see instead?
Well I'd hope to see both maps, one on top of the other. Instead I get an 
endless loading screen.

Please use labels and text to provide additional information.
The BSP combining tool was more of an experiment than anything else. I don't 
even know if it was a feasible thing to do anyway.

One good debugging tool is to try decompiling after combining two maps. If the 
combined BSP breaks the decompiler, it may indicate (by an exception or other 
error) where a problem is.

Original issue reported on code.google.com by wfowl...@mscd.edu on 3 Jul 2011 at 7:54