Difference between revisions of "Userinfo"

From WolfWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
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>[cg_autoreload / cg_autoactivate / cg_predictitems setting] [cl_timenudge setting] [cl_maxpackets setting] [???]</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>ETPro GUID</td></tr>
 +
<tr><td>cl_anonymous</td><td>0</td><td>?</td></tr>
 +
<tr><td>snaps</td><td>20</td><td>Snaps setting</td></tr>
 +
<tr><td>rate</td><td>25000</td><td>Rate setting</td></tr>
 +
<tr><td>name</td><td>EtPlayer</td><td>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>
 +
<tr><td>protocol</td><td>84</td><td>82 - 2.55, 83 - 2.56, 84 - 2.60/b/d</td></tr>
 +
<tr><td>qport</td><td>616</td><td>Randomly chosen as startup</td></tr>
 +
<tr><td>challenge</td><td>-1865210525</td><td>Random positive 31bit integer?</td></tr>
 +
</table>

Latest revision as of 06:36, 30 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[cg_autoreload / cg_autoactivate / cg_predictitems setting] [cl_timenudge setting] [cl_maxpackets setting] [???]
g_passwordnoneUnused?
passwordserverPass1Password the client connects with
cl_guid(An ETPro GUID)ETPro GUID
cl_anonymous0?
snaps20Snaps setting
rate25000Rate setting
nameEtPlayerName
cl_wwwDownload1WWW downloads enabled or not
cl_punkbuster1Punkbuster enabled or not
ip127.0.0.1:27960[IP]:[PORT]
protocol8482 - 2.55, 83 - 2.56, 84 - 2.60/b/d
qport616Randomly chosen as startup
challenge-1865210525Random positive 31bit integer?