Skip to content

Aetopia/Igneous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Igneous

Caution

Only supported on Windows x64!

Fixes various bugs related to Minecraft: Bedrock Edition (GDK).

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

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.