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

More then 100 maps


ddomino1
 Share

Recommended Posts

Firstly, open the VB6 projects of both client and server.

**CLIENT**

* Open the module "modConstants"
* Scroll down to the "'Map constants" section
* Where it says "Public Const MAX_MAPS As Long = 100", change the 100 to whatever you want. I wouldn't go over 1000 if I were you though…
* Compile the exe

**Server**

* Open the module "modConstants"
* Scroll down to the "'Map constants" section
* Where it says "Public Const MAX_MAPS As Long = 100", change the 100 to whatever you want. I wouldn't go over 1000 if I were you though…
* Compile the exe

_DISCLAIMER: I'm a noob and this could all be wrong._
Link to comment
Share on other sites

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...