Skip to content
Gamepiaynmo edited this page Jul 31, 2020 · 6 revisions

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.

Installing Mods / Maps

All mod files should be put in the ModLoader/Mods folder under Ballance root folder. If you want to uninstall a mod, just delete its file in the ModLoader/Mods folder.

BML provides a brand new way of installing custom maps. Before that to play a custom map you need to rename it and replace the original game level files. With BML you only need to put these map files in ModLoader/Maps. When ingame, you can see a triangle button in level-selecting menu, pressing it will bring you to the custom map selecting menu. There is a search bar available at the top (You can use Pinyin to search Chinese named maps).

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).