Difference between revisions of "Using Droid Customization Kits (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 78: Line 78:
 
|- align="center"
 
|- align="center"
 
||prose_no_customization
 
||prose_no_customization
||/path/goes/here/
+
||/string/en/tool/
||filename.stf
+
||customizer.stf
 
||internal_command_string
 
||internal_command_string
 
||%TT does not have any customization options available.
 
||%TT does not have any customization options available.
Line 87: Line 87:
 
|- align="center"
 
|- align="center"
 
||prose_cancelled_owner
 
||prose_cancelled_owner
||/path/goes/here/
+
||/string/en/tool/
||filename.stf
+
||customizer.stf
 
||internal_command_string
 
||internal_command_string
 
||%TU has cancelled customization operations for %TT
 
||%TU has cancelled customization operations for %TT
Line 97: Line 97:
 
|- align="center"
 
|- align="center"
 
||prose_complete_owner
 
||prose_complete_owner
||/path/goes/here/
+
||/string/en/tool/
||filename.stf
+
||customizer.stf
 
||internal_command_string
 
||internal_command_string
 
||%TU has completed customizing %TT.
 
||%TU has completed customizing %TT.
Line 107: Line 107:
 
|- align="center"
 
|- align="center"
 
||prose_complete
 
||prose_complete
||/path/goes/here/
+
||/string/en/tool/
||filename.stf
+
||customizer.stf
 
||internal_command_string
 
||internal_command_string
 
||You have completed customizations for %TT.
 
||You have completed customizations for %TT.
Line 117: Line 117:
 
|- align="center"
 
|- align="center"
 
||prose_cancelled
 
||prose_cancelled
||/path/goes/here/
+
||/string/en/tool/
||filename.stf
+
||customizer.stf
 
||internal_command_string
 
||internal_command_string
 
||You cancel customization operations for %TT.
 
||You cancel customization operations for %TT.
Line 127: Line 127:
 
|- align="center"
 
|- align="center"
 
||prose_fail
 
||prose_fail
||/path/goes/here/
+
||/string/en/tool/
||filename.stf
+
||customizer.stf
 
||internal_command_string
 
||internal_command_string
 
||You have failed customization operations on %TT.
 
||You have failed customization operations on %TT.
Line 137: Line 137:
 
|- align="center"
 
|- align="center"
 
||prose_fail_owner
 
||prose_fail_owner
||/path/goes/here/
+
||/string/en/tool/
||filename.stf
+
||customizer.stf
 
||internal_command_string
 
||internal_command_string
 
||%TU have failed customization operations on %TT.
 
||%TU have failed customization operations on %TT.
Line 147: Line 147:
 
|- align="center"
 
|- align="center"
 
||droid_pet_only
 
||droid_pet_only
||/path/goes/here/
+
||/string/en/tool/
||filename.stf
+
||customizer.stf
 
||internal_command_string
 
||internal_command_string
 
||You may only use this tool to customize droid pets.
 
||You may only use this tool to customize droid pets.
Line 157: Line 157:
 
|- align="center"
 
|- align="center"
 
||need_consent
 
||need_consent
||/path/goes/here/
+
||/string/en/tool/
||filename.stf
+
||customizer.stf
 
||internal_command_string
 
||internal_command_string
 
||You require consent to customize another player's droid.
 
||You require consent to customize another player's droid.

Revision as of 22:07, 23 June 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

Template (Game Messages)

Related Tags

0% This document has not been started.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples
no_data /string/en/tool/ customizer.stf internal_command_string The system was unable to load customization data for your target. Unknown Examples


prose_no_customization /string/en/tool/ customizer.stf internal_command_string %TT does not have any customization options available. Message sent to a player if a droid or vehicle does not have customization palettes available. Examples
prose_cancelled_owner /string/en/tool/ customizer.stf internal_command_string %TU has cancelled customization operations for %TT Message sent to the owner of the droid or vehicle when the player they have consented has canceled the customization attempt by closing the window. Examples


prose_complete_owner /string/en/tool/ customizer.stf internal_command_string %TU has completed customizing %TT. Message sent to the owner of the droid or vehicle when the player they have consented has completed the customization attempt. Examples


prose_complete /string/en/tool/ customizer.stf internal_command_string You have completed customizations for %TT. Message sent to the player when they complete the customization attempt on a droid or vehicle. Examples


prose_cancelled /string/en/tool/ customizer.stf internal_command_string You cancel customization operations for %TT. Message sent to the player when they cancel the customization attempt on a droid or vehicle by closing the window. Examples


prose_fail /string/en/tool/ customizer.stf internal_command_string You have failed customization operations on %TT. Unknown Examples


prose_fail_owner /string/en/tool/ customizer.stf internal_command_string %TU have failed customization operations on %TT. Unknown, possibly sent to the owner of a pet or vehicle of the consented player attempts to customize a vehicle or droid that does not have color palette choices available to customize. Examples


droid_pet_only /string/en/tool/ customizer.stf internal_command_string You may only use this tool to customize droid pets. Message sent to a player if they have an object that isnt a droid targeted when they attempt to use the customization kit. Examples


need_consent /string/en/tool/ customizer.stf internal_command_string You require consent to customize another player's droid. Message sent to the player if they attempt to use a droid customization kit on droid that belongs to another player who has not consented them. Examples