Difference between revisions of "Matchmaking (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(Related Tags)
(System Messages)
Line 56: Line 56:
 
|}
 
|}
  
= System Messages =
+
== Match Making ==
 +
 
 +
 
 +
{| align="center"
 +
|-
 +
||
 +
{| class="anhsmalltable"
 +
|- align="center" style="background-color:#ffffcc;"
 +
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 +
|----
 +
|match_found_prose
 +
|/string/en/
 +
|ui_cmnty.stf
 +
|internal_command_string
 +
|Personality match of %DI% with %TT
 +
|Indicates the percentage match for a particular player.  This will list every successful match.
 +
|[[Community Window Example46 (Example)|Example]]
 +
|----
 +
|quick_match_bad_parameters
 +
|/string/en/
 +
|ui_cmnty.stf
 +
|internal_command_string
 +
|Your quick match parameter does not match any of the Categories or Types listed in the Community->Personal window.
 +
|(Unknown)
 +
|[[Community Window Example47 (Example)|Example]]
 +
|----
 +
|quick_match_many
 +
|/string/en/
 +
|ui_cmnty.stf
 +
|internal_command_string
 +
|There are %DI matching players.
 +
|(Unknown)
 +
|[[Community Window Example48 (Example)|Example]]
 +
|----
 +
|quick_match_none
 +
|/string/en/
 +
|ui_cmnty.stf
 +
|internal_command_string
 +
|There are no players that match your quick match filter.
 +
|(Unknown)
 +
|[[Community Window Example49 (Example)|Example]]
 +
|----
 +
|quick_match_one
 +
|/string/en/
 +
|ui_cmnty.stf
 +
|internal_command_string
 +
|There is 1 matching player.
 +
|(Unknown)
 +
|[[Community Window Example50 (Example)|Example]]
 +
|----
 +
|quick_match_title
 +
|/string/en/
 +
|ui_cmnty.stf
 +
|internal_command_string
 +
|Quick Matches for %TU
 +
|(Unknown)
 +
|[[Community Window Example51 (Example)|Example]]
 +
 
 +
|}
 +
|}
 +
 
  
  
 
See [[Community Window (Game Messages)|Community Window]]
 
See [[Community Window (Game Messages)|Community Window]]

Revision as of 14:27, 26 July 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

100% This document is complete.

Game Messages This document refers to internal SWG Messages.

Match Making

ID Path Filename Trigger Message Notes Examples
match_found_prose /string/en/ ui_cmnty.stf internal_command_string Personality match of %DI% with %TT Indicates the percentage match for a particular player. This will list every successful match. Example
quick_match_bad_parameters /string/en/ ui_cmnty.stf internal_command_string Your quick match parameter does not match any of the Categories or Types listed in the Community->Personal window. (Unknown) Example
quick_match_many /string/en/ ui_cmnty.stf internal_command_string There are %DI matching players. (Unknown) Example
quick_match_none /string/en/ ui_cmnty.stf internal_command_string There are no players that match your quick match filter. (Unknown) Example
quick_match_one /string/en/ ui_cmnty.stf internal_command_string There is 1 matching player. (Unknown) Example
quick_match_title /string/en/ ui_cmnty.stf internal_command_string Quick Matches for %TU (Unknown) Example


See Community Window