Skip to content

Commit

Permalink
Merge pull request Berserk-Games#10 from evilrhinohater/patch-1
Browse files Browse the repository at this point in the history
Fix keyboard shortcut and add refernce
  • Loading branch information
Knils authored Jan 31, 2021
2 parents 768fc99 + 9cdbbe1 commit 1c378d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/custom-content/importing-mods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Generally, you will use the [Steam Workshop](steam-workshop) to find games to pl
##Importing Saves
A game save contains all of the information for the setup and placement of game assets that were created in that game. They do not contain asset files (images/models/etc).

If you received a save file from someone, then you place it in the location where your Save folder is. That is usually at **Documents/My Games/Tabletop Simulator/Saves**.
If you received a save file from someone, then you place it in the location where your Save folder is. That is usually at **Documents/My Games/Tabletop Simulator/Saves** (see [Save Game Data Location](/getting-started/technical-info#save-game-data-location)).

Place the save file in this folder, keeping in mind whether you already have a save of the same number or not (they can be renamed). Save files are complete as is, with everything already included. Login to Tabletop Simulator and start up a game. Then click **GAMES -> SAVE & LOAD** and choose the save you’d like to load. You will be prompted whether you wish to load this save or not. You can read about saving and loading games here.
Only numbered files can be placed in the Saves folder.
Expand All @@ -13,7 +13,7 @@ Only numbered files can be placed in the Saves folder.
##Importing Files
Game files contain all of the images/models/etc that can then be used by a game save. However these files do nothing on their own without a save. Often times, if assets are hosted online somewhere, then you can automatically load them when you boot up the save. But if the files are not available online, you can import them manually.

If you download a mod from another site like Nexus Mods or someone gives you a named .json and all the images and models, then you need to place them in your Mods folder at **Documents/My Games/Tabletop Simulator/Mods**.
If you download a mod from another site like Nexus Mods or someone gives you a named .json and all the images and models, then you need to place them in your Mods folder at **Documents/My Games/Tabletop Simulator/Mods** (see [Save Game Data Location](/getting-started/technical-info#save-game-data-location)).

<center>![Importing Saved Files](/img/importing-mods/files.png)</center>

Expand Down
2 changes: 1 addition & 1 deletion docs/player-guides/block-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Using Steam Name and SteamID, you can manually block any individual.
Add their name and Steam ID and click BLOCK to your Blocked menu.

####Via JSON Edit
You can also manually add people to your Block list by editing the Blocklist.json. If you do not have a BlockList.json in your `Documents/My Games/Tabletop Simulator` folder, just create one and save it. Once you have their name and ID, open up the Blocklist.json file and input the following:
You can also manually add people to your Block list by editing the Blocklist.json. If you do not have a BlockList.json in your `Documents/My Games/Tabletop Simulator` folder (see also [Save Game Data Location](/getting-started/technical-info#save-game-data-location)), just create one and save it. Once you have their name and ID, open up the Blocklist.json file and input the following:

> “Name”: “Steam Name”,
“SteamID”: “123456200220000”
Expand Down
4 changes: 2 additions & 2 deletions docs/player-guides/context-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ The Global Contextual Menu has extra functions that can be used without clicking
<center>![Camera States Context Menu](/img/context-menu/camera.png)</center>

* **Camera Mode**: Switch between 3'rd, 1'st and top-down viewing modes. {>>Shortcut: P<<}
* **Load Camera**: Load pre-set camera viewing angles. {>>Shortcut: 1-9<<}
* **Save Camera**: Create a pre-set camera viewing angle. {>>Shortcut: Shift + 1-9<<}
* **Load Camera**: Load pre-set camera viewing angles. {>>Shortcut: Shift + 1-9<<}
* **Save Camera**: Create a pre-set camera viewing angle. {>>Shortcut: Ctrl + 1-9<<}
* **Blindfold**: Apply/remove blindfold from yourself. {>>Shortcut: B<<}
* **Paste**: Paste any copied object/objects.{>>Shortcut: Ctrl + V<<}

Expand Down

0 comments on commit 1c378d6

Please sign in to comment.