下载客户端

启用模组时如何获取成就

2026-03-04 16:06:35
转载

AI智能总结导读

这是一篇《城市:天际线》的模组使用指南,教玩家在启用模组的存档中解锁成就,修复了bad criminal的成就启用模组因游戏更新出现的问题,还针对Windows 7专业版64位等系统给出适配操作方法,含模组下载、文件修改、游戏设置等步骤。

让我们面对现实吧:每个玩过《城市:天际线》的人都曾希望能在使用模组的存档中解锁成就。现在,借助巧妙的代码编写,你可以实现这个愿望了。 简介 本指南旨在修复由bad criminal创建的原版成就启用模组,由于《城市:天际线》近期的更新,很多人在使用该模组时遇到了问题。此模组的原始代码归bad criminal所有,我仅拥有本指南本身的知识产权。在开始之前,我要感谢bad criminal公开源代码并支持本指南。如果您运行的是Windows 7专业版64位系统,请查看指南中标题为【如果您运行的是Windows 7专业版64位系统...】的部分。您很可能无法通过常规方法让模组正常运行,需要按照SmokeDog和Ecktos创建的说明来操作,才能在您的操作系统上使用该模组。(不过不用担心,操作并不复杂。) Windows 7专业版64位系统的修复方法可能也适用于其他Windows版本。已有多位用户反馈,使用此方法在Windows 8.1系统上成功运行;如果您在其他Windows版本上无法正常使用该模组,可以尝试SmokeDog和Ecktos提供的技巧。下载模组 从理论上讲,由于“bad criminal”的模组已公开其代码,实际上无需下载即可使用,你完全可以手动创建文件。不过,本指南仍将基于下载模组的方式进行讲解。通过工坊找到该模组并将其添加到你的游戏中。 现在模组已从工坊安装完成,启动游戏,并仔细检查确保它已列在你的模组菜单中。 文件导航 接下来需要进行一些操作。不知为何,安装过程中创建的文件夹要么为空,要么基本无法使用。退出游戏并导航至你的《城市:天际线》文件夹,该文件夹通常位于“C: Program Files (x86) Steam steamapps common Cities_Skylines”。你应该会看到一个类似这样的界面。

点击“文件”,然后点击“模组”。假设这是你安装的唯一模组,你应该会看到四个文件夹:“HardMode”“UnlimitedMoney”“UnlockAll”,以及第四个包含成就解锁器的文件夹。在我的电脑上,这个文件夹被简单地命名为“SkylinesMod”。

进入此文件夹,然后进入里面的文件夹,该文件夹应命名为【Source】。在这里你会找到一个.cs文件,它应该包含模组的代码;如果你的安装情况和我类似,这个文件应该是完全空白的,这可能是很多人遇到问题的地方。这就是bad criminal的代码发挥作用的地方。 启用解决方法 将.cs文件改为.txt文件并打开;如果里面有任何文本,将其清除,然后输入bad criminal的代码。再次说明,这不是我的代码,我不声称拥有其任何部分,但bad criminal已在其模组的创意工坊页面声明该代码可公开使用。 你的.txt文件现在应该看起来像这样:

请注意,为了让模组正常运行,你可能需要在其余内容前添加以下几行文本: "using ICities; using ColossalFramework;" 有些用户发现即使没有这些代码行,模组也能正常工作,但也有用户反馈,如果不在开头插入这些行,模组根本无法运行。 将文件重命名为【SkylinesMod】(如果尚未如此命名),保存后退出。你可以将其保留为.txt文件,模组仍能正常工作。 设置游戏 最后一个重要步骤是打开【城市:天际线】并导航至模组菜单。确保coolvid69的模组(现在应该能正常显示)被设置为【关闭】。不这样做在大多数情况下会阻止你获得成就。现在你的屏幕应该显示成这样:

When selecting a saved game that has mods enabled, the achievement icon will remain gray until you earn another achievement in that saved game. Do not be alarmed if the icon is still gray, as this is does not mean that the mod isn't working. Additionally, some achievements which require a set number of special buildings may not be earned if you already have the required number of buildings in your world. For example, if an achievement requires that you have five police stations in your city and you have already built six, you will not be able to earn that achievement for that city, even if you destroy the extra police station. Please keep this in mind. If you're running Windows 7 Pro 64-bit... Several users running Windows 7 64-bit have reported that they still cannot earn achievements after doing all of the above. Fortunately, user SmokeDog has provided a fix in the comments that should get you up and running. For convenience, I've decided to include it here, as it seems to be a reoccurring problem. PLEASE NOTE THAT THIS FIX MAY ALSO WORK FOR USERS ENCOUNTERING ERRORS ON OTHER VERSIONS OF WINDOWS. 引用自 SmokeDog:I am on Windows 7 Pro 64-bit. For me, none of the mods I have installed were stored in steamapps/common or %LOCALAPPDATA%. I found all the files were stored in "Steam/steamapps/workshop/content/xxxxxx/yyyyyy" . So, once I had found this folder with SkylinesMod.dll, I created a Source directory, and inside I created the SkylinesMod.txt file as per the above guide, with the code pasted in. I saved this, and started up C:S. For me, this mod would only then work if I had the "Enable Achievements" mod switched ON in the content manager. I first tried with it switched off, knowing I didn't have the City Planner achievement, created a small district and applied a policy to it, nothing happened. I exited back to the main menu, switched ON the mod from the content manager, then tried the same thing with a district, and I got the achievement. Thanks for the guide, and I hope this info about my experience helps someone else.[/quote] 引用自 SmokeDog:To clarify my last post: "Steam steamapps common Cities_Skylines Files Mods" did not contain any custom mods I have installed, only the default ones - HardMode, UnlimitedMoney, and UnlockAll, as well as NewMod which seems to be the template files for making a new mod. I also checked in %LOCALAPPDATA% Colossal Order Cities_Skylines Addons Mods, and there was nothing in there either. Hence why I had to find the files in steamapps/workshop/content. Ecktos, who has gotten the mod to work using SmokeDog's method, further clarifies the solution: 引用自 Ecktos:Worked perfectly for me, using the workaround by SmokeDog on Win7 pro, I have set it out below in an easy to follow step by step guide so it should be very easy for anyone to follow. Step 1, Click the Windows button and type SkylinesMod.dll into the search box, once windows has located SkylinesMod.dll right click on it and select the option Open file location and a new window will open. Step 2. Inside this file create a new folder and name it Source Step 3. Open the newly created Source folder and right click, mouse over the New option and select Text document once the new text document has been created name it SkylinesMod and press return to confirm the new name. Step 4. Copy the text from https://gist.github.com/anonymous/c524671571c3879381b2 then open the SkylinesMod text document and paste the copied text into it, click File in the top left corner of the SkylinesMod text document and click the option Save. The files are now set up correctly and the mod will run as expected, but remember you must enable the mod in the Content Manager for it to work. The Achievement tab will remain inactive until a new achievement is attained at which point the tab will activate and will allow you to view the new achievement and any previous achievements you have obtained. Thanks for taking the time to work out how to make this mod work, and thanks to SmokeDog for the Win7 workaround, awesome job! If the mod still does not work after this, please let me know in the comments. Again, special thanks to SmokeDog for finding a fix to this issue, and to Ecktos for giving us step-by-step instructions! Congratulations! If you've correctly followed the steps above, you should now be able to earn achievements while playing in your modded cities! Thanks for reading, and if you found this guide helpful, please leave a thumbs up! As I mentioned above, if you are still having trouble getting the mod to work, please let me know in the comments below.

评论

共0条评论
face
inputImg
相关阅读
最新更新

可解锁成就的模组

使用模组时解锁成就指南 如何使用模组和模组工具来启用成就 成就与模组 基础知识:使用任何模组后,将无法解锁成就。 即使在加载时禁用所有模组,若加载了曾使用过任何…

2026-04-02 14:320赞 · 0评论

有用的信息

在本指南中,我将为大家提供关于《城市:天际线》的一些实用信息,帮助大家更好地游玩这款属于自己的城市建造游戏。 如何将交通量降至最低 交通问题是这款游戏的最大难题…

2026-03-31 04:042赞 · 0评论

《城市:天际线》1.21.1-f7版本更新内容

大家好! 今天我们发布了一个小型补丁,修复内容如下:《城市:天际线》更新内容 1. 全平台 - 修复了竞赛和游行活动的成本,使其与用户界面中显示的内容一致 - …

2026-03-17 15:040赞 · 0评论

给有抱负的市长们的基础模组指南

本指南列出了精选的模组,简要说明了它们的功能以及你需要它们的原因。旨在为追求流畅游戏体验的玩家提供一个良好的起点。所有模组均与《城市:天际线》的【降雪】DLC兼…

2026-03-17 00:060赞 · 0评论

《城市:天际线》1.21.1-f4 比赛日更新补丁 - 模组状态与补丁说明

《城市:天际线》更新内容 3月10日欧洲中部时间上午10点,《城市:天际线》的最新补丁将正式上线。此次更新包含全新的扩展包,同时还有面向所有游戏拥有者的免费补丁…

2026-03-09 16:590赞 · 0评论

为了更清洁的城市 下水道bug 无模组

大家好,朋友们,我在游戏中发现了一个可以为我们所用的漏洞。 如你们所知,管道中流动的水要么排入大海,要么如果有DLC的话就排入土地,而借助这个漏洞或错误,既不会…

2026-03-08 21:070赞 · 0评论

Steam《城市天际线》限免畅玩+一款免转付❗️Epic喜加三❗️轻肉鸽动作+战略管理+第一人称射击

本周免费赛博鸡蛋来啦!

2026-03-06 06:133赞 · 0评论

(2023年)如何在《城市:天际线》中创建真实城市地图

指南中介绍了如何在《城市:天际线》中创建真实城市的道路网。2022年,由于世界上存在恐俄情绪,许多网站在俄罗斯停止运行! 第一部分 必要的模组 从Steam创意…

2026-03-03 15:070赞 · 0评论

订阅价格下调!

将您的城市建设提升到新高度,畅享《城市:天际线》的所有内容。订阅扩展包服务后,只要您的订阅处于有效期内,即可立即获取所有已发布的DLC,以及未来新增的每一个扩展…

2026-03-02 09:090赞 · 0评论

修复交通拥堵

对于那些对交通拥堵感到困扰的玩家,本指南提供了逐步解决交通流量问题的方法。它提炼了其他指南中隐藏的精华知识,为你节省时间和精力。 你可以随意阅读任何感兴趣的部分…

2026-02-23 16:310赞 · 0评论
暂无更多

最新更新

  • 《城市:天际线》1.21.1-f9版本更新内容 — 《城市:天际线》修复公告 1.本次为大家带来一个非常小的更新,主要修复了过去一周收到的漏洞反馈。我们认为这将是最后一次更新! 2.此次更新非常轻微,不会影响模组…
  • 创建流畅的高速公路出口 - 指南 — 在本指南中,我将介绍如何建造顺畅的高速公路出口。内容将基于完全笔直且平坦的高速公路,为你展示一些基础知识。你可以运用这些基础知识,根据自己地图中的复杂情况进行调…
  • 可解锁成就的模组 — 使用模组时解锁成就指南 如何使用模组和模组工具来启用成就 成就与模组 基础知识:使用任何模组后,将无法解锁成就。 即使在加载时禁用所有模组,若加载了曾使用过任何…
  • 厌倦堵车了吗?解决方案就在这里 — 《城市:天际线》解决交通拥堵问题的顶级指南 优化道路网络 道路等级: 高速公路——城市的主要交通干线,用于区域间的快速通行。 大型道路(4-6车道)——城市内的…
  • 重建真实城市——综合指南 — 本指南面向希望不只是游玩游戏,而是用游戏重建自己“真实”城市的高级玩家。内容涵盖获取必要数据、准备地图、创建自定义建筑(资产)以及填充城市地图内容等主题。我还会…
  • 有用的信息 — 在本指南中,我将为大家提供关于《城市:天际线》的一些实用信息,帮助大家更好地游玩这款属于自己的城市建造游戏。 如何将交通量降至最低 交通问题是这款游戏的最大难题…
  • 韩国背景资产指南 KOR — 我正在收集所有以韩国为背景的资产。 更新记录 Ver 2.0 1. 对合集进行细分 - 按区域划分建筑、按用途划分车辆 2. 更换新的代表性图片 3. 按语言分…
  • SketchUp资产创建指南 — 一种简单但有效的资产建模和纹理处理方法,全部在SketchUp中完成! 简介 你想创建自己的资产,但却发现3DSMax或Blender太难操作?本指南正是为你准…
  • TM:PE - 交通流量调控管理 — 本指南介绍如何使用【交通管理:总统版】(TM:PE)和新的股票交易所进行刷钱操作。 步骤1:确保已禁用自动消失功能,并且有大量交通拥堵导致你的股票下跌。
  • 《城市:天际线》最佳模组 — 移动它 这个模组允许选择、移动和对齐各种物体。 交通管理器:总统版(稳定版) 改善车道和停车空间的利用率。调整交叉路口、道路和铁轨!这是经过测试的稳定版本,功能…