Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
kittytaymar

what's the sector limit?

Recommended Posts

When I tried to open my SLIGE-generated monster level in doombuilder 1.68, it just froze on me. The final doom engine plays it after a long wait, but doombuilder doesn't want to know. It has 8,734 sectors and 8,108 things. What's doombuilder s limit for maps?

Share this post


Link to post

Don't know of any sector limits in Doom Builder. If you can get the DOS or Doom95 engine to run your map it's more likely a case of DB 1.68 being unable to reconcile the errors, which you can expect to find plenty of in a large SLIGE map.

Share this post


Link to post

Maybe because there are so many things & sectors, it causes your game to lag so badly that it froze. It reminds me of one decorate item I made, I put that health item in the map and it froze completely.

Share this post


Link to post

You probably made a zero-length infinite loop somewhere. Something like this:

Actor blah : blah
{
   Blah properties blah
   States
   {
   Spawn:
      BLAH A 0
      Loop
   }
}
You make a zero-length infinite loop. The engine will never stop changing this actor's state to the next in the same tic, so it never gets to process the rest of the actors. The game effectively freezes.

Share this post


Link to post

SLIGE? That old rusty RMG? Try Oblige

And yes, I am sure DB should handle a generated map of that size.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×