-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #343 from WForst-Breeze/wfbbb-draft12
规范化帮助库页面(安装世界、资源包安装、存档损坏)
- Loading branch information
Showing
10 changed files
with
119 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,52 @@ | ||
<local:MyHint Margin="0,0,0,15" Text="该帮助页面还需要根据规范重新整理格式,优化排版与文案。如果你感兴趣也可以来帮帮忙!" IsWarn="False" /> | ||
<local:MyCard Title="游戏存档损坏" Margin="0,0,0,15"> | ||
<local:MyCard Title="注意事项" Margin="0,0,0,15"> | ||
<StackPanel Margin="25,40,23,15"> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" | ||
Text="电脑蓝屏、死机重启等情况下,游戏存档可能会损坏,如果损坏请按照以下步骤操作:"/> | ||
Text="电脑蓝屏、死机重启等情况下,游戏存档可能会损坏。如遇存档损坏可参考此教程的方案进行修复。"/> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" | ||
Text="1. 点击对应版本的 “版本设置” → “存档文件夹” 后打开 saves 文件夹。"/> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" | ||
Text="2. 进入损坏存档,删除 “level.dat” 文件。"/> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" | ||
Text="3. 找到 “level.dat_old”,并右键重命名,将后缀 “_old” 部分删除。 "/> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" | ||
Text="此时进入游戏将恢复存档,但注意的是:每次进入游戏都会自动备份存档为 level.dat_old 文件,所以使用此文档会回档到未损坏之前的存档 。"/> | ||
<local:MyHint Text="如果没有显示后缀,请将显示文件扩展名打开即可 
 Win7:资源管理器(我的电脑) → 组织 → 文件夹和搜索选项 → 查看 → 勾选 “显示已知文件的扩展名” 
 Win10、Win11:资源管理器(此电脑) → 查看 → 勾选 “文件扩展名” " IsWarn="False" /> | ||
Text="但请注意,使用此方法会使得该世界回退至进入游戏前的存档。"/> | ||
</StackPanel> | ||
</local:MyCard> | ||
|
||
<local:MyCard Title="显示文件扩展名" Margin="0,0,0,15" CanSwap="True" IsSwaped="True"> | ||
<StackPanel Margin="25,40,23,15"> | ||
<local:MyHint Margin="0,0,0,15" Text="如您阅读了下方的教程中发现您的文件没有显示后缀,则请依照如下步骤显示文件扩展名。" IsWarn="False"/> | ||
<TextBlock Margin="0,0,0,7" FontSize="15" Foreground="{DynamicResource ColorBrush2}" | ||
Text="Windows 7" /> | ||
<Grid> | ||
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200" | ||
Text="文件资源管理器(我的电脑) → 组织 → 文件夹和搜索选项 → 查看 → 取消勾选 “隐藏已知文件的扩展名” 。" HorizontalAlignment="Left" /> | ||
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2023/12/11/65770a71e87f0.png" /> | ||
</Grid> | ||
<TextBlock Margin="0,12,0,7" FontSize="15" Foreground="{DynamicResource ColorBrush2}" | ||
Text="Windows 10 / 11" /> | ||
<Grid> | ||
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200" | ||
Text="文件资源管理器(此电脑) → 查看 → 勾选 “文件扩展名”。" HorizontalAlignment="Left" /> | ||
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2023/12/11/6577001f7773e.png" /> | ||
</Grid> | ||
</StackPanel> | ||
</local:MyCard> | ||
|
||
<local:MyCard Title="操作步骤" Margin="0,0,0,15"> | ||
<StackPanel Margin="25,40,23,15"> | ||
<Grid> | ||
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200" | ||
Text="1. 点击对应版本的 “版本设置” → “存档文件夹” 后打开 saves 文件夹。" HorizontalAlignment="Left" /> | ||
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2023/12/11/657691c2605d2.png" /> | ||
</Grid> | ||
|
||
<Grid Margin="0,20,0,4"> | ||
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200" | ||
Text="2. 进入损坏存档,删除 “level.dat” 文件。" HorizontalAlignment="Left" /> | ||
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2023/12/11/65770bd54fc33.png" /> | ||
</Grid> | ||
|
||
<Grid Margin="0,20,0,4"> | ||
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200" | ||
Text="3. 找到 “level.dat_old”,并右键重命名,将后缀 “_old” 部分删除,完成后再次进入世界即可。" HorizontalAlignment="Left" /> | ||
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2023/12/11/65770c659fdf6.png" /> | ||
</Grid> | ||
</StackPanel> | ||
</local:MyCard> | ||
<local:MyHint Margin="0,0,0,15" Text="作者:XiaoFans" IsWarn="False" /> | ||
|
||
<local:MyHint Margin="0,0,0,15" Text="作者:XiaoFans、风释清然SC" IsWarn="False" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,48 @@ | ||
<local:MyHint Margin="0,0,0,15" Text="该帮助页面还需要根据规范重新整理格式,优化排版与文案。如果你感兴趣也可以来帮帮忙!" IsWarn="False" /> | ||
<!-- 图片备份: https://github.com/WTP016-CN/Image_for_PCL2Help/tree/saves --> | ||
<!-- SC图片备份: https://github.com/WForst-Breeze/Files/tree/main/PCL2/H_img_world --> | ||
|
||
<local:MyCard Title="世界是什么?" Margin="0,0,0,15"> | ||
<StackPanel Margin="25,40,23,15"> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" | ||
Text="世界 (Worlds, 亦称为地图、存档) 是指由 Minecraft 玩家创造的存档。玩家的游戏中生成的世界可以被其他玩家下载并进行游玩。" /> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" | ||
Text="目前国内外比较知名的世界分享网站有 MCBBS(我的世界中文论坛)和 MinecraftMaps 等。"/> | ||
</StackPanel> | ||
</local:MyCard> | ||
<local:MyCard Title="获取世界" Margin="0,0,0,15"> | ||
<StackPanel Margin="25,40,23,15"> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" | ||
Text="世界与纹理包(材质包)、光影类似,是由 Minecraft 玩家创作并分享的,你可以在网上找到其他玩家制作的世界。很多 Minecraft 交流网站(如 MCBBS)都有专门的世界版块,你可以在这些地方挑选自己喜欢的世界。" /> | ||
<local:MyButton Height="35" HorizontalAlignment="Left" Padding="13,0,13,0" | ||
Text="打开 MCBBS 世界分享板块" EventType="打开网页" EventData="https://www.mcbbs.net/forum-map-1.html" /> | ||
</StackPanel> | ||
<StackPanel Margin="25,40,23,15"> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" | ||
Text="你可以在许多相关资源网站找到游戏地图,诸如 MCBBS、CurseForge、Minecraft Maps、Planet Minecraft 等。你可以点击下面的按钮来快速跳转至这些网站:" /> | ||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left"> | ||
<local:MyButton Margin="0,4,20,0" Height="35" HorizontalAlignment="Left" Padding="13,0,13,0" | ||
Text="MCBBS 地图发布板块" EventType="打开网页" EventData="https://www.mcbbs.net/forum-map-1.html" /> | ||
<local:MyButton Margin="0,4,20,0" Height="35" HorizontalAlignment="Left" Padding="13,0,13,0" | ||
Text="CurseForge 地图下载" EventType="打开网页" EventData="https://www.curseforge.com/minecraft/search?class=worlds" /> | ||
<local:MyButton Margin="0,4,20,0" Height="35" HorizontalAlignment="Left" Padding="13,0,13,0" | ||
Text="Minecraft Maps" EventType="打开网页" EventData="https://www.minecraftmaps.com/" /> | ||
<local:MyButton Margin="0,4,20,0" Height="35" HorizontalAlignment="Left" Padding="13,0,13,0" | ||
Text="Planet Minecraft 地图下载" EventType="打开网页" EventData="https://www.planetminecraft.com/projects/" /> | ||
</StackPanel> | ||
</StackPanel> | ||
</local:MyCard> | ||
<local:MyCard Title="导入并游玩世界" Margin="0,0,0,15"> | ||
|
||
<local:MyCard Title="导入世界" Margin="0,0,0,15"> | ||
<StackPanel Margin="25,40,23,15"> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" | ||
Text="世界下载完成后需要导入方可在游戏中使用。导入世界只需将您得到的地图文件夹放入 .minecraft/saves 文件夹即可。" /> | ||
<local:MyHint Margin="0,0,0,15" Text="如果你开启了版本隔离,路径应该是.minecraft/versions/你的版本名/saves" IsWarn="False" /> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" Text="有些地图的文件夹根目录有 resources.zip 文件,这是地图自带的纹理包(材质包),您可以参考 “安装资源包”教程进行安装。"/> | ||
<local:MyListItem Margin="-5,0,-5,8" | ||
EventType="打开帮助" EventData="Minecraft/资源包安装.json" /> | ||
<Image HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2022/07/10/1/explorer-saves-folder.png" /> | ||
<Image HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2022/07/10/1/explorer-import-worlds.png" /> | ||
<local:MyHint Margin="0,0,0,15" Text="注意: 大部分地图下载下来后为压缩文件(.rar / .zip / .7z),您需要解压后放入 saves 文件夹。" IsWarn="False"/> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" | ||
Text="如果您开启了版本隔离,则您需要在 PCL 中选中您需要安装世界的版本,点击右侧的小齿轮(或在主页点击 “版本设置”),然后点击 “打开版本文件夹”,找到 .minecraft/saves 文件夹再将世界放入此文件夹。"/> | ||
<Image HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2022/07/26/6/click_example_choose.png"/> | ||
<Image HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2022/07/26/6/click_settings.png"/> | ||
<Image HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2022/07/26/6/open_version_folder.png"/> | ||
<Image HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2022/07/26/6/explorer-saves-folder.png"/> | ||
<Image HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2022/07/26/6/explorer-other-saves.png"/> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" | ||
Text="在 PCL 中选中您刚才导入世界的版本,点击启动,点击 “单人游戏”,找到您刚刚导入的存档(一般与文件夹同名),双击以游玩。"/> | ||
<Image HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2022/07/26/6/minecraft-play.png"/> | ||
<Grid> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" Width="200" | ||
Text="1. 选择你想要导入世界的游戏版本后,点击 “版本设置”。" HorizontalAlignment="Left" /> | ||
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2023/12/11/657691bd6338a.png" /> | ||
</Grid> | ||
|
||
<Grid Margin="0,20,0,4"> | ||
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200" | ||
Text="2. 于 “快捷方式” 一栏中点击 “存档文件夹” 按钮。" HorizontalAlignment="Left" /> | ||
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2023/12/11/657691c2605d2.png" /> | ||
</Grid> | ||
|
||
<Grid Margin="0,20,0,4"> | ||
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200" | ||
Text="3. 将你下载好的世界的压缩文件解压后并拖入弹出的文件夹中。" HorizontalAlignment="Left" /> | ||
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2023/12/11/6576944822045.png" /> | ||
</Grid> | ||
|
||
<Grid Margin="0,20,0,4"> | ||
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" | ||
Text="4. 进入游戏,点击 “单人游戏”,此时你即可找到刚刚导入的世界。" /> | ||
</Grid> | ||
</StackPanel> | ||
</local:MyCard> | ||
|
||
<local:MyHint Margin="0,0,0,15" Text="作者: WTP016、RawDiamondMC" IsWarn="False"/> | ||
<local:MyHint Margin="0,0,0,15" Text="作者: WTP016、RawDiamondMC、风释清然SC" IsWarn="False"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.