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) |
||
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" | ||
+ | ||<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" | |- align="center" | ||
− | || | + | ||wrong_tool |
+ | ||/string/en/ | ||
+ | ||survey.stf | ||
+ | ||internal_command_string | ||
+ | ||%TO resources cannot be located with this tool. | ||
+ | ||(Unknown) | ||
+ | ||[[Surveying5 (Example)|Example]] | ||
+ | |||
|} | |} | ||
|} | |} |
Revision as of 01:20, 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
|