Difference between revisions of "Surveying (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(Related Tags)
(System Messages)
 
Line 125: Line 125:
 
||(Unknown)
 
||(Unknown)
 
||[[Surveying5 (Example)|Example]]
 
||[[Surveying5 (Example)|Example]]
 +
 +
|- align="center" style="background-color:#ffffcc;"
 +
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 +
|- align="center"
 +
||set_tool_first||/string/en/||error_message.stf||internal_command_string||Tool range not set. Please select the desired range and select USE again.||Message a player receives if they attempt to use a survey tool without first having set the tool range||[[Survey Resource 1 (Example)|Example]]
 +
|- align="center"
 +
||start_survey||/string/en/||survey.stf||internal_command_string||You begin to survey for %TO.||Message sent when a player begins to survey for a particular resource||[[Survey Resource 2 (Example)|Example]]
 +
|- align="center"
 +
||survey_swimming||/string/en/||error_message.stf||internal_command_string||You cannot perform that action while swimming.||Message a player receives if they attempt to survey while in water||[[Survey Resource 3 (Example)|Example]]
 +
|- align="center"
 +
||survey_cant||/string/en/||error_message.stf||internal_command_string||You can't use the survey tool at the moment.||Unknown||[[Survey Resource 4 (Example)|Example]]
 +
|- align="center"
 +
||survey_error||/string/en/||error_message.stf||internal_command_string||Unable to find the specified resource type.  Please survey again.||Unknown||[[Survey Resource 5 (Example)|Example]]
 +
|- align="center"
 +
||survey_in_structure||/string/en/||error_message.stf||internal_command_string||You cannot perform survey-related actions inside a structure.||Message a player receives if they attempt to survey while inside a building||[[Survey Resource 6 (Example)|Example]]
 +
|- align="center"
 +
||survey_mind||/string/en/||error_message.stf||internal_command_string||You are exhausted.  You need to clear your head before you can survey again.||Message a player receives if their mind pool is too low to be able to perform a survey||[[Survey Resource 7 (Example)|Example]]
 +
|- align="center"
 +
||survey_select_resource||/string/en/||ui.stf||internal_command_string||Please select a resource first.||Message a player receives if they attempt to survey without having selected a resource||[[Survey Resource 8 (Example)|Example]]
 +
|- align="center"
 +
||survey_waypointset||/string/en/||ui.stf||internal_command_string||Survey waypoint set||||[[Survey Resource 9 (Example)|Example]]
 +
|- align="center"
 +
||survey_sample||/string/en/||survey.stf||internal_command_string||You can't take a survey while you are collecting samples.||Message a player receives if they attempt to survey while they are already sampling a resource||[[Survey Resource 10 (Example)|Example]]
 +
|- align="center"
 +
||survey_standing||/string/en/||error_message.stf||internal_command_string||You must be standing to take a survey or samples.||Message a player receives if they attempt to survey resources while not standing||[[Survey Resource 11 (Example)|Example]]
 +
|- align="center"
 +
||survey_waypoint||/string/en/||survey.stf||internal_command_string||A waypoint to the highest detected concentration of the resource has been activated.||Message sent when a survey waypoint has been created in the player's datapad to the location of the resource.||[[Survey Resource 12 (Example)|Example]]
  
 
|}
 
|}
 
|}
 
|}

Latest revision as of 02:56, 20 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.



Description

Template (Game Messages)

Related Tags

25% This document has been partially completed.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples
sample_survey /string/en/ survey.stf internal_command_string You can't take resource samples while you are surveying. Notification to player that they cannot perform sampling while surveying if they attempt to /sample while surveying Example


start_survey /string/en/ survey.stf internal_command_string You begin to survey for %TO. Notification to player that they are now surveying for a particular resource. Example
survey_noresource /string/en/ ui.stf internal_command_string You must select a resource for this tool from the Inventory before you can do this. Notification to a player that they must first select a resource to use before they can /survey or /sample if the player has not already selected a resource on the survey tool and attempts to perform those actions. This message is only seen if the player attempts to use /sample and /survey from command line. A different display occurs if the user attempts to use the sample/survey buttons on the tool UI. Example
survey_nothingfound /string/en/ ui.stf internal_command_string Resource not located. Message sent if a player attempts to sample a resource that is currently in the process of shifting out. Example
survey_notool /string/en/ ui.stf internal_command_string You must use a survey tool once from the Inventory before you can do this. Possibly message that player receives when they are first using a survey tool. This possibly means that the tool has to have its range set first before it can be used. Example



survey_waypoint /string/en/ survey.stf internal_command_string A waypoint to the highest detected concentration of the resource has been activated. Notification to a player that a waypoint has been generated to the resource that was spotted on the survey. Example
survey_waypointset /string/en/ ui.stf internal_command_string Survey waypoint set (Unknown) Example


trace_amount /string/en/ survey.stf internal_command_string You are only able to locate trace amounts of %TO. Message sent to the player after they attempt a survey for a particular resource in which there is less than 10% concentration in the area. Example
wrong_tool /string/en/ survey.stf internal_command_string %TO resources cannot be located with this tool. (Unknown) Example
ID Path Filename Trigger Message Notes Examples
set_tool_first /string/en/ error_message.stf internal_command_string Tool range not set. Please select the desired range and select USE again. Message a player receives if they attempt to use a survey tool without first having set the tool range Example
start_survey /string/en/ survey.stf internal_command_string You begin to survey for %TO. Message sent when a player begins to survey for a particular resource Example
survey_swimming /string/en/ error_message.stf internal_command_string You cannot perform that action while swimming. Message a player receives if they attempt to survey while in water Example
survey_cant /string/en/ error_message.stf internal_command_string You can't use the survey tool at the moment. Unknown Example
survey_error /string/en/ error_message.stf internal_command_string Unable to find the specified resource type. Please survey again. Unknown Example
survey_in_structure /string/en/ error_message.stf internal_command_string You cannot perform survey-related actions inside a structure. Message a player receives if they attempt to survey while inside a building Example
survey_mind /string/en/ error_message.stf internal_command_string You are exhausted. You need to clear your head before you can survey again. Message a player receives if their mind pool is too low to be able to perform a survey Example
survey_select_resource /string/en/ ui.stf internal_command_string Please select a resource first. Message a player receives if they attempt to survey without having selected a resource Example
survey_waypointset /string/en/ ui.stf internal_command_string Survey waypoint set Example
survey_sample /string/en/ survey.stf internal_command_string You can't take a survey while you are collecting samples. Message a player receives if they attempt to survey while they are already sampling a resource Example
survey_standing /string/en/ error_message.stf internal_command_string You must be standing to take a survey or samples. Message a player receives if they attempt to survey resources while not standing Example
survey_waypoint /string/en/ survey.stf internal_command_string A waypoint to the highest detected concentration of the resource has been activated. Message sent when a survey waypoint has been created in the player's datapad to the location of the resource. Example