Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
Difference between revisions of "Author property"
From Unreal Wiki, The Unreal Engine Documentation Site
m |
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>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> | + | 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 21: | Line 20: | ||
* [[Screenshot property]] - A screenshot for your map. | * [[Screenshot property]] - A screenshot for your map. | ||
− | [[Category:Actor properties]][[Category:Mapping articles]] | + | [[Category:Actor properties]][[Category:Mapping articles]]</noinclude> |
− | </noinclude> | + |
Latest revision as of 13:26, 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[edit]
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[edit]
In UT2004 the author is displayed in the map browser menu at the bottom of the specified screenshot of the selected map.
See also[edit]
- Description property - A description for your map.
- Title property - A friendly name for your map.
- Screenshot property - A screenshot for your map.