chad 2020 年 12 月 13 日 上午 4:50
Can't permanently delete 2 games I own
These games have been removed from the Steam Store, so I can't permanently delete them from my library:
- Legion: The Eternal War (id: 769290)
- Blazing Sails Beta (id: 1045800)

I tried using those ids specifically on the game removal page urls, but the page doesn't show anything.

I also can't open a support ticket regarding this issue, so I'm posting here hoping someone on the support team can take a look.
引用自 MalikQayum:
/* * go to: https://psteamhelp.yuanyoumao.com/en/wizard/ * open console and paste this : rr_packages(14342, 1); // 0 or 1 | 0 = restore and 1= remove */ function rr_packages(rgOwnedPackages, rr){ var ADPRR = ""; if(rr == 1){ ADPRR = "AjaxDoPackageRemove"; }else if(rr == 0){ ADPRR = "AjaxDoPackageRestore"; }else{ //do nothing } $J.post('https://psteamhelp.yuanyoumao.com/en/wizard/' + ADPRR, { packageid: rgOwnedPackages, appid: '', sessionid: g_sessionID, wizard_ajax: 1 }); }

// these would be the packages you should try.

https://steamdb.info/app/769290/subs/
rr_packages(228854, 1);
rr_packages(228855, 1):
rr_packages(228856, 1):

https://steamdb.info/app/1045800/subs/
rr_packages(348516, 1);
rr_packages(348514, 1);
rr_packages(348515, 1);
< >
正在显示第 1 - 4 条,共 4 条留言
Crazy Tiger 2020 年 12 月 13 日 上午 4:59 
The two you mention aren't paid games, but free to play versions. Have you tried looking in the rightclick context menu? Right click the title, then manage and there should be an option for "remove from account".
该讨论串的作者已表示此帖子解答了原先的主题。
MalikQayum 2020 年 12 月 13 日 上午 5:25 
/* * go to: https://psteamhelp.yuanyoumao.com/en/wizard/ * open console and paste this : rr_packages(14342, 1); // 0 or 1 | 0 = restore and 1= remove */ function rr_packages(rgOwnedPackages, rr){ var ADPRR = ""; if(rr == 1){ ADPRR = "AjaxDoPackageRemove"; }else if(rr == 0){ ADPRR = "AjaxDoPackageRestore"; }else{ //do nothing } $J.post('https://psteamhelp.yuanyoumao.com/en/wizard/' + ADPRR, { packageid: rgOwnedPackages, appid: '', sessionid: g_sessionID, wizard_ajax: 1 }); }

// these would be the packages you should try.

https://steamdb.info/app/769290/subs/
rr_packages(228854, 1);
rr_packages(228855, 1):
rr_packages(228856, 1):

https://steamdb.info/app/1045800/subs/
rr_packages(348516, 1);
rr_packages(348514, 1);
rr_packages(348515, 1);
最后由 MalikQayum 编辑于; 2020 年 12 月 13 日 上午 5:37
chad 2020 年 12 月 13 日 上午 5:35 
引用自 Crazy Tiger
The two you mention aren't paid games, but free to play versions. Have you tried looking in the rightclick context menu? Right click the title, then manage and there should be an option for "remove from account".

There isn't. They're also not in the licenses page where I was able to revoke free to play licenses.
chad 2020 年 12 月 13 日 上午 5:37 
引用自 MalikQayum
/* * go to: https://psteamhelp.yuanyoumao.com/en/wizard/ * open console and paste this : rr_packages(14342, 1); // 0 or 1 | 0 = restore and 1= remove */ function rr_packages(rgOwnedPackages, rr){ var ADPRR = ""; if(rr == 1){ ADPRR = "AjaxDoPackageRemove"; }else if(rr == 0){ ADPRR = "AjaxDoPackageRestore"; }else{ //do nothing } $J.post('https://psteamhelp.yuanyoumao.com/da/wizard/' + ADPRR, { packageid: rgOwnedPackages, appid: '', sessionid: g_sessionID, wizard_ajax: 1 }); }

// these would be the packages you should try.

https://steamdb.info/app/769290/subs/
rr_packages(228854, 1);
rr_packages(228855, 1):
rr_packages(228856, 1):

https://steamdb.info/app/1045800/subs/
rr_packages(348516, 1);
rr_packages(348514, 1);
rr_packages(348515, 1);

This worked, I didn't know where I could find the package numbers. Thank you.
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50

发帖日期: 2020 年 12 月 13 日 上午 4:50
回复数: 4