开源软件名称(OpenSource Name):CutFlame/MCDSaveEdit开源软件地址(OpenSource Url):https://github.com/CutFlame/MCDSaveEdit开源编程语言(OpenSource Language):C# 100.0%开源软件介绍(OpenSource Introduction):Minecraft: Dungeons Save File EditorWindows application for modifying Minecraft: Dungeons save files. DISCLAIMER: Please keep backups of your save files! This app does not guarantee your save file to be playable after editing!Installing and RunningFor full features and functionality you need Minecraft: Dungeons installed and preferably in the default install location.
How to Use
Adding ItemsAdding/Changing EnchantmentsTroubleshootingFix Missing ImagesIf you see this popup, that means it couldn't find the game content in the default location. You need to provide the path to these Default location of pak filesMinecraft Launcher:
Steam:
Microsoft Store: The path that you copied your game files to when you ran the dumper/storepatcher script Application Stopped WorkingIf during launch you get a popup saying that MCDSaveEdit has stopped working, this means an internal error ocurred and could mean various issues. MCDSaveEdit has a dependency on .NET Framework 4.7.1 so you could try installing that. CompilingThis application was developed entirely in Visual Studio 2019. When cloning be sure to recurse through submodules because there are 2: Provide the AES key to decrypt the game files:
namespace MCDSaveEdit.Data
{
public static class Secrets
{
// Fill in the value for this one
public static AesKey[] PAKS_AES_KEYS = new AesKey[] {
new AesKey("<AES key for unlocking the MCD .pak files>", ""),
};
// You can leave these empty, they just need to exist
public const string GAME_ANALYTICS_GAME_KEY = "";
public const string GAME_ANALYTICS_SECRET_KEY = "";
}
} Another bit of trouble you might run into is the error: "The referenced component 'Windows' could not be found" in
Legal DisclaimerThis project is not affiliated with Mojang Studios, XBox Game Studios, Double Eleven or the Minecraft brand. "Minecraft" is a trademark of Mojang Synergies AB. Other trademarks referenced herein are property of their respective owners. External Credits and LicensesImages from the game are subject to copyright by Mojang. They are extracted at runtime from the .pak files that are installed as part of the Minecraft: Dungeons game files. DungeonTools © Diego Russi (AGPL 3.0) Microsoft.Bcl.AsyncInterfaces © Microsoft (MIT) Costura.Fody © Simon Cropp and contributors (MIT) FModel © Free Software Foundation, Inc. (GPL 3.0) PakReader © Aleks Margarian (MIT) Game-icons.net © Lorc, Delapouite and contributors (CC BY 3.0) |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论