Page 1 of 1

what is script entry "zksearchtag" for?

Posted: 06 Nov 2013, 00:29
by dansan
Parsing zero-k demofiles I found an entry "zksearchtag" in the script section with values that look like this: "a1d23447-b22f-4b21-8841-a4f619086599".

It is added to the script here: http://code.google.com/p/zero-k/source/ ... r=5091#160

What is its purpose?

Re: what is script entry "zksearchtag" for?

Posted: 26 Dec 2013, 14:18
by dansan

Re: what is script entry "zksearchtag" for?

Posted: 21 Jan 2014, 04:00
by abma
http://code.google.com/p/zero-k/source/ ... ing.cs#278

comes from battleGuid.ToString()
Guid battleGuid = Guid.NewGuid();

http://msdn.microsoft.com/library/syste ... 10%29.aspx

-> its a random (mostly unique) string it seems

also, forget the bugtracker, zero-k devs ignore it in 99% of cases.