Difference between revisions of "Userinfo"
From WolfWiki
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.
Key | Example value | Description |
---|---|---|
cg_etVersion | ET Pro, ET 2.60 | [MOD name], [ET Version] |
cg_uinfo | 108 0 100 1 | [?] [?] [?] [?] |
g_password | none | Unused? |
password | serverPass1 | Password the client connects with |
cl_guid | (An ETPro GUID) | Client's ETPro GUID |
cl_anonymous | 0 | ? |
snaps | 20 | Client's snaps setting |
rate | 25000 | Client's rate setting |
name | EtPlayer | Client's name |
cl_wwwDownload | 1 | WWW downloads enabled or not |
cl_punkbuster | 1 | Punkbuster enabled or not |
ip | 127.0.0.1:27960 | [IP]:[PORT] |