1.1.2
1.1.2 Release
New in this Release
- Fixed issue with copying new gamepack
- Added Bit+ version to the game's main menu
Features
See previous release notes.
How to use
- Download Bit+.jar and BitLauncher.jar
- Open command prompt and go to the directory you downloaded these at
- On modern versions of Windows, you can Shift+Right Click in the directory and press
Open command window here
- On modern versions of Windows, you can Shift+Right Click in the directory and press
- Run
java -jar Bit.jar
to generate your modified gamepack - Run
java -jar BitLauncher.jar
to execute the new gamepack
Reporting Issues
Refer to README.md
.
(Probably) Common Errors
'java' is not a recognized as an internal or external command...
- Find where Java is installed, check
Program Files (x86)
andProgram Files
- It should look something like
C:\Program Files\Java\jre1.8.0_60\bin
- Right Click on
My Computer
orThis PC
and pressProperties
- Click on
Advanced System Settings
and thenEnvironment Variables
- Under
System Environment Variables -> PATH
, edit it - Add a semicolon and then paste in your Java directory
- Restart Command Prompt
- Find where Java is installed, check