Difference between revisions of "Factory Naming (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
 
(5 intermediate revisions by 2 users not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Factory Naming (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 72: Line 72:
 
||internal_command_string
 
||internal_command_string
 
||You must be in a building or near an installation to use that command.
 
||You must be in a building or near an installation to use that command.
||Notes
+
||Message a player receives if they attempt to use the /setName command and are beyond the 32 meter range from which to use the /setName command on a structure.
||Examples
+
||[[Factory Naming 1 (Example)|Example]]
  
  
Line 83: Line 83:
 
||internal_command_string
 
||internal_command_string
 
||That is not a valid name.
 
||That is not a valid name.
||Notes
+
||Message a player receives if they send off a name that has more than 68 characters in the structure name prompt.
||Examples
+
||[[Factory Naming 2 (Example)|Example]]
  
  
  
 
|- align="center"
 
|- align="center"
||ID Value
+
||rename_must_be_owner
 
||/string/en/
 
||/string/en/
 
||player_structure.stf
 
||player_structure.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||You must be the owner to rename a structure.
||Notes
+
||Message a player gets if they attempt to rename the structure and are not the lot owner for the structure
||Examples
+
||[[Factory Naming 3 (Example)|Example]]
  
  
  
 
|- align="center"
 
|- align="center"
||ID Value
+
||structure_renamed
 
||/string/en/
 
||/string/en/
 
||player_structure.stf
 
||player_structure.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||Structure renamed.
||Notes
+
||Confirmation sent to a player when the structure is renamed.
||Examples
+
||[[Factory Naming 4 (Example)|Example]]
  
  
  
 
|- align="center"
 
|- align="center"
||ID Value
+
||obscene
 
||/string/en/
 
||/string/en/
 
||player_structure.stf
 
||player_structure.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||That name was rejected by the name filter.  Try a different name.
 
||Notes
 
||Notes
||Examples
+
||[[Factory Naming 5 (Example)|Example]]
  
  

Latest revision as of 19:20, 19 August 2009




Game Messages - Message Category

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.


Navigation

Description

Factory Naming (Game Messages)

Related Tags

75% This document is nearing completion.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples
command_no_building /string/en/ player_structure.stf internal_command_string You must be in a building or near an installation to use that command. Message a player receives if they attempt to use the /setName command and are beyond the 32 meter range from which to use the /setName command on a structure. Example


not_valid_name /string/en/ player_structure.stf internal_command_string That is not a valid name. Message a player receives if they send off a name that has more than 68 characters in the structure name prompt. Example


rename_must_be_owner /string/en/ player_structure.stf internal_command_string You must be the owner to rename a structure. Message a player gets if they attempt to rename the structure and are not the lot owner for the structure Example


structure_renamed /string/en/ player_structure.stf internal_command_string Structure renamed. Confirmation sent to a player when the structure is renamed. Example


obscene /string/en/ player_structure.stf internal_command_string That name was rejected by the name filter. Try a different name. Notes Example


ID Value /string/en/ player_structure.stf internal_command_string System Message Text Notes Examples