Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@maaatts maaatts released this 20 Apr 22:19

1.5.0 Release

New in this release

  • Download the latest version of 8BitMMO from the game's S3 bucket instead of relying on a third party server.
  • This is (hopefully) the final release of Bit+, so long and thanks for all the fun.

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
  • Class File Version Not Supported
    1. Update Java