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

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageCleanup}} {{PageHeader|Game Messages|Message Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| =Navigation= {| align="center" width="280px" |- || {{Auction (Mess)}...)
 
(System Messages)
 
(7 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 65: Line 65:
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 +
 +
|- align="center"
 +
||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.
 +
||[[Factory Naming 1 (Example)|Example]]
 +
 +
 +
 +
|- align="center"
 +
||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.
 +
||[[Factory Naming 2 (Example)|Example]]
 +
 +
 +
 +
|- align="center"
 +
||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
 +
||[[Factory Naming 3 (Example)|Example]]
 +
 +
 +
 +
|- align="center"
 +
||structure_renamed
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||Structure renamed.
 +
||Confirmation sent to a player when the structure is renamed.
 +
||[[Factory Naming 4 (Example)|Example]]
 +
 +
 +
 +
|- align="center"
 +
||obscene
 +
||/string/en/
 +
||player_structure.stf
 +
||internal_command_string
 +
||That name was rejected by the name filter.  Try a different name.
 +
||Notes
 +
||[[Factory Naming 5 (Example)|Example]]
 +
 +
 +
 
|- align="center"
 
|- align="center"
 
||ID Value
 
||ID Value
||/path/goes/here/
+
||/string/en/
||filename.stf
+
||player_structure.stf
 
||internal_command_string
 
||internal_command_string
 
||System Message Text
 
||System Message Text
 
||Notes
 
||Notes
 
||Examples
 
||Examples
 +
 
|}
 
|}
 
|}
 
|}

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