How To Change the Maximum Number of Players

From Civilization Modding Wiki
Revision as of 17:10, 7 December 2009 by Deanej (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is actually pretty simple (on a PC). Here are the steps:

  • Open CvDefines.h
  • Find "#define MAX_CIV_PLAYERS" and look over to the right. That number is the number of players allowed not including barbarians, 18 by default.
  • Change the number to the maximum number of players you want.
  • Save the file and do a clean build of the DLL.

That's it!