QuestionRealQuick1 Posted April 4, 2018 Report Posted April 4, 2018 Recently gamesPlayed appear to have been broken.It will no longer show non steam games. I haven't modified my code in a while and this don't seem to be only me as many bots are stuck on "online" status only could you check this out ? Quote
Fastmancz Posted April 4, 2018 Report Posted April 4, 2018 Hello, I don't know where is the problem, but after 30 March day stopped working function gamesPlayed. Steam update: http://blog.counter-strike.net/index.php/2018/03/20308/ I made the latest updates via: npm update ; npm update express. Here is the simple code for status: client.on('loggedOn', () => { console.log('BOT is Online.'); client.setPersona(SteamUser.Steam.EPersonaState.Online); client.gamesPlayed(["My MiniBot",730]); // client.gamesPlayed(730); or client.gamesPlayed(440); - It's same. I see constantly Online without changes. });Thanks for answer. QuestionRealQuick1 1 Quote
Dr. McKay Posted April 4, 2018 Report Posted April 4, 2018 Works fine for me. client.gamesPlayed(["Test App", 730]); Quote
QuestionRealQuick1 Posted April 4, 2018 Author Report Posted April 4, 2018 (edited) try viewing it from a different account than the one you are logged into or log out and view the profile for my account i can see it too but from an alt or steamsignature it appears online. You can see even keyvendor is having this issue. Among alot of other bots. Appears like the only bots that is currently working is the once writting in c Edited April 4, 2018 by QuestionRealQuick1 Quote
Dr. McKay Posted April 4, 2018 Report Posted April 4, 2018 That screenshot was from another account. I'll keep it in-game for a bit so you can check if you can see it. Quote
QuestionRealQuick1 Posted April 5, 2018 Author Report Posted April 5, 2018 (edited) Hmmm honestly i think it was a steam glitch coz suddenly all bots got there ingame message again.(i swear am not crazy <3 xD) Had you looked over bot listing sites you woulda seen 70% of the bots stuck on online yet still operating fine if yuo added themonly the once with "/" in there ingame message (which is common for the iadd c++ bot) had correct ingame messages appears to be a steam glitch tho as now mine and all other bots function correctly with no modifcations on my part Edited April 5, 2018 by QuestionRealQuick1 Quote
Fastmancz Posted April 5, 2018 Report Posted April 5, 2018 Today now works. Maybe new Steam update. Quote
QuestionRealQuick1 Posted May 1, 2018 Author Report Posted May 1, 2018 (edited) -Turns out this was due to the new steam settings of people not updating to public ^^ /Closed? Edited May 1, 2018 by QuestionRealQuick1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.