Difference between revisions of "Repair Vehicle (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
m (System Messages)
 
(6 intermediate revisions by 2 users not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Repair Vehicle (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D25%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 65: Line 65:
 
|- 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"
+
 
||err_repair_data
+
||/string/en/pet/
+
||pet_menu.stf
+
||internal_command_string
+
||Your repair transaction has been cancelled due to unavailability of system data.
+
||Notes
+
||[[Repair Vehicle 1 (Game Messages)|Examples]]
+
  
 
|- align="center"
 
|- align="center"
Line 80: Line 73:
 
||internal_command_string
 
||internal_command_string
 
||Your attempt to repair your vehicle has failed.
 
||Your attempt to repair your vehicle has failed.
||Notes
+
||Unknown
 
||[[Repair Vehicle 2 (Game Messages)|Examples]]
 
||[[Repair Vehicle 2 (Game Messages)|Examples]]
  
Line 89: Line 82:
 
||internal_command_string
 
||internal_command_string
 
||You are not near a valid garage.
 
||You are not near a valid garage.
||Notes
+
||Message a player receives if attempting to repair their vehicle through the radial menu when they have exceeded the range of the garage repair radius.
 
||[[Repair Vehicle 3 (Game Messages)|Examples]]
 
||[[Repair Vehicle 3 (Game Messages)|Examples]]
  
Line 98: Line 91:
 
||internal_command_string
 
||internal_command_string
 
||You have entered into the proximity of a vehicle garage.
 
||You have entered into the proximity of a vehicle garage.
||Notes
+
||Message a player receives when they get within 64 meters of a garage zone.
 
||[[Repair Vehicle 4 (Game Messages)|Examples]]
 
||[[Repair Vehicle 4 (Game Messages)|Examples]]
  
Line 107: Line 100:
 
||internal_command_string
 
||internal_command_string
 
||You vehicle condition has changed since confirmation. Repairs will be conducted for the total amount of  %DI.
 
||You vehicle condition has changed since confirmation. Repairs will be conducted for the total amount of  %DI.
||Notes
+
||Message a player receives if they have already gotten the repair estimate and then the vehicle's condition changes before they accept the repair cost. The system will repair the vehicle but at the newly calculated repair cost.
 
||[[Repair Vehicle 5 (Game Messages)|Examples]]
 
||[[Repair Vehicle 5 (Game Messages)|Examples]]
  
Line 116: Line 109:
 
||internal_command_string
 
||internal_command_string
 
||You may not repair a disabled vehicle.
 
||You may not repair a disabled vehicle.
||Notes
+
||Message a player receives when attempting to repair a vehicle that has been destroyed.
 
||[[Repair Vehicle 6 (Game Messages)|Examples]]
 
||[[Repair Vehicle 6 (Game Messages)|Examples]]
  
Line 125: Line 118:
 
||internal_command_string
 
||internal_command_string
 
||Your vehicle does not recognize any local garages. Try again in a garage repair zone.
 
||Your vehicle does not recognize any local garages. Try again in a garage repair zone.
||Notes
+
||Unknown
 
||[[Repair Vehicle 7 (Game Messages)|Examples]]
 
||[[Repair Vehicle 7 (Game Messages)|Examples]]
  
Line 134: Line 127:
 
||internal_command_string
 
||internal_command_string
 
||The targeted vehicle does not require any repairs at the moment.
 
||The targeted vehicle does not require any repairs at the moment.
||Notes
+
||Message a player receives when attempting to repair a vehicle and the vehicle is at 100% condition.
 
||[[Repair Vehicle 8 (Game Messages)|Examples]]
 
||[[Repair Vehicle 8 (Game Messages)|Examples]]
  
|- align="center"
+
 
||ID Value
+
||/string/en/pet/
+
||pet_menu.stf
+
||internal_command_string
+
||System Message Text
+
||Notes
+
||[[Repair Vehicle 9 (Game Messages)|Examples]]
+
  
 
|- align="center"
 
|- align="center"
||ID Value
+
||lacking_funds_prefix
 
||/string/en/pet/
 
||/string/en/pet/
 
||pet_menu.stf
 
||pet_menu.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||You lack the additional
||Notes
+
||Message a player receives when they lack enough credits to repair a vehicle.
||[[Repair Vehicle 9 (Game Messages)|Examples]]
+
||[[Repair Vehicle 10 (Game Messages)|Examples]]
  
 
|- align="center"
 
|- align="center"
||ID Value
+
||lacking_funds_suffix
 
||/string/en/pet/
 
||/string/en/pet/
 
||pet_menu.stf
 
||pet_menu.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
|| credits required to repair your vehicle.
||Notes
+
||Message a player receives when they lack enough credits to repair a vehicle.
||[[Repair Vehicle 9 (Game Messages)|Examples]]
+
||[[Repair Vehicle 10 (Game Messages)|Examples]]
 
|}
 
|}
 
|}
 
|}

Latest revision as of 01:40, 28 August 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

Repair Vehicle (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


err_repair_fail /string/en/pet/ pet_menu.stf internal_command_string Your attempt to repair your vehicle has failed. Unknown Examples
garage_out_of_range /string/en/pet/ pet_menu.stf internal_command_string You are not near a valid garage. Message a player receives if attempting to repair their vehicle through the radial menu when they have exceeded the range of the garage repair radius. Examples
garage_proximity /string/en/pet/ pet_menu.stf internal_command_string You have entered into the proximity of a vehicle garage. Message a player receives when they get within 64 meters of a garage zone. Examples
repair_condition_changed /string/en/pet/ pet_menu.stf internal_command_string You vehicle condition has changed since confirmation. Repairs will be conducted for the total amount of  %DI. Message a player receives if they have already gotten the repair estimate and then the vehicle's condition changes before they accept the repair cost. The system will repair the vehicle but at the newly calculated repair cost. Examples
cannot_repair_disabled /string/en/pet/ pet_menu.stf internal_command_string You may not repair a disabled vehicle. Message a player receives when attempting to repair a vehicle that has been destroyed. Examples
repair_unrecognized_garages /string/en/pet/ pet_menu.stf internal_command_string Your vehicle does not recognize any local garages. Try again in a garage repair zone. Unknown Examples
undamaged_vehicle /string/en/pet/ pet_menu.stf internal_command_string The targeted vehicle does not require any repairs at the moment. Message a player receives when attempting to repair a vehicle and the vehicle is at 100% condition. Examples


lacking_funds_prefix /string/en/pet/ pet_menu.stf internal_command_string You lack the additional Message a player receives when they lack enough credits to repair a vehicle. Examples
lacking_funds_suffix /string/en/pet/ pet_menu.stf internal_command_string credits required to repair your vehicle. Message a player receives when they lack enough credits to repair a vehicle. Examples