Skip to content

Aetopia/DungeonsUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Caution

Not approved by or associated with Mojang or Microsoft.
This project doesn't allow you to pirate Minecraft Dungeons, you must own it.

Dungeons Updater

Download, install & update Minecraft Dungeons.

Features

  • Instantly update, download and install Minecraft Dungeons.
  • Decouples the game from the Minecraft Launcher & Xbox App.
    This makes it possible to deploy the game under a Windows compatibility layer.
  • Portable, the game is placed alongside the updater.

Prerequisites

  • A Microsoft account that owns Minecraft Dungeons.
  • Hardware & software that fulfill the system requirements for Minecraft Dungeons.

Usage

  • Install Dungeons Updater:

    • Install via Scoop:

      scoop bucket add games
      scoop install dungeonsupdater
      
    • Download the latest release of Dungeons Updater from GitHub Releases.

  • Start Dungeons Updater & wait for the game files to be downloaded.

  • The game will automatically launch once all required files are downloaded.

FAQ

  • Can I play Minecraft Dungeons offline?

    • Dungeons Updater downloads the launcher version of Minecraft Dungeons.
      You will need an active internet connection when launching the game.
      After that the game can be played offline.
  • How can I repair Minecraft Dungeons?

    • Dungeons Updater automatically verifies & repairs the installation as needed.
    • This doesn't affect any installed modifications.
  • How can I skip the startup movies?

    • Open the following file:

      %LOCALAPPDATA%\Dungeons\Saved\Config\WindowsNoEditor\Game.ini
      
    • Add the following content and save:

      [/Script/MoviePlayer.MoviePlayerSettings]
      bWaitForMoviesToComplete=False
      bMoviesAreSkippable=True
      StartupMovies=
  • How can I setup Minecraft Dungeons for modding?

  • How can I uninstall Minecraft Dungeons & Dungeons Updater?

    • Scoop:

      scoop uninstall dungeonsupdater -p
      
    • GitHub Releases:

      • Delete the DungeonsUpdater.exe executable and Content folder.

Building

  1. Download the following:

  2. Run the following command to compile:

    dotnet publish "src\DungeonsUpdater.csproj"