Imagine it like this. Whatever you set to sv_search_key is assigned to
variable args. The code then does search_key = "key: + args + "1013"; so you
would send up with search_key = "key:args1013". You don't need to add the
first "key:" and the final "1013" because those are added for you in the
code.

At least that is what I assume from reading Adam's previous email.

-Mike



On Mon, Apr 27, 2009 at 10:33 AM, Philip Bembridge <
philipbembri...@gmail.com> wrote:

> wait, I'm confused now, what?
>
> 2009/4/27 Adam Nowacki <no...@xpam.de>
>
> > The complete tag should be:
> > "key:" + your key + "1013" (its the game version, 1.0.1.3) and "," is
> > the tag separator
> > sv_search_key only takes care of the first "key:" and last version string
> >
> > similarly sv_steamgroup is just a "grp:" + group + "i" tag:
> > sv_steamgroup "123i,grp:456"
> >
> > Jonah Hirsch wrote:
> > > So, I have my sv_search_key on my server set to this:
> > >
> > > "sv_search_key" = "MYKEYHERELOL,key:SEARCHKEY"
> > >
> > > I have my ingame search key set to this:
> > >
> > > "sv_search_key" = "MYKEYHERELOL" ( def. "" )
> >
> > _______________________________________________
> > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

Reply via email to