Difference between revisions of "Userinfo"

From WolfWiki
Jump to: navigation, search
Line 2: Line 2:
  
 
In the logfile lines starting with ''ClientUserinfoChanged'' are [[Configstring]] while lines starting with ''Userinfo'' are actual Userinfo strings.
 
In the logfile lines starting with ''ClientUserinfoChanged'' are [[Configstring]] while lines starting with ''Userinfo'' are actual Userinfo strings.
 +
 +
<table border="1">
 +
<caption>Userinfo contents</caption>
 +
<tr><th>Key</th><th>Example value</th><th>Description</th></tr>
 +
<tr><td>cg_etVersion</td><td>ET Pro, ET 2.60</td><td>[MOD name], [ET Version]</td></tr>
 +
<tr><td>cg_uinfo</td><td>108 0 100 1</td><td>[?] [?] [?] [?]</td></tr>
 +
<tr><td>g_password</td><td>none</td><td>Unused?</td></tr>
 +
<tr><td>password</td><td>serverPass1</td><td>Password the client connects with</td></tr>
 +
<tr><td>cl_guid</td><td>(An ETPro GUID)</td><td>Client's ETPro GUID</td></tr>
 +
<tr><td>cl_anonymous</td><td>0</td><td>?</td></tr>
 +
<tr><td>snaps</td><td>20</td><td>Client's snaps setting</td></tr>
 +
<tr><td>rate</td><td>25000</td><td>Client's rate setting</td></tr>
 +
<tr><td>name</td><td>EtPlayer</td><td>Client's name</td></tr>
 +
<tr><td>cl_wwwDownload</td><td>1</td><td>WWW downloads enabled or not</td></tr>
 +
<tr><td>cl_punkbuster</td><td>1</td><td>Punkbuster enabled or not</td></tr>
 +
<tr><td>ip</td><td>127.0.0.1:27960</td><td>[IP]:[PORT]</td></tr>
 +
</table>

Revision as of 06:24, 29 May 2010

Userinfo string mustn't be mistaken for Configstring!

In the logfile lines starting with ClientUserinfoChanged are Configstring while lines starting with Userinfo are actual Userinfo strings.

Userinfo contents
KeyExample valueDescription
cg_etVersionET Pro, ET 2.60[MOD name], [ET Version]
cg_uinfo108 0 100 1[?] [?] [?] [?]
g_passwordnoneUnused?
passwordserverPass1Password the client connects with
cl_guid(An ETPro GUID)Client's ETPro GUID
cl_anonymous0?
snaps20Client's snaps setting
rate25000Client's rate setting
nameEtPlayerClient's name
cl_wwwDownload1WWW downloads enabled or not
cl_punkbuster1Punkbuster enabled or not
ip127.0.0.1:27960[IP]:[PORT]