Skip to content

1.1.2

Compare
Choose a tag to compare
@maaatts maaatts released this 02 Sep 12:39
· 57 commits to master since this release

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

  1. Download Bit+.jar and BitLauncher.jar
  2. 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
  3. Run java -jar Bit.jar to generate your modified gamepack
  4. 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...
    1. Find where Java is installed, check Program Files (x86) and Program Files
    2. It should look something like C:\Program Files\Java\jre1.8.0_60\bin
    3. Right Click on My Computer or This PC and press Properties
    4. Click on Advanced System Settings and then Environment Variables
    5. Under System Environment Variables -> PATH, edit it
    6. Add a semicolon and then paste in your Java directory
    7. Restart Command Prompt