Quote Originally Posted by selentic View Post
Unreal editor confuzzles me

Im not really sure if I want to move to this engine after CE. Im looking for something with a similiar development process to halo's, in other words, make level in max, import to into the game.

Any suggestions, besides halo 2 :/

Till then Ill keep looking around in the Unreal Engine for what I could do
You wont find many PC games that do that. You make the entire Halo BSP in Max because that engine is optimized to run on the limited resources of a console. Every single vertex can be managed. PC engines are typically more sloppy. But as said by other people, you can still work the same way. Just make a subtraction box that will fit your level mesh and place it inside. However, if you do that, you're going to run into UV mapping, lighting, and possible preformance problems. Just make your entire level in Max, then slice it up so a lot of the stuff is separate objects. Any time you have a flat wall or floor, use the Subtraction/Addition brushes to make them ingame.