xboxscene.org forums

Author Topic: R63 Multiplayer  (Read 90 times)

helter

  • Archived User
  • Newbie
  • *
  • Posts: 3
R63 Multiplayer
« on: February 17, 2004, 02:35:00 AM »

is it posible to change all the multiplayer maps to 16 player cause there are only about 5 maps that i am able to play in 16 player
Logged

dietz

  • Archived User
  • Newbie
  • *
  • Posts: 20
R63 Multiplayer
« Reply #1 on: August 15, 2004, 07:27:00 PM »

possible by editing the xboxdynamic.umd file.

dedicated servers use these lines:

m_MaxNbOfPlayersAdv=16
m_MaxNbOfPlayersTeamAdv=16

non-dedicated ones use these:

m_MaxNbOfPlayersAdvListen=16
m_MaxNbOfPlayersTeamAdvListen=16

change any 8,10 or 12 to 16...
look out with the 8's smile.gif
you'll have to know about what your doing...

For other maps (own made or ported) these
same lines need to be in the .ini file with that map.
Logged