• Welcome to Freedom Reborn Archive.
 

Setting up waves?

Started by NomadX, June 30, 2008, 01:42:28 AM

Previous topic - Next topic

NomadX

Alright, I have no clue how to do this but I know it's possible. How do I go about setting up waves or a mission where enemies constantly come out as groups? I want to set one up where I can fight Ren's Skrulls and Hydra Soldiers in different waves. Please excuse me if this is in the wrong area.

laughing paradox

This is available using FFX 3.2.

In the Rumble Room, you can select Iron Man, I believe. The amount of enemies you choose determines the amount of waves you get.

Boalt92

you could also do it with EZ Script:



Story: waves
Starting Encounters: wave1

encounter: wave1
type: hunt
minions: skrulls
Next: wave2

alert cutscene:
red arrow on minion1

start cutscene:
remove arrow from minion1

#--------------------------------END wave1

Encounter: wave2
type: hunt
villiains: hydra, hydra, hydra, hydra
Next: wave1

alert cutscene:
red arrow on villain1

start cutscene:
remove arrow from villain1
#-----------------------------END wave2


This will give you an endless series of skrulls and hydra agents to battle.  Encounter type "hunt" means they will come after you.  Using "minions" will generate a group size based on your party and difficulty settings.  Using "villains" lets you specify the number of enemies.

There's lots more you can do, so check out the manual.

B92

NomadX

Eh, seems a bit complicated. How would I add an Iron Man mode for Skrulls or Hydra soldiers into the drop down menu. None of them allow me to select the villains.

laughing paradox

Quote from: NomadX on July 01, 2008, 02:16:33 AM
Eh, seems a bit complicated. How would I add an Iron Man mode for Skrulls or Hydra soldiers into the drop down menu. None of them allow me to select the villains.

It's actually the M25 Custom Instant Action selection, not Iron Man.

Sorry about the confusion!