Added info to starting and joining how to
This commit is contained in:
parent
01006a74ac
commit
40eb93e97d
BIN
src/docs/assets/AddPartyMember.mp4
Normal file
BIN
src/docs/assets/AddPartyMember.mp4
Normal file
Binary file not shown.
BIN
src/docs/assets/ChangeNickname.mp4
Normal file
BIN
src/docs/assets/ChangeNickname.mp4
Normal file
Binary file not shown.
@ -15,6 +15,8 @@ import workingWithTokens from "./WorkingWithTokens.mp4";
|
||||
import deletingTokens from "./DeletingTokens.mp4";
|
||||
import customTokens from "./CustomTokens.mp4";
|
||||
import customTokensAdvanced from "./CustomTokensAdvanced.jpg";
|
||||
import addPartyMember from "./AddPartyMember.mp4";
|
||||
import changeNickname from "./ChangeNickname.mp4";
|
||||
|
||||
export default {
|
||||
audioSharingFaq,
|
||||
@ -34,4 +36,6 @@ export default {
|
||||
deletingTokens,
|
||||
customTokens,
|
||||
customTokensAdvanced,
|
||||
addPartyMember,
|
||||
changeNickname,
|
||||
};
|
||||
|
@ -2,7 +2,7 @@ Once you have started a game you can share a map to all other party members by c
|
||||
|
||||
## Default Maps
|
||||
|
||||
Owlbear Rodeo comes with a selection of default maps that allow you to quickly get up and running by picking an environment.
|
||||
Owlbear Rodeo comes with a selection of default maps that allow you to quickly get up and running.
|
||||
|
||||
![Default Maps](defaultMaps)
|
||||
|
||||
@ -27,10 +27,11 @@ To do this there is the Column and Row properties. Columns represents how many g
|
||||
## Custom Maps (Advanced)
|
||||
|
||||
Once a custom map has been uploaded there are a few advanced settings available.
|
||||
To get access to these settings, with the desired map selected, click the Show More button under the Rows and Columns in the Map Select Screen.
|
||||
|
||||
![Custom Maps Advanced](customMapsAdvanced)
|
||||
|
||||
To get access to these settings, with the desired map selected, click the Show More button under the Rows and Columns in the Map Select Screen. A brief summary of these settings is listed below.
|
||||
A brief summary of these settings is listed below.
|
||||
|
||||
- Name: The name of the map shown in the Map Select Screen.
|
||||
- Grid Type: Change the type of grid to use for the map. Currently only the Square type is supported however Hex will be added in a future release.
|
||||
|
@ -6,9 +6,19 @@ TODO: Add video
|
||||
|
||||
`Tip: When starting a game you can add a password to protect your session from unwanted guests`
|
||||
|
||||
Once a game has been started you can invite players by clicking the Add Party Member Button in the bottom left of the screen and sharing either the Game ID or the link to the game.
|
||||
|
||||
![Add Party Member](addPartyMember)
|
||||
|
||||
## Joining a game
|
||||
|
||||
Joining a game can be done in two ways.
|
||||
|
||||
1. Visiting the same link as someone already in the game.
|
||||
2. Clicking the Join Game button on the [home page](https://owlbear.rodeo) and entering the ID of the game.
|
||||
2. Clicking the Join Game Button on the [home page](https://owlbear.rodeo) and entering the ID of the game.
|
||||
|
||||
## Creating a Nickname
|
||||
|
||||
Whether you're starting your first game or joining a game for the first time you will most likely want to set a nickname. To do so once in a game select the Change Nickname Button on the bottom left of the screen.
|
||||
|
||||
![Change Nickname](changeNickname)
|
||||
|
Loading…
Reference in New Issue
Block a user