小 (en) |
(-) |
||
第1行: | 第1行: | ||
{{version|Timeless}} | {{version|Timeless}} | ||
{{hatnote| | {{hatnote| 有关如何制作模组(MOD)的说明,请参阅[[modding]]}} 一个Mod(Modification的缩写)是游戏的修改和修改的目标, 中文称其为"模组" | ||
== | == 安装 == | ||
Mod可以从以下几个来源下载和安装: | |||
* | * 自动使用Paradox Launcher 或手动从 [https://mods.paradoxplaza.com/games/stellaris Paradox Mods] 下载 | ||
* | * 使用Steam的客户端应用程序自动从[https://steamcommunity.com/app/281990/workshop/ Steam 创意工坊] 下载(仅限Steam版本) | ||
* | * 手动从[https://forum.paradoxplaza.com/forum/index.php?forums/stellaris-user-mods.940/ Paradox用户论坛] 获取([[forum:894506| 需要注册游戏账号]]) | ||
当从Steam启动Stellaris时, 游戏Mod目录在: | |||
* Windows: <code>%USERPROFILE%\Documents\Paradox Interactive\Stellaris\mod\</code> | * Windows: <code>%USERPROFILE%\Documents\Paradox Interactive\Stellaris\mod\</code> | ||
* GNU/Linux: <code>~/.local/share/Paradox Interactive/Stellaris/mod/</code> | * GNU/Linux: <code>~/.local/share/Paradox Interactive/Stellaris/mod/</code> | ||
* Mac: <code>~/Documents/Paradox Interactive/Stellaris/mod/</code> | * Mac: <code>~/Documents/Paradox Interactive/Stellaris/mod/</code> | ||
当从Paradox Launcher 启动Stellaris时, 游戏Mod目录在: | |||
* Windows: <code>%USERPROFILE%\Documents\Paradox Interactive\Stellaris | * Windows: <code>%USERPROFILE%\Documents\Paradox Interactive\Stellaris\mod\</code> | ||
* GNU/Linux: <code>~/.local/share/Paradox Interactive/Stellaris Plaza/mod/</code> | * GNU/Linux: <code>~/.local/share/Paradox Interactive/Stellaris Plaza/mod/</code> | ||
* Mac: <code>~/Documents/Paradox Interactive/Stellaris/mod/</code> | * Mac: <code>~/Documents/Paradox Interactive/Stellaris/mod/</code> | ||
永远不要把Mod安装到游戏安装目录 ( 例: <code>C:\Program Files (x86)\Steam\SteamApps\common\Stellaris\mod</code> or <code>~/.local/share/Paradox Launcher/games/stellaris/mod</code>), 因为MOD将不会被正确地加载。 | |||
检查mod描述中Stellaris版本是否与mod版本兼容。如果二者版本不匹配,使用Steam中的 “Steam Beta” 选项卡或Paradox Launcher中的“游戏设置 ” 选项卡回滚到旧补丁。 | |||
如果是手动安装,步骤通常如下(特殊情况请参阅Mod说明): | |||
# | # 删除任何现有安装的mod(mod文件夹和.mod 文件)。 这一点非常重要,因为游戏会加载mod文件夹中的所有文件,因此不再存在或在新版本的mod中重命名的旧mod文件将发生冲突。 | ||
# | # 通过删除文件夹<stellaris_settings>\<mod_name>\gfx (如果有)来清除gfx缓存。 | ||
# | # 解压缩下载的存档,使mod文件夹包含mod的.mod 文件和目录。 | ||
# | # 启动Stellaris并在Mod选项卡中选择mod。 请注意,mod在启动器中的名称可能与.mod 文件的名称不同。 | ||
# | # 启动游戏!(Stellaris, 启动!!!) | ||
当手动安装一个Mod(将其移动到mod/ 目录)时,启动器仍然会显示找不到该Mod。这是因为mod的 <code>*.mod</code> 文件可能提供了不同的路径。例如,如果Mod是从Steam创意工坊中抓取的,<code>.mod</code> 文件可能指向类似<code>"steam/workshop/<modfoldername>"</code> 的路径。 | |||
另外,当手动安装mods时,您将移动两个文件到"mod/" 文件夹:一个<code>"<modname>.mod"</code>文件和一个<code>"<modname>"</code>件夹。 | |||
If you *still* are having trouble, then use the launcher's mod area to create an empty mod from within the launcher. Once created, go to the mod/ folder to see the structure of the newly generated mod and compare it with the structure of the mod you are trying to install. | If you *still* are having trouble, then use the launcher's mod area to create an empty mod from within the launcher. Once created, go to the mod/ folder to see the structure of the newly generated mod and compare it with the structure of the mod you are trying to install. | ||
如果你仍然有问题,那么使用启动器的Mod上传功能从启动器中创建一个空的mod。并将下载的Mod除<code>*.mod</code>外所有文件移入再启动 | |||
更多信息请见[[Modding#Mod management|Mod management]]. | |||
== | == Mod列表 == | ||
大多数Mod已在Steam创意工坊上发布: | |||
* [https://steamcommunity.com/workshop/browse/?appid=281990 Stellaris Steam Workshop] | * [https://steamcommunity.com/workshop/browse/?appid=281990 Stellaris Steam Workshop] | ||
一些用于寻找Mod的网站 | |||
* [http://www.gamewatcher.com/editorials/the-best-stellaris-mods/12561 GameWatcher's list of The Best Stellaris Mods] | * [http://www.gamewatcher.com/editorials/the-best-stellaris-mods/12561 GameWatcher's list of The Best Stellaris Mods] | ||
* [https://www.rockpapershotgun.com/2016/06/17/best-stellaris-mods/ RPS's Best Stellaris Mods] | * [https://www.rockpapershotgun.com/2016/06/17/best-stellaris-mods/ RPS's Best Stellaris Mods] | ||
== | == 推荐的Mod == | ||
:{{hatnote|Wiki pages for Stellaris modifications are the responsibility of the Mod's developers, not the Paradox Wiki Team.}} | :{{hatnote|Wiki pages for Stellaris modifications are the responsibility of the Mod's developers, not the Paradox Wiki Team.}} | ||
2024年7月30日 (二) 20:51的最新版本
- 有关如何制作模组(MOD)的说明,请参阅modding
一个Mod(Modification的缩写)是游戏的修改和修改的目标, 中文称其为"模组"
安装[编辑 | 编辑源代码]
Mod可以从以下几个来源下载和安装:
- 自动使用Paradox Launcher或手动从 Paradox Mods下载
- 使用Steam的客户端应用程序自动从Steam 创意工坊下载(仅限Steam版本)
- 手动从Paradox用户论坛获取(需要注册游戏账号)
当从Steam启动Stellaris时, 游戏Mod目录在:
- Windows:
%USERPROFILE%\Documents\Paradox Interactive\Stellaris\mod\
- GNU/Linux:
~/.local/share/Paradox Interactive/Stellaris/mod/
- Mac:
~/Documents/Paradox Interactive/Stellaris/mod/
当从Paradox Launcher启动Stellaris时, 游戏Mod目录在:
- Windows:
%USERPROFILE%\Documents\Paradox Interactive\Stellaris\mod\
- GNU/Linux:
~/.local/share/Paradox Interactive/Stellaris Plaza/mod/
- Mac:
~/Documents/Paradox Interactive/Stellaris/mod/
永远不要把Mod安装到游戏安装目录 (例: C:\Program Files (x86)\Steam\SteamApps\common\Stellaris\mod
or ~/.local/share/Paradox Launcher/games/stellaris/mod
), 因为MOD将不会被正确地加载。
检查mod描述中Stellaris版本是否与mod版本兼容。如果二者版本不匹配,使用Steam中的“Steam Beta”选项卡或Paradox Launcher中的“游戏设置”选项卡回滚到旧补丁。
如果是手动安装,步骤通常如下(特殊情况请参阅Mod说明):
- 删除任何现有安装的mod(mod文件夹和.mod文件)。 这一点非常重要,因为游戏会加载mod文件夹中的所有文件,因此不再存在或在新版本的mod中重命名的旧mod文件将发生冲突。
- 通过删除文件夹<stellaris_settings>\<mod_name>\gfx(如果有)来清除gfx缓存。
- 解压缩下载的存档,使mod文件夹包含mod的.mod文件和目录。
- 启动Stellaris并在Mod选项卡中选择mod。 请注意,mod在启动器中的名称可能与.mod文件的名称不同。
- 启动游戏!(Stellaris, 启动!!!)
当手动安装一个Mod(将其移动到mod/目录)时,启动器仍然会显示找不到该Mod。这是因为mod的 *.mod
文件可能提供了不同的路径。例如,如果Mod是从Steam创意工坊中抓取的,.mod
文件可能指向类似"steam/workshop/<modfoldername>"
的路径。
另外,当手动安装mods时,您将移动两个文件到"mod/"文件夹:一个"<modname>.mod"
文件和一个"<modname>"
件夹。
If you *still* are having trouble, then use the launcher's mod area to create an empty mod from within the launcher. Once created, go to the mod/ folder to see the structure of the newly generated mod and compare it with the structure of the mod you are trying to install.
如果你仍然有问题,那么使用启动器的Mod上传功能从启动器中创建一个空的mod。并将下载的Mod除*.mod
外所有文件移入再启动
更多信息请见Mod management.
Mod列表[编辑 | 编辑源代码]
大多数Mod已在Steam创意工坊上发布:
一些用于寻找Mod的网站
推荐的Mod[编辑 | 编辑源代码]
- Wiki pages for Stellaris modifications are the responsibility of the Mod's developers, not the Paradox Wiki Team.
- 10x System Scale
- Distant Origin
- Endless Frontier: An Event Mod
- Inclusive Civics
- PHI multiplayer balancing
- Star Trek New Civilisations
- ST: New Horizons
- SW: Fallen Republic
- Warhammer Total Conversion
- Master of Stellaris
See also[编辑 | 编辑源代码]
References[编辑 | 编辑源代码]
帝国 | 帝国 • 思潮 • 政府 • 国民理念 • 起源 • 承诺 • 议程 • 传统 • 飞升天赋 • 法令 • 政策 • 遗珍 • 科技 • 自定义帝国 |
人口 | 岗位 • 派系 |
领袖 | 领袖 • 领袖特质 |
物种 | 物种 • 物种特质 |
行星 | 行星 • 行星特征 • 轨道矿藏 • 建筑 • 区划 • 行星决议 |
星系 | 星系 • 恒星基地 • 巨型结构 • 虫洞 • 星门 • 地图 |
舰队 | 舰队 • 舰船 • 部件 |
地面战 | 陆军 • 轰炸姿态 |
外交 | 外交 • 联邦 • 星海共同体 • 评价修正 • 宣战理由 • 战争目标 |
事件 | 事件 • 异常现象 • 特殊项目 • 考古遗址 |
游玩 | 游玩 • 定义 • 研究 • 经济 • 游戏开局 |
动态修改 | 动态 • 指令效果 • 触发条件 • 作用域 • 修正 • 变量 • AI |
媒体/本地化 | Maya 导出器 • 图形 • 肖像 • 旗帜 • 事件图片 • 界面 • 图标 • 音乐 • 本地化 |
Other | 控制台命令 • 存档编辑 • Steam 创意工坊 • 模组制作教程 |