更改

跳到导航 跳到搜索
删除5,099字节 、 2021年4月16日 (五) 16:09
基本完成内容更新 // Edit via Wikitext Extension for VSCode
第1行: 第1行: −
{{Construction|time=1天|user=[[User:Horizon98|Horizon98]]([[User talk:Horizon98|讨论]]) 2021年4月15日 (四) 15:25 (UTC)}}
   
{{../header}}
 
{{../header}}
   −
  想在星露谷物语里使用Mod吗?那就看看这个页面吧!
+
 想在星露谷物语里使用Mod吗?那就看看这个页面吧!
    
==介绍==
 
==介绍==
第334行: 第333行:     
===我可以在几组Mod之间切换吗?===
 
===我可以在几组Mod之间切换吗?===
 当然,SMAPI 不同 的Mod组别提供支持 。接下来的说明可能看起来有点复杂,但是只要你按步骤操作,其实非常简单:
+
 当然,SMAPI 可以让你在 不同 的几组Mod之间切换 。接下来的说明可能看起来有点复杂,但是只要你按步骤操作,其实非常简单:
    
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Platform
+
! 平台
! Instructions
+
! 实现步骤
 
|-
 
|-
 
| Windows
 
| Windows
 
|  
 
|  
# Create a separate folder for each mod group in [[#Find your game folder|your game folder]], like <code>Mods</code> and <code>Mods (multiplayer)</code>.
+
# 在你的[[# 找到你的游戏文件夹| 游戏文件夹]] 内为每一组Mod都新建一个文件夹,例如<code>Mods</code> <code>Mods (multiplayer)</code>
# Create a shortcut to the <tt>StardewModdingAPI.exe</tt> file.
+
# 右键点击<tt> StardewModdingAPI.exe </tt> ,选择<tt> 创建快捷方式 </tt>,然后将创建好的快捷方式移动到你喜欢的地方。
# Right-click the shortcut, choose <tt>Properties</tt>, and add this to the end of the <tt>Target</tt> field: <code> --mods-path "Mods (multiplayer)"</code> (changing folder name as needed). '''Don't delete any of the existing text in that field! This should be added to the end of what's already there.''' Done correctly, it should look something like <code>"your-path-here\SteamLibrary\steamapps\common\Stardew Valley\StardewModdingAPI.exe" --mods-path "Mods (multiplayer)"</code>.
+
# 右键点击这个快捷方式,选择<tt> 属性 </tt> ,在弹出的新窗口的<tt> 目标 </tt> 文本框的最后输入这部分参数:<code> --mods-path "Mods (multiplayer)"</code> 。你可以按照自己的实际情况更改<tt> Mods (multiplayer) </tt>这个文件夹的名字。''' 注意!千万不要删除“目标”这个文本框里本来的内容!直接把这部分参数加在它的最后就行。''' 如果你在这一步做得没问题,现在<tt> 目标 </tt>文本框里应该像这样:<code>" 你的Steam程序目录\steamapps\common\Stardew Valley\StardewModdingAPI.exe" --mods-path "Mods (multiplayer)"</code>
# Double-click that shortcut to launch SMAPI with the specified mod folder.
+
# 现在双击这个快捷方式运行程序,就可以直接使用你指定的一组Mod运行游戏了。
 +
# 你可以根据自己的实际需要,按照前面几步创建加载另外一组Mod的快捷方式。
 
|-
 
|-
 
|-
 
|-
| Windows (Steam)
+
| Windows (Steam)
 
| &#32;
 
| &#32;
# Create a separate folder for each mod group in [[#Find your game folder|your game folder]], like <code>Mods</code> and <code>Mods (multiplayer)</code>.
+
# 在你的[[# 找到你的游戏文件夹| 游戏文件夹]] 内为每一组Mod都新建一个文件夹,例如<code>Mods</code> <code>Mods (multiplayer)</code>
# Create a shortcut to your <tt>steam.exe</tt> file.
+
# 打开你Steam程序的安装目录,右键点击<tt> Steam.exe </tt> ,选择<tt> 创建快捷方式 </tt>,然后将创建好的快捷方式移动到你喜欢的地方。
# Right-click the shortcut, choose <tt>Properties</tt>, and add this to the end of the <tt>Target</tt> field: <code>-applaunch 413150 --mods-path "Mods (multiplayer)"</code> (changing folder name as needed). '''Don't delete any of the existing text in that field! This should be added to the end of what's already there.''' Done correctly, it should look something like <code>"your-path-here\Steam\steam.exe" -applaunch 413150 --mods-path "Mods (multiplayer)"</code>.
+
# 右键点击这个快捷方式,选择<tt> 属性 </tt> ,在弹出的新窗口的<tt> 目标 </tt> 文本框的最后输入这部分参数:<code> -applaunch 413150 --mods-path "Mods (multiplayer)"</code> 。你可以按照自己的实际情况更改<tt> Mods (multiplayer) </tt>这个文件夹的名字。''' 注意!千万不要删除“目标”这个文本框里本来的内容!直接把这部分参数加在它的最后就行。''' 如果你在这一步做得没问题,现在<tt> 目标 </tt>文本框里应该像这样:<code>" 你的Steam程序目录\Steam\steam.exe" -applaunch 413150 --mods-path "Mods (multiplayer)"</code>
# Optionally you can click the <tt>"Change Icon..."</tt> button and browse to your Stardew Valley folder to change the icon of the shortcut from the Steam icon to the Stardew Valley Icon.
+
# (可选)你可以右键点击这个快捷方式,选择<tt> 属性 </tt>,然后在弹出的新窗口中点击<tt> 更改图标… </tt>按钮。随后会弹出的“更改图标”的窗口,点击<tt> 浏览 </tt>,定位到你的[[#找到你的游戏文件夹|游戏文件夹]],选中星露谷物语的图标,然后选择<tt> 打开 </tt> ,你便成功将这个快捷方式的图标修改为游戏图标了。
# Double-click that shortcut to make Steam launch SMAPI with the specified mod folder and all steam features.
+
# 现在双击这个快捷方式运行程序,就可以直接使用你指定的一组Mod,启动SMAPI运行游戏并同时使用Steam的功能了。
 +
# 你可以根据自己的实际需要,按照前面几步创建加载另外一组Mod的快捷方式。
 
|-
 
|-
 
| Linux
 
| Linux
 
| <ol>
 
| <ol>
<li>Create a separate folder for each mod group in [[#Find your game folder|your game folder]], like <code>Mods</code> and <code>Mods (multiplayer)</code>.</li>
+
<li> 在你的[[# 找到你的游戏文件夹| 游戏文件夹]] 内为每一组Mod都新建一个文件夹,例如<code>Mods</code> <code>Mods (multiplayer)</code> </li>
<li>Create a file like <tt>SMAPI_multiplayer.sh</tt> on your desktop.</li>
+
<li> 在你的桌面上创建一个名字类似于<tt> SMAPI_multiplayer.sh </tt> 的文件。</li>
<li>Edit the file and set the text to this (change the folder name as needed, and replace <tt>/path/to/StardewValley</tt> with the full path to the <tt>StardewValley</tt> file in [[#Find your game folder|your game folder]]):
+
<li> 编辑这个文件,在里面输入下面的内容(按照自己的实际情况更改<tt> Mods (multiplayer) </tt>这个文件夹的名字,并将<tt>/path/to/StardewValley</tt> 这部分内容替换成你电脑上的<tt> StardewValley </tt> 文件及其所在的[[# 找到你的游戏文件夹| 游戏文件夹]] ):
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
#!/bin/bash
 
#!/bin/bash
 
SMAPI_MODS_PATH="Mods (multiplayer)" /path/to/StardewValley
 
SMAPI_MODS_PATH="Mods (multiplayer)" /path/to/StardewValley
 
</syntaxhighlight></li>
 
</syntaxhighlight></li>
<li>Mark the file executable (see [https://support.apple.com/en-ca/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/mac instructions for Linux or Mac]).</li>
+
<li> 查看[https://support.apple.com/zh-cn/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/mac 这篇适用于Linux或Mac上的教程] ,将该文件设置为“可执行文件”。</li>
<li>Double-click the script to launch SMAPI with the specified mod folder.</li>
+
<li>现在双击运行这个脚本,就可以直接使用你指定的一组Mod运行游戏了。</li>
 +
<li> 你可以根据自己的实际需要,按照前面几步创建加载另外一组Mod的脚本。</li>
 
</ol>
 
</ol>
 
|-
 
|-
 
| Mac
 
| Mac
 
| <ol>
 
| <ol>
<li>Create a separate folder for each mod group in [[#Find your game folder|your game folder]], like <code>Mods</code> and <code>Mods (multiplayer)</code>.</li>
+
<li> 在你的[[# 找到你的游戏文件夹| 游戏文件夹]] 内为每一组Mod都新建一个文件夹,例如<code>Mods</code> <code>Mods (multiplayer)</code> </li>
<li>Create a file <tt>SMAPI_multiplayer.command</tt> on your desktop.</li>
+
<li> 在你的桌面上创建一个名字类似于<tt> SMAPI_multiplayer.command </tt> 的文件。</li>
<li>Edit the file and set the text to this (change the folder name as needed, and replace <tt>/path/to/StardewValley/StardewModdingAPI.bin.osx</tt> with the full path to the <tt>StardewModdingAPI.bin.osx</tt> file in [[#Find your game folder|your game folder]]):
+
<li> 编辑这个文件,在里面输入下面的内容(按照自己的实际情况更改<tt> Mods (multiplayer) </tt>这个文件夹的名字,并将<tt>/path/to/StardewValley/StardewModdingAPI.bin.osx</tt> 这部分内容替换成你电脑上的<tt> StardewModdingAPI.bin.osx </tt> 文件及其所在的[[# 找到你的游戏文件夹| 游戏文件夹]] ):
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
/path/to/StardewValley/StardewModdingAPI.bin.osx --mods-path "Mods (multiplayer)"
 
/path/to/StardewValley/StardewModdingAPI.bin.osx --mods-path "Mods (multiplayer)"
 
</syntaxhighlight></li>
 
</syntaxhighlight></li>
<li>Example: <code>~/Library/Application\ Support/Steam/steamapps/common/Stardew\ Valley/Contents/MacOS/StardewModdingAPI.bin.osx --mods-path "Mods (multiplayer)"</code></li>
+
<li> 例如:<code>~/Library/Application\ Support/Steam/steamapps/common/Stardew\ Valley/Contents/MacOS/StardewModdingAPI.bin.osx --mods-path "Mods (multiplayer)"</code></li>
<li>Mark the file executable (see [https://support.apple.com/en-ca/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/mac instructions for Linux or Mac]).</li>
+
<li> 查看[https://support.apple.com/zh-cn/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/mac 这篇适用于Linux或Mac上的教程] ,将该文件设置为“可执行文件”。</li>
<li>If you get the error: "The file “SMAPI multiplayer.command” could not be executed because you do not have appropriate access privileges. To view or change access privileges, select the file in the Finder and choose File > Get Info." Then use the following code in the terminal: <tt>chmod u+x /path/to/SMAPI multiplayer.command</tt> to give yourself these access privileges.</li>
+
<li> 如果你看到了报错:"The file “SMAPI multiplayer.command” could not be executed because you do not have appropriate access privileges. To view or change access privileges, select the file in the Finder and choose File > Get Info." 你可以在“访达”中选择文件,点击“详细信息”来查看或修改这个文件的权限。然后你还可以在终端中输入这行代码(按实际情况更改目录):<code>chmod u+x /path/to/SMAPI multiplayer.command</code>,手动给这个文件提权。</li>
<li>Double-click the script to launch SMAPI with the specified mod folder.</li>
+
<li> 现在双击运行这个脚本,就可以直接使用你指定的一组Mod运行游戏了。</li>
 +
<li> 你可以根据自己的实际需要,按照前面几步创建加载另外一组Mod的脚本。</li>
 
</ol>
 
</ol>
 
|-
 
|-
| Mac (Steam)
+
| Mac (Steam)
 
| <ol>
 
| <ol>
<li>Create a separate folder for each mod group in [[#Find your game folder|your game folder]], like <code>Mods</code> and <code>Mods(multiplayer)</code>. Note there shouldnt be a space between "Mods" and "(multiplayer)".</li>
+
<li> 在你的[[# 找到你的游戏文件夹| 游戏文件夹]] 内为每一组Mod都新建一个文件夹,例如<code>Mods</code> and <code>Mods(multiplayer)</code> 。注意:文件夹名字中不能带有空格。</li>
<li>Create a file <tt>SMAPI_multiplayer.command</tt> on your desktop.</li>
+
<li> 在你的桌面上创建一个名字类似于<tt> SMAPI_multiplayer.command </tt> 的文件。</li>
<li>Edit the file and set the text to this (change the folder name as needed, and replace <tt>/path/to/steam_osx</tt> with the full path to the <tt>steam_osx</tt> file (you can find the path for <tt>steam_osx</tt> by using <tt>sudo find / -name steam_osx</tt>):
+
<li> 编辑这个文件,在里面输入下面的内容(按照自己的实际情况更改<tt> Mods(multiplayer) </tt>这个文件夹的名字(文件夹名字中不能带有空格),并将<tt>/path/to/steam_osx</tt> 这部分内容替换成你电脑上的<tt> steam_osx </tt> 文件及其所在的路径,你可以使用<code>sudo find / -name steam_osx</code> 这条命令来找到<tt> steam_osx </tt> 所在的文件夹)):
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
/path/to/steam_osx -applaunch 413150 --mods-path "Mods(multiplayer)"
 
/path/to/steam_osx -applaunch 413150 --mods-path "Mods(multiplayer)"
 
</syntaxhighlight></li>
 
</syntaxhighlight></li>
<li>Example: <code>/Applications/Steam.app/Contents/MacOS/steam_osx -applaunch 413150 --mods-path "Mods(multiplayer)"</code></li>
+
<li> 例如:<code>/Applications/Steam.app/Contents/MacOS/steam_osx -applaunch 413150 --mods-path "Mods(multiplayer)"</code></li>
<li>Mark the file executable (see [https://support.apple.com/en-ca/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/mac instructions for Linux or Mac]).</li>
+
<li> 查看[https://support.apple.com/zh-cn/guide/terminal/apdd100908f-06b3-4e63-8a87-32e71241bab4/mac 这篇适用于Linux或Mac上的教程] ,将该文件设置为“可执行文件”。</li>
<li>If you get the error: "The file “SMAPI multiplayer.command” could not be executed because you do not have appropriate access privileges. To view or change access privileges, select the file in the Finder and choose File > Get Info." Then use the following code in the terminal: <tt>chmod u+x /path/to/SMAPI multiplayer.command</tt> to give yourself these access privileges.</li>
+
<li> 如果你看到了报错:"The file “SMAPI multiplayer.command” could not be executed because you do not have appropriate access privileges. To view or change access privileges, select the file in the Finder and choose File > Get Info." 可以在“访达”中选择文件,点击“详细信息”来查看或修改这个文件的权限。然后你还可以在终端中输入这行代码(按实际情况更改目录):<code>chmod u+x /path/to/SMAPI multiplayer.command</code>,手动给这个文件提权。</li>
<li>Double-click the script to make Steam launch SMAPI with the specified mod folder and all steam features.</li>
+
<li>现在双击运行这个脚本,就可以直接使用你指定的一组Mod,启动SMAPI运行游戏并同时使用Steam的功能了。</li>
 +
<li> 你可以根据自己的实际需要,按照前面几步创建加载另外一组Mod的脚本。</li>
 
</ol>
 
</ol>
 
|-
 
|-
 
|}
 
|}
   −
 在Windows上,[https://moddrop.com ModDrop]这款Mod管理器 也支持你设置3 组Mod ,以便在它们 之间切换
+
 在Windows上, 你也可以使用[https://moddrop.com ModDrop]这款Mod管理器 来在几 组Mod之间切换, 最多 支持 设置3 组不 的Mod。
 
  −
<!--
  −
 
  −
 
  −
 
  −
 
  −
 
  −
 
  −
 
  −
===修复常见的错误消息===
  −
* ''"哎呀!SMAPI找不到游戏了。"''
  −
** 请确定你运>行的是游戏文件夹里的<tt>StardewModdingAPI.exe</tt>(请看[[#安装SMAPI|安装说明]])
  −
** 你是否手动安装了SMAPI(不使用<tt>install.exe</tt>)?请确保你已复制了正确的文件:Windows上是<tt>internal/Windows</tt> ,Linux/Mac上是<tt>internal/Mono</tt>
  −
 
  −
* ''"哎呀!SMAPI似乎与游戏不兼容。"''
  −
** 确保你的游戏是1.2.30或更高版本。
  −
 
  −
* ''"跳过 '...' 因为找不到manifest.json"''
  −
** SMAPI找不到该Mod文件夹​​中的<tt>manifest.json</tt>文件。一般来说这表示安装的不是一个SMAPI Mod 所以放在<tt>Mods</tt>文件夹里无法生效。请参阅该Mod文档的安装说明。
  −
 
  −
===SMAPI文件消失或杀毒软件报错===
  −
你的杀毒软件可能会删除或报错某些SMAPI文件。这是因为''启发式检测'' -  SMAPI改写Mod使其在你的计算机上工作,恶意软件也会改写文件,所以杀毒软件才会报错。 SMAPI没有木马程序 - 这点你可以通过[https://github.com/Pathoschild/SMAPI 阅读代码],[https://www.jetbrains.com/decompiler/ 反编译下载]或将其上传到[https://www.virustotal.com/ VirusTotal]进行检查。你只需要告诉你的杀毒软件“SMAPI是安全的”就可以了;可以搜索杀毒名称+“添加白名单”来查找教程。
  −
 
  −
===检查版本===
  −
# 确保你安装了[https://github.com/Pathoschild/SMAPI/releases  新版本的SMAPI]。<br /><small>SMAPI版本显示在SMAPI控制台窗口的顶部。</small>
  −
# 确保你的游戏是1.2.30或更高版本。<br /><small>点击游戏标题画面的问号按钮,版本会显示在左下方。</small>
  −
 
  −
===重置Content文件夹===
  −
问题是由<tt>Content</tt>文件夹中的文件损坏引起的(尤其是使用了XNB模组)。可以重置游戏文件来解决这个问题。
  −
 
  −
; 选项 1&#58; 重置所有文件(推荐)
  −
 
  −
:# 参见说明:[https://support.steampowered.com/kb_article.php?ref=2037-QEUH-3335 Steam版]或[https://support.gog.com/hc/en-us/articles/212807405 GOG Galaxy版]。所有的XNB Mod将被删除,SMAPI Mod不受到影响。
  −
:# 如果 是在Linux / Mac上使用SMAPI,请重新安装SMAPI来修复启动器。
  −
 
  −
; 选项 2&#58; 重置一个文件
  −
: 如果你安装了XNB模组并且想要重置一个已知会引起错误的文件,你可以恢复备份的原始游戏文件。如果你之前忘记做备份了,以下是恢复原始文件,且不会丢失修改的文件的方法:
  −
:# 复制一个游戏安装目录下的<tt>Content</tt>文件夹,重命名为<tt>Content-modded</tt>。
  −
:# 重置游戏文件夹(参见说明:[https://support.steampowered.com/kb_article.php?ref=2037-QEUH-3335 Steam版]或[https://support.gog.com/hc/en-us/articles/212807405 GOG Galaxy版])。
  −
:# 复制一个(重置过的)<tt>Content</tt>文件夹,重命名为<tt>Content-backup</tt>。
  −
:# 把<tt>Content-modded</tt>里的内容复制到<tt>Content</tt>。
  −
: 这样你的content文件夹仍然是打了Mod的,但是你有了原始文件的备份。
  −
 
  −
; 选项 3&#58; 排查XNB模组
  −
: 如果你安装了很多XNB模组,不确定导致该出错的Mod是哪一个,并且不想删除所有XNB模组,以下是找到出错Mod的方法。
  −
:# 备份所有想保留的XNB模组。
  −
:# 重置游戏文件(参见说明:[https://support.steampowered.com/kb_article.php?ref=2037-QEUH-3335 Steam版]或[https://support.gog.com/hc/en-us/articles/212807405 GOG Galaxy版])。所有的XNB Mod将被删除,SMAPI Mod不受到影响。
  −
:# 如果你是在Linux / Mac上使用SMAPI,请重新安装SMAPI来修复启动器。
  −
# 启动游戏,看看问题是否解决。
  −
# 一个一个的安装备份的Mod,每安装一个就打开游戏测试,以确保Mod不会出问题。
  −
 
  −
===SEHException: 外部 件发生异常===
  −
你可能会在错误提示中看到类似<tt>SEHException</tt>的文字:
  −
 
  −
<pre>
  −
System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
  −
  at new[](UInt32 )
  −
  at Microsoft.Xna.Framework.Audio.UnsafeNativeMethods.AllocateArrayAndReadFile(String filename, Void** ppData, UInt32* pdwBufferSize)
  −
  at Microsoft.Xna.Framework.Audio.UnsafeNativeMethods.WaveBank.CreateHandle(UInt32 hEngine, String string, Int32 length, IntPtr& pCleanup)
  −
  at Microsoft.Xna.Framework.Audio.WaveBank..ctor(AudioEngine audioEngine, String nonStreamingWaveBankFilename)
  −
  at StardewValley.Game1.Initialize()
  −
  at StardewModdingAPI.Inheritance.SGame.Initialize() in D:\source\_Stardew\SMAPI\src\StardewModdingAPI\Inheritance\SGame.cs:line 302
  −
  at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  −
  at Microsoft.Xna.Framework.Game.Run()
  −
  at StardewModdingAPI.Program.StartGame() in D:\source\_Stardew\SMAPI\src\StardewModdingAPI\Program.cs:line 274
  −
</pre>
  −
 
  −
这个错误发生在游戏的音频启动代码中,它对音频准备就绪之前使用的资源非常敏感。这 是由SMAPI直接引起的,尽管SMAPI在启动过程中使用了一些额外的资源。
  −
 
  −
通常解决方案
  −
* 重启你的电脑。
  −
* 在打开游戏前关闭浏览器和其他程序。(可以在游戏开始后重新打开它们)
  −
* 删除任何更改游戏音频的Mod(例如添加更多音乐 的Mod )。
  −
 
  −
===其他问题===
  −
不通过SMAPI运行游戏,方法是打开[[#游戏文件夹|游戏文件夹]]中的<tt>Stardew Valley.exe</tt>(Windows)或<tt>StardewValley-original</tt>(Linux / Mac)。
  −
 
  −
* 如果'''不通过'''SMAPI运行游戏依然出错:请参阅[https://steamcommunity.com/app/413150/discussions/0/142261352650065356/ 本指南来修复游戏]。如果你仍然需要帮助,请[[#寻找帮助|查询帮助]]。
  −
* 如果只有在'''通过'''SMAPI运行游戏才出错:请看[[#寻找帮助|查询帮助]]。
  −
 
  −
==寻求帮助==
  −
===寻找帮助===
  −
关于Mod的问题,直接问Mod作者是最好的方式。以下是与他们取得联系的最佳方式:
  −
 
  −
# 在Mod页面上的讨论贴链接(如果有的话);
  −
# Nexus Mod页面上的“BUG”页面(如果有的话);
  −
# 也可以直接与作者联系(例如使用Nexus Mod页面上的“Contact”按钮)。
  −
 
  −
如果是关于SMAPI的问题,或者你无法联系上Mod的作者,[http://community.playstarbound.com/threads/dos-and-donts-of-reporting-issues-with-smapi-mods.125211/ 请到这里跟帖]或[https://discord.gg/kH55QXP 在Discord上询问。]
  −
 
  −
===在上报错误时需要包含的内容===
  −
<span id="bug-report"></span>
  −
 
  −
让其他人弄清楚你的游戏因为什么出现错误是很困难的一件事,所以如果你尽可能的多地提供一些信息可以帮助别人解答你的问题。以下是你可以提供的最有用信息
     −
# 描述你的问题:
  −
#* 哪个mod有问题?
  −
#* 问题是什么?尽可能详细描述。(游戏是否卡住或闪退?是否变黑屏?还是什么都没发生?)
  −
#* 当游戏出错时你在做什么?你有发现什么固定规律吗?例如,当你做某件事情时总是会发生崩溃。
  −
# 描述你的使用环境:
  −
#* 你是否使用Mod管理软件?如果有,写出软件名字。
  −
#* 你在Linux,Mac还是Windows上玩?
  −
# 重现这个游戏错误(这样在日志中会记载详细信息),然后把最新日志文件的复制粘贴上去(请看上一部分)。
  −
-->
   
{{Modding guide footer
 
{{Modding guide footer
 
   |prev =
 
   |prev =
1,078

个编辑

导航菜单