Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 3.47 KB

get_started.md

File metadata and controls

45 lines (36 loc) · 3.47 KB

Get Started

- NAVIGATIONS -

This document illustrates how to properly setup this project. Before getting started, please read the README.md to get to know the project.

Scott CPU Minecraft World

Note: the world file exsists in a seperate repo: https://github.com/YuandaLiu-Hashed/MCBE-Scott-CPU-World.

  1. Makesure you have a copy of Minecraft Bedrock Engine.
    • This includes the paid Minecraft Bedrock edition(Win 10, iOS, android ...), and the free Minecraft Education Edition.
    • Minecraft Java edition will not work!
    • If you open your Minecraft game, and the title says: Minecraft with no subtitle or Minecraft with Education Edition as a Subtitle, it will likely work.
  2. Download the MC world file from the releases in the world repo. This file sould have a .mcworld extension to it.
    • Note that a certain compiler and a certain computer world may not be compatible. Refer to versions list to see compatible world and compiler versions.
  3. Put the .mcworld file into your minecraft world folder.
    • The world folder sould be generally under something like Minecraft/games/com.mojang/minecrafttWorlds folder.
    • The minecraft folder's locatoin is different between devices and operating systems.
    • Sometimes open the .mcworld file using will automaticlly import it.
    • To reveal the content of this .mcworld file, change the .mcworld file extension into .zip file and unzip it.
  4. Open your minecraft client. If the world appears in your world list, the import is successful.

Now you are able to fully explore your world. See the world summary to fully explore this world, or you can explore it yourself.

Gibberish Compiler

Install the Program

  1. see the releases and download the latest release of the compiler according to your operating system.
    • Note that a certain compiler and a certain computer world may not be compatible. Refer to versions list to see compatible world and compiler versions.
  2. If you cannot figure out what to do. You probably need to stop doing commputer science.

Note: If the packaged application does not work, please ##compile from source## as instructed below.

Compile From Source

  1. Download Processing from the official website.
  2. Download the sourcecode from home page, or download the sourcecode for the latest release.
    • Note that a certain compiler and a certain computer world may not be compatible. Refer to versions list to see compatible world and compiler versions.
  3. Open Processing
  4. Open the file /Gibberish_Compiler/Gibberish_Compiler.pde using Processing.
    • do not change the name of Gibberish_Compiler folder.
    • processing requires the name of the folder to the the name of the main .pde file. Changing this name will likely cause Processing to fail to open the codes.
  5. Build and Run the program.

Now you are able to fully explore this app. See the program summary to fully explore the capability of this app, or you can explore it yourself.

- NAVIGATIONS -