Skip to content
Gamepiaynmo edited this page Jul 31, 2020 · 6 revisions
<style type="text/css"> img{ text-align: center; margin: 0 auto; zoom: 50%; } </style>

Ballance Mod Loader

转到中文

If you play Minecraft and have heard of Forge, then you would easily understand what BML means to Ballance.

Ballance Mod Loader is a free, open-source modding API used to extend the content of original Ballance game.

Installing

Go to the Release page and download the latest build (Do not download the dev package unless you would like to develop your own mod). Extract all contents into your Ballance root folder. After that you can find the following files in your Ballance directory:

  • BML.dll in BuildingBlocks directory;
  • ModLoader directory.

Before launching the game please check if the compatibility mode of Player.exe is at least Windows XP (Windows 7, Windows 8, etc.). If everything goes well, then you can see the message of BML on the top.

Uninstalling

Go to Ballance root folder, and delete BML.dll in BuildingBlocks directory. If you would like to remove the entire data of BML (installed mods, maps, configs etc.), delete the ModLoader folder as well.

Troubleshooting

If your game crashes after installing BML, or you have met bugs playing with BML, please raise a new Issue at GitHub, with the following information:

  • Describe the condition you met in detail;
  • Screenshots to help explaining if possible;
  • Paste the content of ModLoader.log (in ModLoader folder).
Clone this wiki locally