We are sending a lot of information in the info strings now, and 8192 is just not big enough for this as I found out, simply setting some g_disabledEquipment and g_disabledBuildables caused an overflow on Bunker, and players are either spammed by: "Warn: Unknown client game command ..." or kicked from the server with the "bcs exceeded BIG_INFO_STRING" message.
Can we increase this? (double it?) What are the implications of such a change?
We are sending a lot of information in the info strings now, and 8192 is just not big enough for this as I found out, simply setting some
g_disabledEquipmentandg_disabledBuildablescaused an overflow on Bunker, and players are either spammed by: "Warn: Unknown client game command ..." or kicked from the server with the "bcs exceeded BIG_INFO_STRING" message.Can we increase this? (double it?) What are the implications of such a change?