Skip to content

Bootstraps functionalities that cannot be implemented via the client's DLL at runtime.

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE-GPL-3.0
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

flarialmc/bootstrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flarial Client Bootstrapper

Caution

Only supported on Windows x64!

Bootstraps functionalities that cannot be implemented via the client's DLL at runtime.

Features

  • Properly fix the game's V-Sync Off implementation or "V-Sync Disabler".

  • Ability to force DirectX 11 or "Better Frames".

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

Bootstraps functionalities that cannot be implemented via the client's DLL at runtime.

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE-GPL-3.0
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C 92.4%
  • Batchfile 7.6%