This is an open source unity remake of ballance game
Ballance unity rebuild is a small dream of the author. I hope that ballance can run on more platforms, can make levels easier, make modules for expanding functions (the latter has been developed by ballancemodloader.
This project is completely open source. You can compile, modify and expand the content of the game by yourself.
The project has completed the features of the original version:
- Original game content
- Level 1-13 game content
- Physical effect similarity 85%
Compared with the original version, this project has added the following features:
- Load NMO files directly (Windows version only)
- Android version, Mac version (You can also try to compile other platforms)
- Self made map interface
- Lua module, modul interface (Use Lua to develop mod or custom modules)
- Level previewer
- Mod manager
Minimum requirements
- Windows 7+
- MacOS High Sierra 10.13+ (Intel)
- Android 6.0+
Minimum | Recommended | |
---|---|---|
Processor | Quad core 3Ghz+ | Dual core 3Ghz+ |
Memory | 1 GB RAM | 2 GB RAM |
Graphics card | DirectX 10.1 capable GPU with 512 MB VRAM - GeForce GTX 260, Radeon HD 4850 or Intel HD Graphics 5500 | DirectX 11 capable GPU with 2 GB VRAM - GeForce GTX 750 Ti, Radeon R7 360 |
DirectX | 11 | 11 |
Storage space | 60 MB free space | 100 MB free space |
- Goto Releases find the latest version.
- Download the corresponding zip installation package.
- Unzip all files, then run
ballance.exe
to start the game.
Ballance Unity Rebuild Version 0.9.8 supports the function of loading the original level file of ballance.
You can load a standard original ballance NMO level by clicking start > Load original ballance NMO level.
The core uses the Virtools SDK 5.0 to process NMO files, so only the windows 32-bit version is supported.
Most levels can be loaded successfully and played, but there are a few restrictions:
- Cannot load level with Virtools script.
- Point and line mesh of Virtools are not supported.
- The material does not support the special effect of Virtools. The default material will be used instead.
When running in unity editor, it is always debug mode.
- Go to the about menu, click the version number several times until the prompt pops up.
- Then restart the game, you enter the debugging mode.
- You can press F12 to open the console.
In the debugging mode, you can press the Q key to raise the ball and the e key to lower the ball.
Enter the quit dev
command on the console to turn off the debugging mode.
After entering the debugging mode, you can enter highscore open-all
command in the console to open all levels.
You need:
- Install Unity 2021.2.3+
- Install a code editor (VScode or Visual Studio)
- Clone or download this project
https://github.com/imengyu/Ballance
to your computer.
Steps:
- Open the project with unity.
- When running for the first time, you need to click the menu "Slua > All > Make" to generate Lua interface files. After generation, you don't need generate again.
- Open
Scenes/MainScene.unity
scene. - Select the
GameEntry
object, setDebug Type
toNoDebug
in the inspector. - Click Run and you can see the game.
Original levels
Level 13
Self made level (魔脓空间站)
Level previewer