Bug 5139 - Client forbids server from modifying server cvar copies
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-07-30 17:00 EDT by Zack Middleton
Modified: 2011-07-31 15:13:20 EDT
1 user (show)

See Also:


Attachments
Added CVAR_SYSTEMINFO to cvars that need it. (1.30 KB, patch)
2011-07-30 17:00 EDT, Zack Middleton

Description Zack Middleton 2011-07-30 17:00:01 EDT
Created attachment 2881 [details]
Added CVAR_SYSTEMINFO to cvars that need it.

When client connects to server I get these warnings.

WARNING: server is not allowed to set pmove_msec=8
WARNING: server is not allowed to set pmove_fixed=0
WARNING: server is not allowed to set g_synchronousClients=0

Cgame reference these, as copies of server vars, yet refuses to update them. From a comment in cgame, g_synchronousClients is suppose to be updated by systeminfo.

Patch fixes this issue for updated cgame qvm/dll/so, but not mods.
Comment 1 Thilo Schulz 2011-07-31 15:13:20 EDT
fixed r2107, thank you