Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Igneous

Caution

Only supported on Windows x64!

A runtime patch for Minecraft: Bedrock Edition (GDK) to fix various bugs.

Fixes

Issue Summary
MCPE-15796 Cursor is not recentered upon the opening of a new gui
MCPE-98861 Significant input delay on devices with Render Dragon
MCPE-110006 Vsync not being able to be turned off
MCPE-166745 FPS is capped at double the screen's refresh rate when v-sync is disabled
MCPE-230832 Mouse cursor moves in the background during gameplay, disrupting gameplay

Tweaks

  • The game's window background is now black to prevent flashbangs.

  • The game's window menu is now disabled preventing unwanted freezes.

  • Cursor changes are disallowed to prevent cursor changes from lingering.

  • If the cursor is locked, its position is updated when the game's window is moved.

Usage

  • Download the latest release of Igneous.

  • Run the following command in PowerShell to find where the game is located:

    & "$ENV:SystemRoot\explorer.exe" "$((Get-AppxPackage "Microsoft.MinecraftUWP").InstallLocation)"
  • Place the dynamic link library in the opened folder & launch the game.

FAQ

How can I disable V-Sync?

  • Open the following file:

    %APPDATA%\Minecraft Bedrock\Users\*\games\com.mojang\minecraftpe\options.txt
  • Set gfx_vsync to 0, save the file & launch the game.

Build

  1. Install & update MSYS2:

    pacman -Syu --noconfirm
  2. Install GCC & MinHook:

    pacman -Syu mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-MinHook --noconfirm
  3. Start MSYS2's UCRT64 environment & run Build.cmd.

About

A runtime patch for Minecraft: Bedrock Edition (GDK) to fix various bugs.

Topics

Resources

Stars

22 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages