Emp info map overview: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== Description ==
{{MappingDocumentation}}
This entity determines where a player first entering the game will start their view point at which should be overlooking the map. If more than one entity is created, one will be randomly chosen per player. This entity has 2 keyvalues: ''name'' and ''pitch yaw roll''.


[[Category:Entity|Map Overview]]
==Overview==
Determines where the starting view point for Unassigned players will be upon map load. If a map contains multiple instances of this entity, one will be randomly chosen for each Unassigned player. This entity has 2 keyvalues: ''name'' and ''pitch yaw roll''.
 
==Keyvalues==
;Name <string>
:The name that other entities refer to this entity by.
 
;Pitch Yaw Roll (Y Z X) <angle>
:This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
 
[[Category: Entity]]

Revision as of 06:14, 12 June 2009

Empires Mapping Documentation
Mapping Overiew | Hammer Configuration | Entity Index | Basic Mapping | Setup Resources | Tutorials | Useful FGD Modifications | Bots and NPCs | Dimensions | Skyboxes



Overview

Determines where the starting view point for Unassigned players will be upon map load. If a map contains multiple instances of this entity, one will be randomly chosen for each Unassigned player. This entity has 2 keyvalues: name and pitch yaw roll.

Keyvalues

Name <string>
The name that other entities refer to this entity by.
Pitch Yaw Roll (Y Z X) <angle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.