GS Hot Seat Max Player Cap?

Master_Chaz

Chieftain
Joined
Apr 22, 2006
Messages
59
Location
The Seven Seas
Having some issues trying to allow more than 12 players in a hot seat game.
Changed the StagingRoom.lua file and the changes were only available in Single Player.
Has anyone experienced this issue or have a solution?
 
k, I'm an idiot
the second line that needed changing:
g_currentMaxPlayers = math.min(MapConfiguration.GetMaxMajorPlayers(), 12);
moved in the LUA file, and after way to long I finally figured that out... smh
 
Back
Top Bottom