Difference between revisions of "Datapad (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 56: Line 56:
 
|}
 
|}
  
= System Messages =
+
= System Messages =
 
+
 
+
 
+
  
 
{| align="center"
 
{| align="center"
Line 67: Line 64:
 
|- 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"
||too_many_waypoints
+
||new_datapad_device||/string/en/||system_msg.stf||internal_command_string||A new device has been placed in your datapad.||Patch 13||Examples
||/string/en/
+
||base_player.stf
+
||internal_command_string
+
||You have too many waypoints in your datapad. Please delete some before creating more.
+
||Notes
+
||Examples
+
  
 +
|- align="center"
 +
||find_datapad_full||/string/en/||base_player.stf||internal_command_string||/Find was unable to create a waypoint.  It is likely that your datapad is full||Patch 14||Examples
  
 
|- align="center"
 
|- align="center"
||new_datapad_device
+
||too_many_waypoints||/string/en/||base_player.stf||internal_command_string||You have too many waypoints in your datapad. Please delete some before creating more.||Patch 14||Examples
||/string/en/
+
||system_msg.stf
+
||internal_command_string
+
||A new device has been placed in your datapad.
+
||Notes
+
||Examples
+
 
+
  
 
|}
 
|}
 
|}
 
|}

Revision as of 13:54, 3 July 2009

Game Messages - Datapad

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

Datapad 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
new_datapad_device /string/en/ system_msg.stf internal_command_string A new device has been placed in your datapad. Patch 13 Examples
find_datapad_full /string/en/ base_player.stf internal_command_string /Find was unable to create a waypoint. It is likely that your datapad is full Patch 14 Examples
too_many_waypoints /string/en/ base_player.stf internal_command_string You have too many waypoints in your datapad. Please delete some before creating more. Patch 14 Examples