Difference between revisions of "Factory Naming (Game Mechanics)"
(→Source References) |
(→Game Mechanics) |
||
Line 60: | Line 60: | ||
Structures can be renamed by clicking on them to bring up the radial menu, and then clicking the Structure Management radial option. On the Structure management radial, the player must click the Set Name option. Clicking Set Name will bring up a new SUI window allowing the player to input a new name for the structure. Structure names can be placed in color. These are based on hexadecimal RGB colour codes, as used in HTML. To change the text colour of a line you need a backslash ("\") followed by a hash sign ("#") and then your 6 character colour code. Putting it all together with a couple of examples, a pure red colour would be \#FF0000 or a nice, dark orange would be \#FF8C00 | Structures can be renamed by clicking on them to bring up the radial menu, and then clicking the Structure Management radial option. On the Structure management radial, the player must click the Set Name option. Clicking Set Name will bring up a new SUI window allowing the player to input a new name for the structure. Structure names can be placed in color. These are based on hexadecimal RGB colour codes, as used in HTML. To change the text colour of a line you need a backslash ("\") followed by a hash sign ("#") and then your 6 character colour code. Putting it all together with a couple of examples, a pure red colour would be \#FF0000 or a nice, dark orange would be \#FF8C00 | ||
+ | |||
+ | An example would be: | ||
+ | |||
+ | \#006400My House\#ffffff | ||
+ | \#FFD700In the middle of my street\#ffffff | ||
==Source References== | ==Source References== |
Revision as of 21:31, 1 July 2009
This article or section needs proper wiki formatting. |
Game Mechanics - Mechanics Category
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
Game MechanicsStructures can be renamed by clicking on them to bring up the radial menu, and then clicking the Structure Management radial option. On the Structure management radial, the player must click the Set Name option. Clicking Set Name will bring up a new SUI window allowing the player to input a new name for the structure. Structure names can be placed in color. These are based on hexadecimal RGB colour codes, as used in HTML. To change the text colour of a line you need a backslash ("\") followed by a hash sign ("#") and then your 6 character colour code. Putting it all together with a couple of examples, a pure red colour would be \#FF0000 or a nice, dark orange would be \#FF8C00 An example would be: \#006400My House\#ffffff \#FFD700In the middle of my street\#ffffff Source References
|