It has to be run either in the server command line (not recommended), autoexec.cfg, or in another cfg file you execute from the command-line using +exec.

On 2/8/2014 9:33 PM, Jason wrote:
so does this sv_setsteamaccount go in the server cfg?

It says before the map loads, but not sure at what point in the server.cfg
file this would be.....anywhere?  Just as long as it's not in the
autoexec.cfg file?


On Sat, Feb 8, 2014 at 9:29 PM, Jason <pctool...@gmail.com> wrote:

ics helped me -- had to put the "appid" and "key" inline with the HTTPS
string and nothing in the body and got the information returned that I
needed.....now, I have to put that in my server config under what sv_
variable?

Thanks to those who have or are helping the less knowledgeable admins out
there, it's appreciated.
Jason

PS....Dondon, I wish I had that from the start, that makes it idiot proof!
  LOL  **bookmarked**


On Sat, Feb 8, 2014 at 3:59 PM, Dondon Tudtud <don...@applei.ph> wrote:

Or you can use the tool Ross posted earlier:
http://tf2.rbemrose.com/steamreg.html


On Sun, Feb 9, 2014 at 2:11 AM, ics <i...@ics-base.net> wrote:

If you use the chrome tool, https://chrome.google.com/
webstore/detail/dev-http-client/aejoelaoggembcahagimdiliamlcdm
fm/related?hl=en do this:

REQUEST https as protocol and url https://api.steampowered.com/
IGameServersService/CreateAccount/v0001/?appid=440&key=keyhere POST and
send
keyhere should be the one that you get from
http://steamcommunity.com/dev/
apikey

Then just get the login token.

If you want to check the id's you have, then do this:
REQUEST https as protocol and url https://api.steampowered.com/
IGameServersService/GetAccountList/v0001/?key=keyhere GET and send

If you still cannot get it to work, post here and i'll add ducktape,
chewing gum and iron wire :)

-ics

Jason kirjoitti:

Is there a step by step guide out there yet for server owners to great
gameserver accounts for this?  Are HTTPS POST requests not currently
working?  Am I doing something wrong?
I tried (using a previously mentioned chrome plugin) and am getting the
following when following the instructions in the original post:

2014 Feb 8 12:49:33POST

https://api.steampowered.com/IGameServersService/CreateAccount/v0001/401
Unauthorized<http://www.w3.org/Protocols/rfc2616/rfc2616-
sec10.html#sec10.4.2>
776ms
I have used key=mysteamkey and key=<mysteamkey> and appid=440 .....and
always get an unauthorized message when doing a HTTPS POST request....

If there is someone who could help, it would be appreciated.  Thank
you in
advance....
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to