Add SetClientName gamedata.
This commit is contained in:
parent
e62654acba
commit
7399991181
@ -119,6 +119,15 @@
|
|||||||
"windows" "17"
|
"windows" "17"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -210,6 +210,17 @@
|
|||||||
"linux" "64"
|
"linux" "64"
|
||||||
"mac" "64"
|
"mac" "64"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
"linux" "63"
|
||||||
|
"mac" "63"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -169,6 +169,17 @@
|
|||||||
"linux" "63"
|
"linux" "63"
|
||||||
"mac" "63"
|
"mac" "63"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
"linux" "62"
|
||||||
|
"mac" "62"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -189,6 +189,17 @@
|
|||||||
"SetUserCvar"
|
"SetUserCvar"
|
||||||
{
|
{
|
||||||
/* Not 100% sure on this, why would windows change and not linux - TEST ME */
|
/* Not 100% sure on this, why would windows change and not linux - TEST ME */
|
||||||
|
"windows" "28"
|
||||||
|
"linux" "65"
|
||||||
|
"mac" "65"
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
"windows" "27"
|
"windows" "27"
|
||||||
"linux" "64"
|
"linux" "64"
|
||||||
"mac" "64"
|
"mac" "64"
|
||||||
|
@ -157,6 +157,17 @@
|
|||||||
"linux" "58"
|
"linux" "58"
|
||||||
"mac" "58"
|
"mac" "58"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "17"
|
||||||
|
"linux" "57"
|
||||||
|
"mac" "57"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -190,6 +190,15 @@
|
|||||||
"windows" "17"
|
"windows" "17"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
}
|
||||||
|
|
||||||
"UpdateUserSettings"
|
"UpdateUserSettings"
|
||||||
{
|
{
|
||||||
"windows" "7"
|
"windows" "7"
|
||||||
|
@ -218,6 +218,17 @@
|
|||||||
"SetUserCvar"
|
"SetUserCvar"
|
||||||
{
|
{
|
||||||
"windows" "26"
|
"windows" "26"
|
||||||
|
"linux" "63"
|
||||||
|
"mac" "63"
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "25"
|
||||||
"linux" "62"
|
"linux" "62"
|
||||||
"mac" "62"
|
"mac" "62"
|
||||||
}
|
}
|
||||||
|
@ -254,6 +254,16 @@
|
|||||||
"windows" "17"
|
"windows" "17"
|
||||||
"linux" "53"
|
"linux" "53"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
"linux" "52"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -219,6 +219,16 @@
|
|||||||
"windows" "17"
|
"windows" "17"
|
||||||
"linux" "55"
|
"linux" "55"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
"linux" "54"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -162,6 +162,17 @@
|
|||||||
"linux" "58"
|
"linux" "58"
|
||||||
"mac" "58"
|
"mac" "58"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "17"
|
||||||
|
"linux" "57"
|
||||||
|
"mac" "57"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -149,6 +149,14 @@
|
|||||||
{
|
{
|
||||||
"windows" "17"
|
"windows" "17"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -177,6 +177,17 @@
|
|||||||
"linux" "67"
|
"linux" "67"
|
||||||
"mac" "67"
|
"mac" "67"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "19"
|
||||||
|
"linux" "66"
|
||||||
|
"mac" "66"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -185,6 +185,17 @@
|
|||||||
"linux" "63"
|
"linux" "63"
|
||||||
"mac" "63"
|
"mac" "63"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
"linux" "62"
|
||||||
|
"mac" "62"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -60,6 +60,17 @@
|
|||||||
"linux" "63"
|
"linux" "63"
|
||||||
"mac" "63"
|
"mac" "63"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
"linux" "62"
|
||||||
|
"mac" "62"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -91,6 +91,17 @@
|
|||||||
"linux" "58"
|
"linux" "58"
|
||||||
"mac" "58"
|
"mac" "58"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "17"
|
||||||
|
"linux" "57"
|
||||||
|
"mac" "57"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -144,6 +144,14 @@
|
|||||||
/* Not 100% sure on this, why would windows change and not linux - TEST ME */
|
/* Not 100% sure on this, why would windows change and not linux - TEST ME */
|
||||||
"windows" "17"
|
"windows" "17"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
@ -119,6 +119,17 @@
|
|||||||
"linux" "63"
|
"linux" "63"
|
||||||
"mac" "63"
|
"mac" "63"
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* CBaseClient::SetName(char const*);
|
||||||
|
* Linux offset straight from VTable dump.
|
||||||
|
* Has string "(%d)%-0.*s"
|
||||||
|
*/
|
||||||
|
"SetClientName"
|
||||||
|
{
|
||||||
|
"windows" "16"
|
||||||
|
"linux" "62"
|
||||||
|
"mac" "62"
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
* Offset into CBaseClient - Used by CBaseServer::UpdateUserSettings to determine when changes have been made.
|
||||||
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
* Find CBaseClient::UpdateUserSettings (strings "net_maxroutable", "cl_updaterate" etc) and the offset is set to 0 near the end.
|
||||||
|
Loading…
Reference in New Issue
Block a user