Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 1.93 KB

README.md

File metadata and controls

82 lines (52 loc) · 1.93 KB

Caution

Only supported on Windows x64!

Stonecutter

Fixes various bugs related to Minecraft: Bedrock Edition.

Fixes

Usage

  • Download the latest release from:

    • GitHub Releases

      • Extract & run Stonecutter.exe.
    • Scoop

      scoop bucket add games
      scoop install stonecutter
      
      • Run Stonecutter from the Windows Start Menu.
  • Stonecutter will launch and patch Minecraft: Bedrock Edition.

FAQ

How can I disable V-Sync?

  • Open the following file:

    %LOCALAPPDATA%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftpe\options.txt
    
  • Set gfx_vsync to 0.

  • Save the file.

  • Launch Minecraft: Bedrock Edition via Stonecutter.

How can I force DirectX 11?

  • Create the following file:

    %LOCALAPPDATA%\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\RoamingState\Stonecutter.ini
    
  • Add the following contents:

    []
    =1
  • Save the file.

  • Launch Minecraft: Bedrock Edition via Stonecutter.

Building

  1. Install MSYS2 & UPX for optional compression.

  2. Update the MSYS2 Environment until there are no pending updates using:

    pacman -Syu --noconfirm
  3. Install GCC & MinHook using:

    pacman -S mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook --noconfirm
  4. Make sure <MSYS2 Installation Directory>\ucrt64\bin is added to the Windows PATH environment variable.

  5. Run Build.cmd.