ValveKeyValue icon indicating copy to clipboard operation
ValveKeyValue copied to clipboard

Support the '=' as an assignment (CS:GO)

Open xPaw opened this issue 4 years ago • 2 comments

I was looking at the leaked CS:GO code, they added the following:

		// support the '=' as an assignment, makes multiple-keys-on-one-line easier to read in a keyvalues file
		if ( *value == '=' && !wasQuoted )
		{

xPaw avatar Jan 19 '21 09:01 xPaw

Any idea what this looks like in text?

yaakov-h avatar Jan 19 '21 11:01 yaakov-h

https://github.com/SteamDatabase/GameTracking-CSGO/blob/master/csgo/cfg/survival/survival_config.kv3

Could be this.

xPaw avatar Jan 19 '21 11:01 xPaw