jaredballou / confogl

Automatically exported from code.google.com/p/confogl
1 stars 0 forks source link

"confogl_cvars" displays debug garbage #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In version Confogl 2.2.1 cvar "confogl_cvars" displays current confogl cvars 
including debug garbage in console. See attached file.

Here is list of plugins installed:
 "SourceBans" (1.4.7) by InterWave Studios Development Team
 "L4DSwitchPlayers" (1.4) by SkyDavid (djromero)
 "Kigen's Anti-Cheat" (1.2.1.5) by CodingDirect LLC
 "Players Votes" (1.5.0) by The Resident, pZv!
 "Basic Commands" (1.3.4) by AlliedModders LLC
 "Admin File Reader" (1.3.4) by AlliedModders LLC
 "Admin Help" (1.3.4) by AlliedModders LLC
 "Admin Menu" (1.3.4) by AlliedModders LLC
 "L4D2 Ready Up" (0.17.7) by Downtown1 and Frustian, continued by AtomicStryker
 "Confogl's Competitive Mod" (2.2.1) by Confogl Team

This cvar was working in Confogl 2.2.0-ESL properly.

Original issue reported on code.google.com by avbetev@gmail.com on 17 Oct 2010 at 4:01

Attachments:

GoogleCodeExporter commented 8 years ago
Issue 104 has been merged into this issue.

Original comment by Canada.R...@gmail.com on 18 Oct 2010 at 12:58

GoogleCodeExporter commented 8 years ago
This seems to be the same problem I had with the output from the new 
CvarSettings.sp where the output would appear to reach a max number of 
ReplyToCommand()'s and the client wouldn't be able to deal with it.  Two 
courses of action I see:
1) Use the same index system
2) Depreciate this command since confogl_cvarsettings does the same thing but 
with even more ConVars. We could even rename confogl_cvarsettings to 
confogl_cvars actually.

Original comment by Canada.R...@gmail.com on 18 Oct 2010 at 1:04

GoogleCodeExporter commented 8 years ago
#2 would be the "good" solution if it is feature-complete I suppose. If we will 
be missing cvars from one or the other it could be an issue.

Original comment by prodigysim@gmail.com on 18 Oct 2010 at 2:47

GoogleCodeExporter commented 8 years ago
Right now it reports all ConVars set with confogl_addcvar/confogl_setcvar so 
unless the .cfg is missing ConVars, it will include them all, plus the 
non-confogl ConVars (ex sv_cheats, mp_gamemode).  And it also reports 
differences from the current and desired values with confogl_cvardiff

Original comment by Canada.R...@gmail.com on 18 Oct 2010 at 3:25

GoogleCodeExporter commented 8 years ago
As of 0b744bfff4 these commands have been replaced with confogl_cvarsettings 
and confogl_cvardiff.

Original comment by Canada.R...@gmail.com on 3 Nov 2010 at 7:16