<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Steam | 冰点资源分享[频道]</title><description>隔壁唠嗑频道@CopyRightZGQInc频道主的个人主页domain.zgqinc.gq如需查找分类请查看Tag列表https://t.me/ZGQincLiqun/426网页版tgchannel.zgqinc.gqRSS订阅https://tgchannel.zgqinc.gq/rss.xml聊天群组 @LiqunZGQinc</description><link>https://tgchannel.zgqinc.gq</link><item><title>关于Steam的漏洞Steam这个平台其实非常的草台班子，大部分地方没有验证或是验证很容易绕过，而且官方默许很多漏洞利用</title><link>https://tgchannel.zgqinc.gq/posts/3502</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3502</guid><pubDate>Wed, 08 Oct 2025 07:29:30 GMT</pubDate><content:encoded>&lt;b&gt;关于Steam的漏洞&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Steam这个平台其实非常的草台班子，大部分地方没有验证或是验证很容易绕过，而且官方默许很多漏洞利用。嗯，学的Adobe？考虑了一下，值得单独拎出来讲讲。&lt;br /&gt;&lt;br /&gt;• 盗版游戏&lt;br /&gt;各位肯定很好奇盗版Steam游戏和清单入库的原理，其实易如反掌，首先是盗版游戏，Steam诞生于2003年，2005年发展成为一个游戏发布渠道，开发者可选使用Steam自家在2004年研发的SteamStub DRM，加上一个负责和服务器通讯的Steam API dll，实际上只是套了个壳子，早在2008年就有人发现可以反编译dll重定向API调用以绕过联网验证来离线运行游戏，那个时候就已经有少量盗版Steam游戏了，2013年，&lt;a href=&quot;https://github.com/MrKristofere/SmartSteamEmu&quot; target=&quot;_blank&quot;&gt;SmartSteamEmu&lt;/a&gt;的出现让任何人都能轻松绕过Steam的DRM，到了2018年，Goldberg模拟器横空出世，使用了更成熟的框架来重定向一切请求，沿用至今，使用&lt;a href=&quot;https://github.com/Detanup01/gbe_fork&quot; target=&quot;_blank&quot;&gt;GBE_fork&lt;/a&gt;重定向配合&lt;a href=&quot;https://github.com/atom0s/Steamless&quot; target=&quot;_blank&quot;&gt;Steamless&lt;/a&gt;反编译exe移除DRM壳子来使游戏完全脱离Steam运行。&lt;br /&gt;一个知名的GUI客户端让任何人都能够破解Steam DRM：&lt;br /&gt;&lt;a href=&quot;https://github.com/SteamAutoCracks/Steam-auto-crack&quot; target=&quot;_blank&quot;&gt;https://github.com/SteamAutoCracks/Steam-auto-crack&lt;/a&gt;&lt;br /&gt;你购买游戏之后如果有DRM可以使用Steam-auto-crack破解DRM，然后退款，以后就可以离线畅玩。注意一个账号一个月只能退款3次不然容易被平台风控。&lt;br /&gt;不过此类工具只支持Steam自家DRM，对于添加了第三方DRM比如Denuvo的游戏没有效果，这类游戏比较少，截至目前Steam总量的115784个游戏中也就500个不到，数据来源SteamDB：&lt;br /&gt;&lt;a href=&quot;https://steamdb.info/stats/releases/&quot; target=&quot;_blank&quot;&gt;https://steamdb.info/stats/releases/&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://steamdb.info/search/?a=app_keynames&amp;amp;type=1&amp;amp;keyname=427&amp;amp;operator=1&amp;amp;keyvalue=&amp;amp;all=1&quot; target=&quot;_blank&quot;&gt;https://steamdb.info/search/?a=app_keynames&amp;amp;type=1&amp;amp;keyname=427&amp;amp;operator=1&amp;amp;keyvalue=&amp;amp;all=1&lt;/a&gt;&lt;br /&gt;就是说99.99%的游戏都能用上述的方法破解。&lt;br /&gt;&lt;br /&gt;• 伪装正版&lt;br /&gt;Steam最大的特色是广域网联机和创意工坊，成就系统，集换式卡牌等等，脱离Steam不就都体验不到了吗？这就要清单入库上场了，作为对&lt;a href=&quot;https://t.me/ZGQincLiqun/3393&quot; target=&quot;_blank&quot;&gt;https://t.me/ZGQincLiqun/3393&lt;/a&gt; 的补充。Steam下载和运行实际上并不会验证你账号是否拥有这个游戏，这是一个本地的验证流程，客户端想要下载游戏和DLC，会先从服务器获取manifest清单文件，格式是&lt;code&gt;AppID_manifestID.manifest&lt;/code&gt;，然后需要用DecryptionKey来解密清单，manifestID会随着游戏更新而改变，但DecryptionKey就是和AppID对应不会改变，这2个和你账号没有任何联系，一旦从服务器获取到这些内容，你就可以拿着这2个东西告诉Steam资源分发网络，“哎呀你看我有这些，我肯定是买了正版呀。”，Steam说“好！那就给你这个游戏的全部访问权限。”&lt;br /&gt;除此之外，online-fix利用官方演示游戏《Spacewar》（AppID为480）来伪造AppID，获得广域网联机许可；以及CreamAPI/SmokeAPI通过伪造API调用来解锁DLC。原理大同小异。&lt;br /&gt;&lt;br /&gt;• 解锁成就&lt;br /&gt;成就可以一键全解锁，利用这个工具：&lt;br /&gt;&lt;a href=&quot;https://github.com/gibbed/SteamAchievementManager&quot; target=&quot;_blank&quot;&gt;https://github.com/gibbed/SteamAchievementManager&lt;/a&gt;&lt;br /&gt;这个工具在2008年就已经出现，成就解锁不需要任何验证，工具只需要连接Steam让对应AppID的游戏切换到运行状态，然后给服务器发出成就已解锁的信号，就和打开开关一样简单。&lt;br /&gt;&lt;br /&gt;• 挂卡方法&lt;br /&gt;游戏运行的时间足够长，就有概率获得几张集换式卡牌，所以可以通过让游戏切换到运行状态来挂卡：&lt;br /&gt;&lt;a href=&quot;https://github.com/JustArchiNET/ArchiSteamFarm&quot; target=&quot;_blank&quot;&gt;https://github.com/JustArchiNET/ArchiSteamFarm&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://github.com/JonasNilson/idle_master_extended&quot; target=&quot;_blank&quot;&gt;https://github.com/JonasNilson/idle_master_extended&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt; &lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt;</content:encoded></item><item><title>Steam清单提取工具 - Steam Manifest Grabber因为之前的那个Go语言写的失效了，看了一下是steamui的API寄了，开发者也摆烂不做了，所以自己做了个可以脱离第三方平台和Steam客户端而且支持其它系统平台的，直接登录账号用官方API获取清单和DecryptionKey，用到了C#和Python，C#是基于DepotDownloader稍作修改，让输出可以展示DecryptionKey，Python脚本负责整理数据，同时也能支持Linux平台</title><link>https://tgchannel.zgqinc.gq/posts/3500</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3500</guid><pubDate>Thu, 24 Jul 2025 17:46:23 GMT</pubDate><content:encoded>&lt;a href=&quot;/posts/3393&quot;&gt;&lt;blockquote&gt;&lt;small&gt;
&lt;div&gt;
  &lt;span&gt;冰点资源分享[频道]&lt;/span&gt;
&lt;/div&gt;
&lt;div&gt;Steam如何通过清单入库 入库方法、导出清单文件和清单获取渠道，附赠Wallpaper Engine和Live2DViewEX清单。 什么是清单入库？ https://t.me/CopyRightZGQInc/925  主要用到了这个工具： https://steamtools.net/ 安装后右键悬浮窗，启动Steam选项，3个开关全部勾选。 Steamtools以前内置清单可以一键入库，但因为侵权等原因不再提供清单，需要另外找清单，这里推荐2个论坛： https://bbs.steamtools.net/…&lt;/div&gt;
&lt;/small&gt;&lt;/blockquote&gt;&lt;/a&gt;&lt;b&gt;Steam清单提取工具 - &lt;/b&gt;&lt;mark&gt;&lt;b&gt;Steam&lt;/b&gt;&lt;/mark&gt;&lt;b&gt; Manifest Grabber&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;因为之前的那个&lt;a href=&quot;https://bbs.steamtools.net/forum.php?mod=viewthread&amp;amp;amp;tid=8753&quot; target=&quot;_blank&quot;&gt;Go语言写的&lt;/a&gt;失效了，看了一下是steamui的API寄了，开发者也摆烂不做了，所以自己做了个可以脱离第三方平台和Steam客户端而且支持其它系统平台的，直接登录账号用官方API获取清单和DecryptionKey，用到了C#和Python，C#是基于DepotDownloader稍作修改，让输出可以展示DecryptionKey，Python脚本负责整理数据，同时也能支持Linux平台。&lt;br /&gt;&lt;i&gt;&lt;b&gt;⚪&lt;/b&gt;&lt;/i&gt;支持Windows（x64 &amp;amp; arm64）、Linux（x64 &amp;amp; arm &amp;amp; arm64）。&lt;br /&gt;压缩包里面只有Windows x64的binary而且不带dotnet9运行库，自行安装运行库，或者自己把带运行库的或者其他架构的binary放进去。&lt;br /&gt;binary下载地址：&lt;a href=&quot;https://github.com/ZGQ-inc/DepotDownloader/releases/tag/init&quot; target=&quot;_blank&quot;&gt;https://github.com/ZGQ-inc/DepotDownloader/releases/tag/init&lt;/a&gt;&lt;br /&gt;运行库下载地址：&lt;a href=&quot;https://dotnet.microsoft.com/zh-cn/download/dotnet/9.0&quot; target=&quot;_blank&quot;&gt;https://dotnet.microsoft.com/zh-cn/download/dotnet/9.0&lt;/a&gt;&lt;br /&gt;需要下载&lt;code&gt;.NET 桌面运行时&lt;/code&gt;。&lt;br /&gt;&lt;b&gt;&lt;u&gt;注意原始版本的DepotDownloader不支持本脚本，正在考虑提交pr。&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;⚪&lt;/b&gt;&lt;/i&gt;使用了社区积极维护的&lt;a href=&quot;https://github.com/SteamRE/SteamKit&quot; target=&quot;_blank&quot;&gt;SteamKit2&lt;/a&gt;库和&lt;a href=&quot;https://github.com/SteamRE/DepotDownloader&quot; target=&quot;_blank&quot;&gt;DepotDownloader&lt;/a&gt;，完全脱离Steam客户端运行。&lt;br /&gt;登录一次即可，之后便可直接使用，同时支持多账号。但是账号session是按照路径存储的，脚本搬个地方需要重新登录，另外注意账号安全，不要在公用电脑上登录。&lt;br /&gt;&lt;i&gt;&lt;b&gt;⚫&lt;/b&gt;&lt;/i&gt;&lt;b&gt;使用说明&lt;/b&gt;&lt;br /&gt;安装Python &lt;a href=&quot;https://www.python.org/&quot; target=&quot;_blank&quot;&gt;python.org&lt;/a&gt;&lt;br /&gt;解压 &lt;code&gt;SteamManifestGrabber.zip&lt;/code&gt;&lt;br /&gt;进入文件夹，打开终端，输入&lt;br /&gt;&lt;pre&gt;&lt;code&gt;python3 main.py&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;添加参数-h可查看使用说明。&lt;br /&gt;下载地址：&lt;a href=&quot;https://t.me/CopyRightZGQInc/1784&quot; target=&quot;_blank&quot;&gt;https://t.me/CopyRightZGQInc/1784&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Tips. 如何快速生成一行一个AppID？&lt;br /&gt;打开SteamDB&lt;br /&gt;&lt;a href=&quot;https://steamdb.info/sales/?displayOnly=OwnedGames&quot; target=&quot;_blank&quot;&gt;https://steamdb.info/sales/?displayOnly=OwnedGames&lt;/a&gt;&lt;br /&gt;打开开发者工具，复制&amp;lt;body&amp;gt;标签里面的整体HTML，保存到文件，使用命令&lt;br /&gt;&lt;pre&gt;&lt;code&gt;grep -oP &apos;(?&amp;lt;=&amp;lt;a class=&quot;b&quot; href=&quot;/app/)\d+&apos; 文件.html&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;只测试了Windows x64和Linux x64，有问题在评论区反馈。&lt;br /&gt;Steamtools论坛老是寄，干脆发到这来了。&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23PC%E8%BD%AF%E4%BB%B6&quot;&gt;#PC软件&lt;/a&gt; &lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt;</content:encoded></item><item><title>The Classrooms v0.6.1已应用专用破解补丁，基于Goldberg模拟器</title><link>https://tgchannel.zgqinc.gq/posts/3484</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3484</guid><pubDate>Mon, 23 Sep 2024 14:38:10 GMT</pubDate><content:encoded>The Classrooms v0.6.1&lt;br /&gt;已应用专用破解补丁，基于Goldberg模拟器。&lt;br /&gt;&lt;a href=&quot;https://store.steampowered.com/app/2099110/The_Classrooms/&quot; target=&quot;_blank&quot;&gt;https://store.steampowered.com/app/2099110/The_Classrooms/&lt;/a&gt;&lt;br /&gt;skidrow发送更新请求这么久了都没动静，只好自费然后破解了。&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3484&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;The.Classrooms.Build.15623406.7z&lt;/div&gt;
    &lt;div&gt;3.7 GB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><link>https://tgchannel.zgqinc.gq/posts/3479</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3479</guid><pubDate>Thu, 01 Aug 2024 14:29:17 GMT</pubDate><content:encoded>&lt;a href=&quot;https://store.steampowered.com/app/2178670/Disminal/&quot; target=&quot;_blank&quot;&gt;https://store.steampowered.com/app/2178670/Disminal/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3479&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Disminal.Build.14413081.rar&lt;/div&gt;
    &lt;div&gt;1.6 GB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><link>https://tgchannel.zgqinc.gq/posts/3478</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3478</guid><pubDate>Thu, 01 Aug 2024 05:03:13 GMT</pubDate><content:encoded>&lt;a href=&quot;https://store.steampowered.com/app/3019370/_/&quot; target=&quot;_blank&quot;&gt;https://store.steampowered.com/app/3019370/_/&lt;/a&gt;&lt;br /&gt;包含本体和Demo版。&lt;br /&gt;移除Steam验证失败，此游戏使用了一种新的防破解机制。&lt;br /&gt;请导入清单文件。&lt;br /&gt;方法：&lt;a href=&quot;https://t.me/ZGQincLiqun/3393&quot; target=&quot;_blank&quot;&gt;https://t.me/ZGQincLiqun/3393&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3478&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Malware.Build.15084937.rar&lt;/div&gt;
    &lt;div&gt;41.9 MB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>包含本体和Demo版</title><link>https://tgchannel.zgqinc.gq/posts/3426</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3426</guid><pubDate>Sat, 27 Apr 2024 03:54:19 GMT</pubDate><content:encoded>包含本体和Demo版。&lt;br /&gt;已移除Steam验证，并应用Goldberg Steam模拟器。&lt;br /&gt;&lt;a href=&quot;https://store.steampowered.com/app/2663530/POOLS/&quot; target=&quot;_blank&quot;&gt;https://store.steampowered.com/app/2663530/POOLS/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3426&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Pools.Build.14187770.rar&lt;/div&gt;
    &lt;div&gt;1.2 GB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>已移除Steam验证，并应用Goldberg Steam模拟器</title><link>https://tgchannel.zgqinc.gq/posts/3416</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3416</guid><pubDate>Sun, 24 Mar 2024 12:38:54 GMT</pubDate><content:encoded>已移除Steam验证，并应用Goldberg Steam模拟器。&lt;br /&gt;&lt;a href=&quot;https://store.steampowered.com/app/368650/Dark_Echo/&quot; target=&quot;_blank&quot;&gt;https://store.steampowered.com/app/368650/Dark_Echo/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3416&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Dark.Echo.build.633612.rar&lt;/div&gt;
    &lt;div&gt;28 MB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>已移除Steam验证，并应用Goldberg steam模拟器</title><link>https://tgchannel.zgqinc.gq/posts/3414</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3414</guid><pubDate>Sun, 24 Mar 2024 12:30:53 GMT</pubDate><content:encoded>已移除Steam验证，并应用Goldberg steam模拟器。&lt;a href=&quot;https://t.me/ZGQincLiqun/3414?single&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Canabalt.build.656891.rar&lt;/div&gt;
    &lt;div&gt;29.3 MB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3415?single&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;fishnoodle.canabalt_3.0.apk&lt;/div&gt;
    &lt;div&gt;14.2 MB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><link>https://tgchannel.zgqinc.gq/posts/3413</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3413</guid><pubDate>Sun, 24 Mar 2024 04:38:00 GMT</pubDate><content:encoded>&lt;a href=&quot;https://store.steampowered.com/app/2686330/NOCLIP/&quot; target=&quot;_blank&quot;&gt;https://store.steampowered.com/app/2686330/NOCLIP/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3413&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;NOCLIP.build.13604304.rar&lt;/div&gt;
    &lt;div&gt;1.3 GB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>已移除Steam验证，并应用Goldberg Steam模拟器</title><link>https://tgchannel.zgqinc.gq/posts/3405</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3405</guid><pubDate>Wed, 20 Mar 2024 07:17:13 GMT</pubDate><content:encoded>&lt;a href=&quot;/posts/3402&quot;&gt;&lt;blockquote&gt;&lt;small&gt;
&lt;div&gt;
  &lt;span&gt;冰点资源分享[频道]&lt;/span&gt;
&lt;/div&gt;
&lt;div&gt;Darkwood.Build.13092424.part2.rar&lt;/div&gt;
&lt;/small&gt;&lt;/blockquote&gt;&lt;/a&gt;已移除Steam验证，并应用Goldberg Steam模拟器。&lt;br /&gt;&lt;a href=&quot;https://store.steampowered.com/app/274520/Darkwood/&quot; target=&quot;_blank&quot;&gt;https://store.steampowered.com/app/274520/Darkwood/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3405?single&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Darkwood.Build.13092424.repack.part2.rar&lt;/div&gt;
    &lt;div&gt;668 MB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3406?single&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Darkwood.Build.13092424.repack.part1.rar&lt;/div&gt;
    &lt;div&gt;1.5 GB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>游戏本体，未破解</title><link>https://tgchannel.zgqinc.gq/posts/3402</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3402</guid><pubDate>Tue, 19 Mar 2024 13:10:18 GMT</pubDate><content:encoded>游戏本体，未破解。&lt;a href=&quot;https://t.me/ZGQincLiqun/3402?single&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Darkwood.Build.13092424.part2.rar&lt;/div&gt;
    &lt;div&gt;166.6 MB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3403?single&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Darkwood.Build.13092424.part1.rar&lt;/div&gt;
    &lt;div&gt;2 GB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3404?single&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Darkwood_Artbook_OST.rar&lt;/div&gt;
    &lt;div&gt;507.1 MB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>Steam如何通过清单入库入库方法、导出清单文件和清单获取渠道，附赠Wallpaper Engine和Live2DViewEX清单</title><link>https://tgchannel.zgqinc.gq/posts/3393</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3393</guid><pubDate>Fri, 23 Feb 2024 12:35:54 GMT</pubDate><content:encoded>&lt;b&gt;Steam如何通过清单入库&lt;/b&gt;&lt;br /&gt;入库方法、导出清单文件和清单获取渠道，附赠Wallpaper Engine和Live2DViewEX清单。&lt;br /&gt;什么是清单入库？&lt;br /&gt;&lt;a href=&quot;https://t.me/CopyRightZGQInc/925&quot; target=&quot;_blank&quot;&gt;https://t.me/CopyRightZGQInc/925&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;主要用到了这个工具：&lt;br /&gt;&lt;a href=&quot;https://steamtools.net/&quot; target=&quot;_blank&quot;&gt;https://steamtools.net/&lt;/a&gt;&lt;br /&gt;安装后右键悬浮窗，启动Steam选项，3个开关全部勾选。&lt;br /&gt;Steamtools以前内置清单可以一键入库，但因为侵权等原因不再提供清单，需要另外找清单，这里推荐2个论坛：&lt;br /&gt;&lt;a href=&quot;https://bbs.steamtools.net/&quot; target=&quot;_blank&quot;&gt;https://bbs.steamtools.net/&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://cs.rin.ru/forum/&quot; target=&quot;_blank&quot;&gt;https://cs.rin.ru/forum/&lt;/a&gt;&lt;br /&gt;里面有很多人分享清单，需要自己找，注意清单有时效性，一旦项目被更新，那么旧的清单将会失效，如果碰到“内容仍处于加密状态”，则说明清单失效。&lt;br /&gt;如果你想要分享自己的库存，那么可以用这个工具导出清单文件：&lt;br /&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3500&quot; target=&quot;_blank&quot;&gt;https://t.me/ZGQincLiqun/3500&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;获取清单之后把manifest清单文件（和LUA解锁文件，如果有）拖到Steamtools悬浮窗上，然后右键悬浮窗重启Steam客户端即可。&lt;br /&gt;如果分享者额外提供了acf文件，那么移动到Steam目录下的steamapps文件夹，重启Steam客户端可以在库中看到，从侧边栏拖到悬浮窗上，再次重启Steam即可解锁。&lt;br /&gt;&lt;br /&gt;&lt;s&gt;分享我账号购买的Wallpaper Engine和Live2DViewEX的清单：&lt;/s&gt;&lt;a href=&quot;https://t.me/LiqunZGQinc/304003&quot; target=&quot;_blank&quot;&gt;&lt;s&gt;https://t.me/LiqunZGQinc/304003&lt;/s&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://t.me/CopyRightZGQInc/1701&quot; target=&quot;_blank&quot;&gt;https://t.me/CopyRightZGQInc/1701&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23PC%E8%BD%AF%E4%BB%B6&quot;&gt;#PC软件&lt;/a&gt; &lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt; &lt;a href=&quot;/search/%23%E6%95%99%E7%A8%8B&quot;&gt;#教程&lt;/a&gt; &lt;a href=&quot;/search/%23%E7%BD%91%E7%AB%99&quot;&gt;#网站&lt;/a&gt;</content:encoded></item><item><title>Palworld v0.1.4.1.Hotfix 破解补丁+线上模式修复种子文件打开后下载Palworld文件夹即可</title><link>https://tgchannel.zgqinc.gq/posts/3381</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3381</guid><pubDate>Thu, 08 Feb 2024 04:12:01 GMT</pubDate><content:encoded>&lt;a href=&quot;/posts/3374&quot;&gt;&lt;blockquote&gt;&lt;small&gt;
&lt;div&gt;
  &lt;span&gt;冰点资源分享[频道]&lt;/span&gt;
&lt;/div&gt;
&lt;div&gt;Palworld_v0.1.4.0_patch.zip&lt;/div&gt;
&lt;/small&gt;&lt;/blockquote&gt;&lt;/a&gt;&lt;b&gt;Palworld v0.1.4.1.Hotfix 破解补丁+线上模式修复&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;种子文件打开后下载Palworld文件夹即可。&lt;br /&gt;请务必查看补丁内readme.txt。&lt;br /&gt;&lt;br /&gt;已经下载了v0.1.4.1想要升级v.0.1.4.1.Hotfix只需要下载&lt;br /&gt;&lt;code&gt;Pal/Binaries/Win64/Palworld-Win64-Shipping.exe&lt;/code&gt;&lt;br /&gt;这个文件然后替换原有文件。&lt;br /&gt;&lt;br /&gt;下载器推荐：&lt;br /&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3320&quot; target=&quot;_blank&quot;&gt;https://t.me/ZGQincLiqun/3320&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt; &lt;a href=&quot;/search/%23PC%E8%BD%AF%E4%BB%B6&quot;&gt;#PC软件&lt;/a&gt; &lt;a href=&quot;/search/%23%E7%BD%91%E7%AB%99&quot;&gt;#网站&lt;/a&gt; &lt;a href=&quot;/search/%23%E7%A3%81%E5%8A%9B%E9%93%BE%E6%8E%A5&quot;&gt;#磁力链接&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3381&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Palworld_v0.1.4.1.HotFix_torrent+patch.zip&lt;/div&gt;
    &lt;div&gt;19.6 MB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>Palworld v0.1.4.0 破解补丁+线上模式修复种子文件打开后下载Palworld文件夹即可</title><link>https://tgchannel.zgqinc.gq/posts/3374</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3374</guid><pubDate>Fri, 02 Feb 2024 06:03:10 GMT</pubDate><content:encoded>&lt;a href=&quot;/posts/3368&quot;&gt;&lt;blockquote&gt;&lt;small&gt;
&lt;div&gt;
  &lt;span&gt;冰点资源分享[频道]&lt;/span&gt;
&lt;/div&gt;
&lt;div&gt;Palworld v0.1.3.0.Hotfix 破解补丁+线上模式修复  原版种子文件： https://t.me/ZGQincLiqun/3368?comment=294669 补丁： https://t.me/ZGQincLiqun/3368?comment=294671  种子文件打开后下载Palworld文件夹即可。 请务必查看补丁内readme.txt。  #游戏 #Steam #PC软件 #网站 #磁力链接&lt;/div&gt;
&lt;/small&gt;&lt;/blockquote&gt;&lt;/a&gt;&lt;b&gt;Palworld v0.1.4.0 破解补丁+线上模式修复&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;种子文件打开后下载Palworld文件夹即可。&lt;br /&gt;请务必查看补丁内readme.txt。&lt;br /&gt;&lt;br /&gt;下载器推荐：&lt;br /&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3320&quot; target=&quot;_blank&quot;&gt;https://t.me/ZGQincLiqun/3320&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt; &lt;a href=&quot;/search/%23PC%E8%BD%AF%E4%BB%B6&quot;&gt;#PC软件&lt;/a&gt; &lt;a href=&quot;/search/%23%E7%BD%91%E7%AB%99&quot;&gt;#网站&lt;/a&gt; &lt;a href=&quot;/search/%23%E7%A3%81%E5%8A%9B%E9%93%BE%E6%8E%A5&quot;&gt;#磁力链接&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3374?single&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Palworld_v0.1.4.0_patch.zip&lt;/div&gt;
    &lt;div&gt;19.4 MB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3375?single&quot;&gt;
  &lt;div&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;Palworld.v0.1.4.0.Early.Access.torrent&lt;/div&gt;
    &lt;div&gt;231.5 KB&lt;/div&gt;
  &lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>Palworld v0.1.3.0.Hotfix 破解补丁+线上模式修复原版种子文件：</title><link>https://tgchannel.zgqinc.gq/posts/3368</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3368</guid><pubDate>Fri, 26 Jan 2024 06:21:42 GMT</pubDate><content:encoded>&lt;b&gt;Palworld v0.1.3.0.Hotfix 破解补丁+线上模式修复&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;原版种子文件：&lt;br /&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3368?comment=294669&quot; target=&quot;_blank&quot;&gt;https://t.me/ZGQincLiqun/3368?comment=294669&lt;/a&gt;&lt;br /&gt;补丁：&lt;br /&gt;&lt;a href=&quot;https://t.me/ZGQincLiqun/3368?comment=294671&quot; target=&quot;_blank&quot;&gt;https://t.me/ZGQincLiqun/3368?comment=294671&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;种子文件打开后下载Palworld文件夹即可。&lt;br /&gt;请务必查看补丁内readme.txt。&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt; &lt;a href=&quot;/search/%23PC%E8%BD%AF%E4%BB%B6&quot;&gt;#PC软件&lt;/a&gt; &lt;a href=&quot;/search/%23%E7%BD%91%E7%AB%99&quot;&gt;#网站&lt;/a&gt; &lt;a href=&quot;/search/%23%E7%A3%81%E5%8A%9B%E9%93%BE%E6%8E%A5&quot;&gt;#磁力链接&lt;/a&gt;</content:encoded></item><item><title>一些有针对性用途的x86操作系统让家里的旧电脑重新焕发生机，或是发挥主力机的最大性能</title><link>https://tgchannel.zgqinc.gq/posts/3361</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3361</guid><pubDate>Sun, 14 Jan 2024 10:45:46 GMT</pubDate><content:encoded>&lt;b&gt;一些有针对性用途的x86操作系统&lt;/b&gt;&lt;br /&gt;让家里的旧电脑重新焕发生机，或是发挥主力机的最大性能。&lt;br /&gt;建议配合&lt;a href=&quot;https://t.me/ZGQincLiqun/3309&quot; target=&quot;_blank&quot;&gt;这篇文章&lt;/a&gt;的Ventoy和PE系统。&lt;br /&gt;&lt;br /&gt;• Bliss OS&lt;br /&gt;&lt;a href=&quot;https://blissos.org/&quot; target=&quot;_blank&quot;&gt;https://blissos.org/&lt;/a&gt;&lt;br /&gt;基于Android x86项目开发，适合闲置的x86架构平板。ISO镜像建议选择带GApps的15版本（Android 12L），配合Ventoy引导安装程序，安装教程参考&lt;a href=&quot;https://docs.blissos.org/installation/install-in-a-virtual-machine/install-in-virtualbox/#install&quot; target=&quot;_blank&quot;&gt;官方文档&lt;/a&gt;，虽然是虚拟机教程，但同样适用于实体机。之前同类型的有凤凰系统，可惜早就停更了。&lt;br /&gt;&lt;br /&gt;• Mini Windows&lt;br /&gt;&lt;a href=&quot;https://sites.google.com/view/miniwindows/home&quot; target=&quot;_blank&quot;&gt;https://sites.google.com/view/miniwindows/home&lt;/a&gt;&lt;br /&gt;对Windows进行极致优化和精简，适合老爷机，有Win11、Win7、Vista可供选择，使用PE系统进行安装。&lt;br /&gt;&lt;br /&gt;• Atlas OS&lt;br /&gt;&lt;a href=&quot;https://atlasos.net/&quot; target=&quot;_blank&quot;&gt;https://atlasos.net/&lt;/a&gt;&lt;br /&gt;对Windows进行优化，可以最大限度发挥主力机的性能。建议使用官方原版ISO全新安装双系统。&lt;br /&gt;&lt;br /&gt;• Revi OS&lt;br /&gt;&lt;a href=&quot;https://revi.cc/&quot; target=&quot;_blank&quot;&gt;https://revi.cc/&lt;/a&gt;&lt;br /&gt;类似Atlas OS。&lt;br /&gt;&lt;br /&gt;• HoloISO&lt;br /&gt;&lt;a href=&quot;https://github.com/HoloISO/holoiso&quot; target=&quot;_blank&quot;&gt;https://github.com/HoloISO/holoiso&lt;/a&gt;&lt;br /&gt;基于SteamOS开源代码的Linux游戏系统，和SteamOS一样，退出Steam就变成了带Plasma桌面环境的Linux系统，适合笔记本主力机，很适合掌机和我的GPD，如果需要安装在普通笔记本，建议另外找个SSD进行安装。安装建议另外找个不小于4G的U盘，使用&lt;a href=&quot;https://www.balena.io/etcher/&quot; target=&quot;_blank&quot;&gt;BalenaEtcher&lt;/a&gt;进行刻录，亲测Ventoy无法引导。&lt;br /&gt;&lt;br /&gt;• Wubuntu&lt;br /&gt;&lt;a href=&quot;https://www.wubuntu.org/&quot; target=&quot;_blank&quot;&gt;https://www.wubuntu.org/&lt;/a&gt;&lt;br /&gt;Ubuntu，套了Win11的皮，不仔细看还真看不出来是Ubuntu，比&lt;a href=&quot;https://www.kali.org/docs/introduction/kali-undercover/&quot; target=&quot;_blank&quot;&gt;Kali Undercover&lt;/a&gt;还要6，结合了Windows和Ubuntu的优点，适合闲置电脑。使用Ventoy引导安装程序。&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23PC%E8%BD%AF%E4%BB%B6&quot;&gt;#PC软件&lt;/a&gt; &lt;a href=&quot;/search/%23Github&quot;&gt;#Github&lt;/a&gt; &lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt; &lt;a href=&quot;/search/%23%E7%BD%91%E7%AB%99&quot;&gt;#网站&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt;</content:encoded></item><item><title>免费领取游戏激活码 激活码抽奖</title><link>https://tgchannel.zgqinc.gq/posts/3353</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3353</guid><pubDate>Sat, 06 Jan 2024 03:22:50 GMT</pubDate><content:encoded>&lt;b&gt;免费领取游戏激活码 激活码抽奖&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://givee.club/zh&quot; target=&quot;_blank&quot;&gt;https://givee.club/zh&lt;/a&gt;&lt;br /&gt;TG频道：&lt;a href=&quot;https://t.me/givee_club&quot; target=&quot;_blank&quot;&gt;https://t.me/givee_club&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;并不是诈骗或盗号，亲测真的能领取激活码，需要注册账号，绑定Steam账号，并不需要输入Steam账号密码。&lt;br /&gt;领取前需要做任务，关注几个游戏和把几个游戏加入愿望单，或者直接参与抽奖，每个游戏的激活码数量有限，领完为止。&lt;br /&gt;顺带一提，有些钓鱼网站会要求你输入Steam账号密码，看着很像Steam登录界面，实际上假的要死，一旦上当就被盗号，就比如之前有个仿冒CS2官网的，看一下地址栏是不是steampowered就能鉴别。&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23%E7%BD%91%E7%AB%99&quot;&gt;#网站&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt; &lt;a href=&quot;/search/%23%E9%99%90%E5%85%8D&quot;&gt;#限免&lt;/a&gt; &lt;a href=&quot;/search/%23%E6%B8%B8%E6%88%8F&quot;&gt;#游戏&lt;/a&gt;&lt;a href=&quot;https://givee.club/zh&quot; target=&quot;_blank&quot;&gt;
  &lt;i&gt;&lt;/i&gt;
  &lt;div&gt;Givee.Club&lt;/div&gt;
  
  &lt;div&gt;正版游戏天天领，限时领取每日的游戏赠品！——Givee.Club&lt;/div&gt;
  &lt;div&gt;每天我们都会为你提供游戏的赠品活动，同时也会将其他网站的赠品活动提供给你。&lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>给Steam客户端添加主题</title><link>https://tgchannel.zgqinc.gq/posts/3338</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3338</guid><pubDate>Tue, 02 Jan 2024 08:00:02 GMT</pubDate><content:encoded>&lt;b&gt;给Steam客户端添加主题&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://github.com/PhantomGamers/SFP/&quot; target=&quot;_blank&quot;&gt;https://github.com/PhantomGamers/SFP/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Steam的GUI本来就不好看，都看腻了，Formerly SteamFriendsPatcher可以给Steam打补丁并替换默认GUI。&lt;br /&gt;推荐的主题：&lt;br /&gt;&lt;a href=&quot;https://github.com/Hexality/Fluenty&quot; target=&quot;_blank&quot;&gt;Fluently&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://github.com/yurisuika/Zehn&quot; target=&quot;_blank&quot;&gt;Zehn&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://github.com/RoseTheFlower/MetroSteam&quot; target=&quot;_blank&quot;&gt;Metro&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://github.com/2641a40fd44383320adde4b027a1d0b03bd550/steam-win95-skin&quot; target=&quot;_blank&quot;&gt;Win95&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23PC%E8%BD%AF%E4%BB%B6&quot;&gt;#PC软件&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt;&lt;a href=&quot;https://github.com/PhantomGamers/SFP&quot; target=&quot;_blank&quot;&gt;
  
  &lt;div&gt;GitHub&lt;/div&gt;
  &lt;img class=&quot;link_preview_image&quot; alt=&quot;GitHub - PhantomGamers/SFP: This utility is designed to allow you to apply skins to the modern Steam client&quot; src=&quot;/static/https://cdn4.telesco.pe/file/aM6akVwAv-v_QdY-JJUL88yIn_kQ9dV6f0r3kYHLeInivgM0nOdh9UA_qy0eO9wnM8vd5UXUMqmpMVGywqKftOMtVn85Jjbj3ohVPs6US6WucEO1gJbJ0FFSII3VgZU2ZCeApJ1Zs0BVDcQ7dX04MESSfWDgNdD0ai881z6I8DouiPr2XxoKmcWuuuVxEq6xZRB8lUPM2owU7n0hPkdWF51d-6h5YDYJILYuvbDwBK00iKBHB1JdqsG0RKBUWpXwZvAfQ4EPhdP1XhnawUsjZGz7XpD-pPQzndSjJsHuCPDsWDieeBgxgeaVtkpXy_-lK2uH0TWOpJ_dwgCX8196fA.jpg&quot; loading=&quot;lazy&quot; /&gt;
  &lt;div&gt;GitHub - PhantomGamers/SFP: This utility is designed to allow you to apply skins to the modern &lt;mark&gt;Steam&lt;/mark&gt; client&lt;/div&gt;
  &lt;div&gt;This utility is designed to allow you to apply skins to the modern &lt;mark&gt;Steam&lt;/mark&gt; client - PhantomGamers/SFP&lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>解决Steam敏感内容锁国区问题G胖真的不干人事，8月的时候偷偷改了偏好设置项，国区账号隐藏了2个选项，导致Wallpaper Engine创意工坊等产品少了一堆内容</title><link>https://tgchannel.zgqinc.gq/posts/3336</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3336</guid><pubDate>Tue, 02 Jan 2024 00:15:14 GMT</pubDate><content:encoded>&lt;b&gt;解决Steam敏感内容锁国区问题&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;G胖真的不干人事，8月的时候偷偷改了偏好设置项，国区账号隐藏了2个选项，导致Wallpaper Engine创意工坊等产品少了一堆内容。&lt;br /&gt;&lt;br /&gt;解决方法很简单，安装下面的油猴脚本&lt;br /&gt;&lt;a href=&quot;https://greasyfork.org/zh-CN/scripts/474193-steam%E6%98%BE%E7%A4%BA%E9%9A%90%E8%97%8F%E7%9A%84%E5%81%8F%E5%A5%BD%E8%AE%BE%E7%BD%AE&quot; target=&quot;_blank&quot;&gt;https://greasyfork.org/zh-CN/scripts/474193-steam显示隐藏的偏好设置&lt;/a&gt;&lt;br /&gt;打开 &lt;a href=&quot;http://steampowered.com/&quot; target=&quot;_blank&quot;&gt;steampowered.com&lt;/a&gt; 登录账号，打开&lt;a href=&quot;https://store.steampowered.com/account/preferences/&quot; target=&quot;_blank&quot;&gt;https://store.steampowered.com/account/preferences/&lt;/a&gt; 可以看到以前有的那2个选项已经被强制关闭了，全部勾选即可。&lt;br /&gt;后续还有可能被强制关闭，最好定期查看一下。&lt;br /&gt;当然也可以直接重新注册非国区账号或换区。&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23PC%E8%BD%AF%E4%BB%B6&quot;&gt;#PC软件&lt;/a&gt; &lt;a href=&quot;/search/%23%E6%95%99%E7%A8%8B&quot;&gt;#教程&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt; &lt;a href=&quot;/search/%23%E6%B2%B9%E7%8C%B4%E8%84%9A%E6%9C%AC&quot;&gt;#油猴脚本&lt;/a&gt;&lt;a href=&quot;https://greasyfork.org/zh-CN/scripts/474193-steam%E6%98%BE%E7%A4%BA%E9%9A%90%E8%97%8F%E7%9A%84%E5%81%8F%E5%A5%BD%E8%AE%BE%E7%BD%AE&quot; target=&quot;_blank&quot;&gt;
  
  &lt;div&gt;greasyfork.org&lt;/div&gt;
  
  &lt;div&gt;Steam显示隐藏的偏好设置&lt;/div&gt;
  &lt;div&gt;将Steam偏好设置里隐藏的设置完整的显示出来，包括选项的标题和描述。可解决例如Wallpaper Engine:壁纸引擎 锁国区等问题&lt;/div&gt;
&lt;/a&gt;</content:encoded></item><item><title>Steam下架游戏入库方法：Win+RAge of Empires online  Servers downsteam://install/105430Arcane Saga Onlinesteam://install/238110Arctic Combatsteam://install/212370Arma 2:free versionsteam://install/107400Battle for Graxiasteam://install/90530Brawl Busterssteam://install/109410Bullet Runsteam://install/211880Codename Gordonsteam://install/92District187steam://install/221080Dungeon Fighter Onlinesteam://install/212220F.E.A.R.Online Servers downsteam://install/223650Fnaf worldsteam://install/427920Haunted Memoriessteam://install/241640Maple Story(US-version)steam://install/216150Pandora Sagasteam://install/106010Renaissance Heroessteam://install/221790Rusty Heartssteam://install/36630Spacewarsteam://install/480TERAsteam://install/389300TERA EUsteam://install/323370Vanguard: Saga ofHeroes F2Psteam://install/218210Wizardry Onlinesteam://install/221360黄油：steam://install/1463120steam://install/2346550steam://install/1753410steam://install/1463120steam://install/823550steam://install/1191420steam://install/1724190steam://install/1630080steam://install/1330250steam://install/1905950steam://install/1685960steam://install/311730steam://install/838380steam://install/1568940steam://install/1860860steam://install/2158500#PC软件 #Steam #黄油</title><link>https://tgchannel.zgqinc.gq/posts/3323</link><guid isPermaLink="true">https://tgchannel.zgqinc.gq/posts/3323</guid><pubDate>Thu, 28 Dec 2023 13:01:59 GMT</pubDate><content:encoded>&lt;b&gt;Steam下架游戏入库&lt;/b&gt;&lt;br /&gt;方法：Win+R&lt;br /&gt;&lt;br /&gt;Age of Empires online  Servers down&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/105430&lt;/code&gt;&lt;br /&gt;Arcane Saga Online&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/238110&lt;/code&gt;&lt;br /&gt;Arctic Combat&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/212370&lt;/code&gt;&lt;br /&gt;Arma 2:free version&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/107400&lt;/code&gt;&lt;br /&gt;Battle for Graxia&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/90530&lt;/code&gt;&lt;br /&gt;Brawl Busters&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/109410&lt;/code&gt;&lt;br /&gt;Bullet Run&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/211880&lt;/code&gt;&lt;br /&gt;Codename Gordon&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/92&lt;/code&gt;&lt;br /&gt;District187&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/221080&lt;/code&gt;&lt;br /&gt;Dungeon Fighter Online&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/212220&lt;/code&gt;&lt;br /&gt;F.E.A.R.Online Servers down&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/223650&lt;/code&gt;&lt;br /&gt;Fnaf world&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/427920&lt;/code&gt;&lt;br /&gt;Haunted Memories&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/241640&lt;/code&gt;&lt;br /&gt;Maple Story(US-version)&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/216150&lt;/code&gt;&lt;br /&gt;Pandora Saga&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/106010&lt;/code&gt;&lt;br /&gt;Renaissance Heroes&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/221790&lt;/code&gt;&lt;br /&gt;Rusty Hearts&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/36630&lt;/code&gt;&lt;br /&gt;Spacewar&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/480&lt;/code&gt;&lt;br /&gt;TERA&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/389300&lt;/code&gt;&lt;br /&gt;TERA EU&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/323370&lt;/code&gt;&lt;br /&gt;Vanguard: Saga ofHeroes F2P&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/218210&lt;/code&gt;&lt;br /&gt;Wizardry Online&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/221360&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;黄油：&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1463120&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/2346550&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1753410&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1463120&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/823550&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1191420&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1724190&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1630080&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1330250&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1905950&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1685960&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/311730&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/838380&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1568940&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/1860860&lt;/code&gt;&lt;br /&gt;&lt;code&gt;&lt;mark&gt;steam&lt;/mark&gt;://install/2158500&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/%23PC%E8%BD%AF%E4%BB%B6&quot;&gt;#PC软件&lt;/a&gt; &lt;a href=&quot;/search/%23Steam&quot;&gt;#Steam&lt;/a&gt; &lt;a href=&quot;/search/%23%E9%BB%84%E6%B2%B9&quot;&gt;#黄油&lt;/a&gt;</content:encoded></item></channel></rss>