Emp resource point: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
No edit summary
(cleanup)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Sitenav|[[Entity_Index|Entity Index]] > Emp_resource_point}}
{{MappingDocumentation}}


== Description ==
==Overview==
The Entity used to set the position of resource nodes in a level. Use in conjunction with [[emp_resource_point_prop]].
The Entity used to set the position of resource nodes in a level. You may optionally use this entity in conjunction with [[emp_resource_point_prop]].


== Properties ==
==Keyvalues==
*; Name : The name that other entities refer to this entity by.
;Name
*; Pitch Yaw Roll (Y Z X): 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.
:The name that other entities refer to this entity by.
*; Enabled : If enabled, a refinery may be built on it.  If not enabled, then an entity within the map must enable it before a refinery can be built on it.
;Pitch Yaw Roll (Y Z X)
*; Total Resources : The total number of resources that this resource point will give out.  '-1' is infinite.  A positive number is finite.
: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.
*; Resources : The amount of resources that will be extracted per second.
;Enabled
:If enabled, a refinery may be built on it.  If not enabled, then an entity within the map must enable it before a refinery can be built on it.
;Total Resources
:The total number of resources that this resource point will give out.  '-1' is infinite.  A positive number is finite.
;Resources
:The amount of resources that will be extracted per second.


== Notes ==
==Notes==
* These must be placed above the ground or the brush it is touching will prevent the refinery from being placed.
*This must be placed above the ground or the brush it is touching will prevent the refinery from being placed.
 
[[Category:Entity]]

Latest revision as of 07:21, 16 July 2010

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



Overview

The Entity used to set the position of resource nodes in a level. You may optionally use this entity in conjunction with emp_resource_point_prop.

Keyvalues

Name
The name that other entities refer to this entity by.
Pitch Yaw Roll (Y Z X)
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.
Enabled
If enabled, a refinery may be built on it. If not enabled, then an entity within the map must enable it before a refinery can be built on it.
Total Resources
The total number of resources that this resource point will give out. '-1' is infinite. A positive number is finite.
Resources
The amount of resources that will be extracted per second.

Notes

  • This must be placed above the ground or the brush it is touching will prevent the refinery from being placed.