简体中文 | English
This is an open source unity remake of ballance game
Note: Ballance belongs to Cyparade's work, and the copyright belongs to the original developer Cyparade. The development of this project is for learning purposes only and cannot be used for any commercial purposes. This project follows the GPL-3.0 protocol, but is limited to the code of this project. Any 3D model data, physical engine, images, audio and video, and game data related to Ballance are not within this scope. Any use of these game data for commercial activities without the permission of the copyright owner is illegal.
The project has completed the features of the original version:
Compared with the original version, this project has added the following features:
Minimum requirements
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 |
Windows:
Ballance.exe
to start the game.Linux:
Goto Releases find the latest version of Linux64 (1.x.x-linux64.zip).
Unzip all files.
Set permissions for the main executable:
chmod a+x ./Ballance.x86_64
Start play
./Ballance.x86_64
MacOS:
Goto Releases find the latest version of MacOS
-AppleSilicon.dmg
version installation package.-Intel64.dmg
version installation package.After downloading and installing, find Ballance in the "launchpad/Game" and open it to start playing.
Android:
Goto Releases find the latest version for Android (1.x.x-android.apk) and download it.
iOS:
To be completed
In debugging mode, the ball can fly and you can use it to cheat or test levels.
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.
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 > 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:
You need:
https://github.com/imengyu/Ballance
to your computer.Steps:
Scenes/MainScene.unity
scene.GameEntry
object, set Debug Type
to NoDebug
in the inspector.Please refer production document。
The C++source code for the physics engine can be found here (this is not the author's own repo).
The wrapper DLL code for the physics engine is located in the BallancePhysics directory below the project, and you need to compile it using Visual Studio 2919 or higher.
The original gameplay and level reproduction have all been completed, and you can fully experience the game from start to finish. You can also refer to the development interface to create custom levels. The author will continue to develop based on everyone's feedback in the next step, adding more features, such as fun moduls, level editors, and so on.
If you have any good modifications or problem solvers, welcome PR. If you have any good ideas or comments, or if you find a bug, please feel free to submit an issue.
Ballance Unity is a small dream of the me, I hoping to enable Ballance to run on mobile phones and easier make the levels and mods (the latter has been BallanceModLoader Implemented). Also, Ballance Unity was my first project to learn about Unity game development, which greatly helped me improve my skills.
Original levels
Level 13
Self made level (魔脓空间站)
Level previewer