Difference between revisions of "Surveying (Game Messages)"
From SWGANH Wiki
(New page: {{PageCleanup}} {{PageHeader|Game Messages|Message Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| |valign=top| {| border="0" width="100%" cellpadding=6 |- |valign=...) |
(→System Messages) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 20: | Line 20: | ||
{| align="center" | {| align="center" | ||
|- | |- | ||
− | ||{{ | + | ||{{D25%}} |
|- | |- | ||
||{{Game Messages}} | ||{{Game Messages}} | ||
Line 28: | Line 28: | ||
== System Messages == | == System Messages == | ||
+ | |||
{| align="center" | {| align="center" | ||
− | |- | + | |- align="center" |
|| | || | ||
{| class="anhsmalltable" | {| class="anhsmalltable" | ||
|- 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" | |- align="center" | ||
− | || | + | ||<font size=1>sample_survey</font> |
+ | ||<font size=1>/string/en/</font> | ||
+ | ||<font size=1>survey.stf</font> | ||
+ | ||<font size=1>internal_command_string</font> | ||
+ | ||<font size=1>You can't take resource samples while you are surveying.</font> | ||
+ | ||<font size=1>Notification to player that they cannot perform sampling while surveying if they attempt to /sample while surveying</font> | ||
+ | ||[[Surveying1 (Example)|Example]] | ||
+ | |||
+ | |||
+ | |||
+ | |- align="center" | ||
+ | ||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. | ||
+ | ||[[Surveying2 (Example)|Example]] | ||
+ | |||
+ | |- align="center" | ||
+ | ||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. | ||
+ | ||[[Surveying6 (Example)|Example]] | ||
+ | |||
+ | |- align="center" | ||
+ | ||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. | ||
+ | ||[[Surveying7 (Example)|Example]] | ||
+ | |||
+ | |- align="center" | ||
+ | ||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. | ||
+ | ||[[Surveying8 (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. | ||
+ | ||Notification to a player that a waypoint has been generated to the resource that was spotted on the survey. | ||
+ | ||[[Surveying3 (Example)|Example]] | ||
+ | |||
+ | |- align="center" | ||
+ | ||survey_waypointset | ||
+ | |||
+ | ||/string/en/ | ||
+ | ||ui.stf | ||
+ | ||internal_command_string | ||
+ | ||Survey waypoint set | ||
+ | ||(Unknown) | ||
+ | ||[[Surveying10 (Example)|Example]] | ||
+ | |||
+ | |||
+ | |- align="center" | ||
+ | ||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. | ||
+ | ||[[Surveying4 (Example)|Example]] | ||
+ | |||
+ | |- align="center" | ||
+ | ||wrong_tool | ||
+ | ||/string/en/ | ||
+ | ||survey.stf | ||
+ | ||internal_command_string | ||
+ | ||%TO resources cannot be located with this tool. | ||
+ | ||(Unknown) | ||
+ | ||[[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 01:56, 20 August 2009
This article or section needs proper wiki formatting. |
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.
|
System Messages
|