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

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
Line 146: Line 146:
  
 
|- align="center"
 
|- align="center"
||vehicle_only
+
||droid_pet_only
 
||/path/goes/here/
 
||/path/goes/here/
 
||filename.stf
 
||filename.stf
 
||internal_command_string
 
||internal_command_string
||You may only use this tool to customize vehicles.
+
||You may only use this tool to customize droid pets.
||Message sent to a player if they have an object that isnt a vehicle targeted when they attempt to use the customization kit.
+
||Message sent to a player if they have an object that isnt a droid targeted when they attempt to use the customization kit.
 
||[[Vehicle Customization Message 9 (Example)|Examples]]
 
||[[Vehicle Customization Message 9 (Example)|Examples]]
  
  
 
|- align="center"
 
|- align="center"
||need_consent_vehicle
+
||need_consent
 
||/path/goes/here/
 
||/path/goes/here/
 
||filename.stf
 
||filename.stf
 
||internal_command_string
 
||internal_command_string
||You require consent to customize another player's vehicle.
+
||You require consent to customize another player's droid.
||Message sent to the player if they attempt to use a vehicle customization kit on vehicle that belongs to another player who has not consented them.
+
||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.
 
||[[Vehicle Customization Message 10 (Example)|Examples]]
 
||[[Vehicle Customization Message 10 (Example)|Examples]]
  

Revision as of 22:05, 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 /path/goes/here/ filename.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 /path/goes/here/ filename.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 /path/goes/here/ filename.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 /path/goes/here/ filename.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 /path/goes/here/ filename.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 /path/goes/here/ filename.stf internal_command_string You have failed customization operations on %TT. Unknown Examples


prose_fail_owner /path/goes/here/ filename.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 /path/goes/here/ filename.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 /path/goes/here/ filename.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