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

Eclipse Map limit to 100?


RoyalMachine
 Share

Recommended Posts

Yes the default is 100 maps, but you can change this. First you need to obtain a copy visual basic 6 (enterprise or professional) then using this guide to install it http://www.touchofdeathforums.com/smf/index.php/topic,68399.0.html

After that open the client.vbp and server.vbp
Look for the "modconstants" module and find MAX_MAPS = 100 and change it. Do this for both client and server.

Compile ur project and boom more maps
Link to comment
Share on other sites

There's a limit, but if you have Visual Basic 6 ([guide here](http://www.touchofdeathforums.com/smf/index.php/topic,68399.msg736833.html#msg736833)) then you can change it.

After you have done that (make sure you did step 3), do this:
* Open server.vbp (located in the server folder).* Find "Public Const MAX_MAPS As Long = 100" (no quotes). You can press Control + F and type your search there.* Change the number at the end to whatever you want.* Go to File (top-left corner) > Make server.exe.* Open client.vbp (located in the client folder) and do the same steps.

Warning - while you were typing a new reply has been posted. You may wish to review your post.

:(
Link to comment
Share on other sites

  • 2 months later...

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
 Share

×
×
  • Create New...