I can't remember where but there was a thread that talked about if you wanted to have more than 25 enemies on the rumble room. Any one know where it is?
You have to find the "Skirmish" folder, and search there for some python files that start with "CM25 (game mode)",where game mode may be epic mode, free for all, team mode, watch mode and generate AI. Select the game mode you want to modify, and in the script search for the line:
def OnNumEnemiesCheck():
return 44
Where 44 is the number of characters i defined for free for all...
FYI, this only worked for me in free for all game mode, i have not been able to make this work in watch mode or generate AI mode. But, there is a way i make this work for Watch mode, specially when i want to see different teams: once you changed the free for all.py, go to free for all and then select all the characters you want, but don't press 'next' just yet,go back, and then go to 'watch mode'. You will see all your characters selected and be able to play with 44 or more characters.
Be warned, with more characters your game performance will be affected.
Hope you understand all, my english is not very good.
