-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9557b2d
commit 4c18ab8
Showing
7 changed files
with
65 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#define BML_MAJOR_VER 0 | ||
#define BML_MINOR_VER 3 | ||
#define BML_BUILD_VER 18 | ||
#define BML_BUILD_VER 24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,32 @@ | ||
# BallanceModLoader | ||
Mod Loader for Ballance | ||
# Ballance Mod Loader | ||
|
||
![BML](figures/bml.png) | ||
|
||
If you play Minecraft and have heard of Forge, then you would easily understand what BML means to Ballance. | ||
|
||
![BML](image/bml.png) | ||
Ballance Mod Loader is a free, open-source modding API used to extend the content of original Ballance game. | ||
|
||
For more information, please read [The Wiki](wiki). | ||
|
||
### 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. | ||
|
||
![Hello World](figures/HelloWorld.png) | ||
|
||
### 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). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.