I love the smell of UnrealEd crashing in the morning. – tarquin

Difference between revisions of "Author property"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (For inline purposes)
 
m
Line 1: Line 1:
<includeonly>The creator of the map. If your using a nickname then it is recommend to write your first name then 'NICKNAMEHERE' and ending with your last name e.g. Sjoerd 'Hourences' De Jong.</includeonly>
+
<includeonly>The creator of the map. If your using a nickname then it is recommend to write your first name then 'NICKNAMEHERE' and ending with your last name e.g. Sjoerd 'Hourences' De Jong.
 +
 
 +
See [[{{PAGENAME}}]] for more information.</includeonly>
 
<noinclude>
 
<noinclude>
 
The ''Author'' is a property available in all [[Unreal Engine]] games in {{classgames|LevelInfo}} and {{classgames|WorldInfo}} for {{UE3}} games.
 
The ''Author'' is a property available in all [[Unreal Engine]] games in {{classgames|LevelInfo}} and {{classgames|WorldInfo}} for {{UE3}} games.
Line 14: Line 16:
 
<!--- Need pictures --->
 
<!--- Need pictures --->
  
[[Category:Actor properties]]
+
==See also==
 +
* [[Description property]] - A description for your map.
 +
* [[Title property]] - A friendly name for your map.
 +
* [[Screenshot property]] - A screenshot for your map.
 +
 
 +
[[Category:Actor properties]][[Category:Mapping articles]]
 
</noinclude>
 
</noinclude>

Revision as of 14:20, 11 July 2010


The Author is a property available in all Unreal Engine games in LevelInfo(RTNP, U1, UT, U2, U2XMP, UE2Runtime, UT2003, UT2004) and WorldInfo(UDK, UT3) for Unreal Engine 3 games.

Usage

The property is usually used by map browsing menus and/or voting menus and it can be configured from UnrealEd in the LevelProperties window.

The value of the property should be your nickname only or a full name including your nick name in a single quotation mark e.g. Sjoerd 'Hourences' De Jong.

Note: A color tag can be used to colorize your name.

UT2004

In UT2004 the author is displayed in the map browser menu at the bottom of the specified screenshot of the selected map.

See also