• Welcome to Freedom Reborn Archive.
 

How do I increase the rumble room opponent limit from 25 to X?

Started by lugaru, May 06, 2007, 10:12:37 AM

Previous topic - Next topic

lugaru

Say I would like to see 50 or even 100 people running around in the rumble room for those big universe vs universe battles... how can I increase the limit of characters allowed? I know there was a post about this before but a lot of old stuff got deleted.

BatWing

i think it was that cowboy gl dude that made a thread about this
there was a solution but i forgot :doh:

GogglesPizanno

Its been so long...but I THINK:

You need to go to your skirmish folder and edit the appropriate .py files.

The various rumble room modes that allow you to pick enemies have a function called: OnNumEnemiesCheck():
(I'm pretty sure battle.py and the M25 varieties are the ones that have this)

i think you need to change the return value

i.e.
def OnNumEnemiesCheck():
    return 75

I think there is a limit on what the max number is, but i don't remember what it is.

** Be sure to back up any files you change (ya know, just in case  :doh: )**

BatWing


GogglesPizanno

If you are using FFX, it should be in your ffx directory.

If you are using the stock game (heaven forbid), its in the dat.ff file and you need to extract it to the data directory using winzip or some other unzipping utility.

BatWing


lugaru

Worked like a charm, you continue to rock quite hard Pizanno...

I went to

program files/irrational games/freedom force vs.../ffx3/skirmish/

and changed the entry on the cM25 Skirmish Watch Mode like Goggles said... back up your file and give it a shot!


BatWing


lugaru

I did 75 like the example, and I doubt I'll need more than 50 people in the rumble room.

I tested it with 6 random avengers (thor, iron man, sersi, captain america, hulk and black knight) vs 14 flame mech, 14 mech and mr mechanical. No problems at all.

BatWing