Skip to content

Commit

Permalink
LINE. BREAK.
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed May 27, 2021
1 parent 54c7469 commit 51ac57e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
15 changes: 8 additions & 7 deletions docs/gettingstarted/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,39 @@ The editor can be accessed in two different ways:
1. Hit the `Mods` button in the Main Menu

![](./images/editor/modsbutton.png){: class="img_center"}

\

2. Find `Content Creator Integration` in the Mods list and click on it.

![](./images/editor/modslist.png){: class="img_center"}

\

3. Click on the `Config` button.

![](./images/editor/configbutton.png){: class="img_center"}


\
\

### In-game Command

1. Open chat and type in `/cci`. Do not put in any arguments, and hit `Enter`.

![](./images/editor/chatcommand.png){: class="img_center"}

\
\

The CCI Editor
==============

This is the CCI Editor. This is where you will spend most of your time setting CCI up. If things look a little squashed, you may have to increase the size of your Minecraft window. There is a **lot** to show here.

![](./images/editor/editor.png){: class="img_center"}

\

Here is a numbered picture and a description of what each element does.

![](./images/editor/editortoolbar.png){: class="img_center"}
\



INSERT TABLE (no this is not a SQL command)
10 changes: 5 additions & 5 deletions docs/gettingstarted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,34 @@ CCI as a mod works primarily on the client, with installation on the server, alt
What this means is that the mod configuration files are not interchangeable. Client mod config will not work on the server, and vice versa.

If you would like to read more on installing CCI on a server, [read here](./ccionservers/).

\

First Launch
------------

When launching CCI on the client for the first time, you should be prompted with a toast asking if you would like to set up the mod.

![We made the arrows green so you could see them over the red 1.16 background](./images/firstlaunch.png){: class="img_center"}

\

Clicking on the `CCI` button (in the green circle) should open up the First Launch Setup Wizard.

![](./images/setupwizard.png){: class="img_center"}

\

Click on any of the buttons for the services to add a registry for that service. The input window will look similar to this. To find the key for the service you've selected, we have instructions on a different page. Check the sidebar for your selected service's page.

In this example, we're using a Twitch Chat and already have one channel name added.

![](./images/exampletoken.png){: class="img_center"}

\

Once you hit `Done`, you will be taken back to the services list. If you're done adding services, hit `Done` again. You may notice a bunch of toasts pop up indicating that CCI is attempting to connect to those services.

You will now be asked if your streamer name differs from your Minecraft In-Game Name.

![](./images/nameprompt.png){: class="img_center"}

\

Hitting yes will allow you to set your streamer name, which will affect your `$streamerName` variable. More on [Variables](url.tbd) later.

Expand Down

0 comments on commit 51ac57e

Please sign in to comment.