Enemy Spawning: Difference between revisions
Line 2: | Line 2: | ||
== Creating Enemy Squads == | == Creating Enemy Squads == | ||
Before you can get an enemy to spawn you need to create a 'squad' for it. Squads contain information about the number and type of enemies that should spawn in a particular group. You could have a squad with only a single enemy in it, or a squad with dozens of enemies, | Before you can get an enemy to spawn you need to create a 'squad' for it. Squads contain information about the number and type of enemies that should spawn in a particular group. You could have a squad with only a single enemy in it, or a squad with dozens of enemies, it's up to you. To begin creating squads you must first place a 'KF_StorySquadDesigner' actor somewhere in your map. You can find the Squad Designer in the actor classes browser under '''Info -->KF_StorySquadDesigner''' | ||
[[File:AddSquadDesigner.jpg |left|x800px|link=File:AddSquadDesigner.jpg |left|x800px|]] | [[File:AddSquadDesigner.jpg |left|x800px|link=File:AddSquadDesigner.jpg |left|x800px|]] | ||
{{Col-begin}} | |||
{{Col-break}} | |||
Once the Squad designer has been placed you should select it and press F4 to open up its properties. You will notice that it has an empty array called 'Squads'. Click on this and select 'Add' to create a new entry. | |||
[[File:AddSquadButton.jpg |left|x800px|link=File:AddSquadButton.jpg |left|x800px|]] | |||
{{Col-begin}} | {{Col-begin}} |
Revision as of 22:22, 5 November 2013
Enemy spawning in Objective mode is very different than it is in Wave Mode.
Creating Enemy Squads
Before you can get an enemy to spawn you need to create a 'squad' for it. Squads contain information about the number and type of enemies that should spawn in a particular group. You could have a squad with only a single enemy in it, or a squad with dozens of enemies, it's up to you. To begin creating squads you must first place a 'KF_StorySquadDesigner' actor somewhere in your map. You can find the Squad Designer in the actor classes browser under Info -->KF_StorySquadDesigner
Once the Squad designer has been placed you should select it and press F4 to open up its properties. You will notice that it has an empty array called 'Squads'. Click on this and select 'Add' to create a new entry.
|