关于STEAM点“开始”无法游戏的解决方法!
efootball2022吧
全部回复
仅看楼主
level 1
第一步:不要登客户端,打开网页搜索steam社区,然后登陆账号
第二步:按键盘“f12”打开控制台,点击右侧“控制台”选项,将代码粘贴进去,然后enter回车,会提示All Done enjoy.就成功了。
代码分享:
(function() {
if (location.hostname !== 'store.steampowered.com') {
alert('Run this code on the Steam Store!');
return;
} else if (typeof jQuery !== 'function') {
ShowAlertDialog('Fail', 'This page has no jQuery, try homepage.');
return;
} else if (document.getElementById('header_notification_area') === null) {
ShowAlertDialog('Fail', 'You have to be logged in.');
return;
}
var freePackages = [591926];
var loaded = 0,
total = freePackages.length,
modal = ShowBlockingWaitDialog('Executing...', 'Please wait until all requests finish.');
for (var i = 0; i < total; i++) {
jQuery.post(
'//store.steampowered.com/checkout/addfreelicense', {
action: 'add_to_cart',
sessionid: g_sessionID,
subid: freePackages[i]
},
function(data) {
loaded++;
modal.Dismiss();
if (loaded === total) {
ShowAlertDialog('All done!', 'Enjoy.');
} else {
modal = ShowBlockingWaitDialog('Executing...', 'Loaded ' + loaded + '/' + total);
}
}
).fail(function() {
loaded++;
modal.Dismiss();
if (loaded === total) {
ShowAlertDialog('All done!', 'Enjoy.');
} else {
modal = ShowBlockingWaitDialog('Executing...', 'Loaded ' + loaded + '/' + total);
}
});
}
}());
第三步:登录STEAM客户端,库内就有了,点继续下载即可。
如果觉得有用,请点个赞
2021年10月01日 09点10分 1
level 1
亲测好用~请多点回复和支持!
2021年10月01日 09点10分 2
level 1
有效,楼主牛逼!!!谢谢!!
2021年10月01日 10点10分 3
level 1
亲测有用 在商店页面复制即可 也不用退出客户端 显示All Done enjoy后库里面会自动出来的
2021年10月02日 13点10分 4
level 1
为何我控制台打开来一片空白,没有黏贴选项[泪]
2021年10月03日 11点10分 5
level 1
我是已经下载好了,但是想运行游戏就提示初始化设置,然后就没有然后了[狂汗]
2021年10月03日 11点10分 6
我也是的 下载好游戏 进不去游戏了 你解决了吗?
2021年10月06日 00点10分
@JAYZB0703 还是没有,我又重新下了一遍26.7g,没解决
2021年10月14日 01点10分
@by4cqb 我也一样,算了 就玩主机
2021年10月14日 09点10分
同问题,咋解决。。
2021年12月07日 12点12分
level 1
按照LZ方法操作了一次,但是还是进去没看到游戏啊
2021年10月07日 02点10分 7
我也操作了一遍 没有游戏
2022年04月14日 16点04分
我也是
2022年05月09日 08点05分
level 1
兄弟们 我的代码粘进去显示不是内部或外部的命令那一串怎么整
2021年10月10日 11点10分 8
level 1
为楼主点赞 圆了我实况最后的梦
2021年11月05日 06点11分 9
level 1
群主牛逼,服了,
2022年03月31日 15点03分 10
level 1
666
2022年04月12日 03点04分 11
level 1
亲测有效,顶一个,楼主牛逼
2022年04月14日 12点04分 12
level 1
nbnb
2022年04月14日 12点04分 13
level 1
牛逼,有用了
2022年04月14日 14点04分 14
level 1
点不开商店页面是怎么回事
2022年04月14日 15点04分 15
加速器
2022年04月15日 04点04分
1 2 尾页