Red Orchestra 2 Tutorials Index: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 intermediate revisions by one other user not shown)
Line 2: Line 2:


==Basic Level Design Setup==
==Basic Level Design Setup==
===Spawning===
[[Red Orchestra 2 Spawning Setup]]
====Infantry====
[[File:Example.jpg]]
ROVolumePlayerStartGroup - This volume is used to identify start locations for each team. Ideally you will want to have the same number of player starts as the max player load for the team. For example in a 8v8 each spawn location should have at least 8 spawns locations. You MUST set at LEAST the ROSpawnCameraActor in the volume properties. You will most likely want to use spawn protection volumes as well. Roles in the WorldInfo must be set in order to spawn.


If you split 32 spawns between 2 locations, all 32 people will spawn in the 1st spawn. If there is not enough spawns for all 32 they will start spawning inside of each other.
[[Red Orchestra 2 Role Setup]]


ROSpawnCameraActor - An actor that is used as a POV for when a player is selecting a spawn location. A reference of this actor should be associated with the ROVolumePlayerStartGroup.
[[Red Orchestra 2 Objective Setup]]


ROSpawnProtectionVolume - This is a volume that represents the bounds of the spawn protection. A reference of this actor should be associated with the ROVolumePlayerStartGroup.


ROVolumeNoArtillery - This volume is used to disallow placement of artillery markers. Generally speaking so the area in front of a spawn protection volume doesn't get spammed with artillery if it happens to be an isolated route.
==Artillery==
[[Red Orchestra 2 Artillery Setup| How to setup Artillery]]


ROPlayerStart - This Navigation actor is used to identify where players will spawn. Use the rotation gizmo to orient the player start in the direction the players should be heading. Unchecking the bPrimaryStart in the properties of the ROPlayerStart will define the ROPlayerStart as a squad leader spawn location.


EnablePlayerStartGroup - This is a Kismet action that will set the state of a ROVolumePlayerStartGroup.
==Publishing Your Map/GameTypes==
[[Publishing a single map / gametype]]


==Artillery==
[[Publishing a map with multiple gametypes]]
[[How to setup Artillery]]

Latest revision as of 18:22, 28 March 2012