From 505e573d60205f26f22f43f704e617173f580304 Mon Sep 17 00:00:00 2001 From: Mark Bools Date: Wed, 21 Aug 2024 12:08:45 +0100 Subject: [PATCH] Add start of FVTT GroundUp --- .../post/fvtt-v12-ground-up-part-one/index.md | 23 +++++++++++++++++++ .../index.md | 2 +- .../post/setup-a-local-foundryvtt/index.md | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 mondarth-com/content/post/fvtt-v12-ground-up-part-one/index.md diff --git a/mondarth-com/content/post/fvtt-v12-ground-up-part-one/index.md b/mondarth-com/content/post/fvtt-v12-ground-up-part-one/index.md new file mode 100644 index 0000000..842ad35 --- /dev/null +++ b/mondarth-com/content/post/fvtt-v12-ground-up-part-one/index.md @@ -0,0 +1,23 @@ + ++++ +title = "Foundry VTT Ground Up Part 1" +date = 2024-08-21T09:00:00Z +draft = false +summary="Learning Foundry VTT from the very start" +categories = ['Game Master', 'FoundryVTT', 'FoundryVTT Ground Up'] +prev = ['/post/setup-a-local-foundryvtt/'] ++++ + +Having set up a Foundry Virtual Table Top (VTT) (locally, on your own server, of on one of the cloud services) you, the Game/Dungeon Master (GM), are confronted with the task of setting up your VTT. In a series of articles we will step through setting up Foundry VTT for Dungeons & Dragons 5e (although a lot of this material will apply no matter your chosen game system). + +{{< youtube kJh_fkLvtVM >}} + +In this first installment we look at: + +* Installing the game system (this is essentially the 'DM Guide' and 'Players Handbook' for FVTT) +* Create an empty world +* A lightning fast tour of the standard interface +* Add Users/Players +* Create an empty Scene +* Create Actors (player chearacters) and let Players access them +* Create Tokens to represent Actors on our Scenes diff --git a/mondarth-com/content/post/investigating-a-foundryvtt-install/index.md b/mondarth-com/content/post/investigating-a-foundryvtt-install/index.md index 6c1557a..52a2f85 100644 --- a/mondarth-com/content/post/investigating-a-foundryvtt-install/index.md +++ b/mondarth-com/content/post/investigating-a-foundryvtt-install/index.md @@ -3,7 +3,7 @@ title = 'Investigating a FoundryVTT Install' date = 2024-07-30T09:00:00Z draft = false summary="Layout of a new Foundry Install" -categories = ['Technical', 'Game Master'] +categories = ['Technical', 'Game Master', 'FoundryVTT'] prev = ['/post/setup-a-local-foundryvtt/'] +++ diff --git a/mondarth-com/content/post/setup-a-local-foundryvtt/index.md b/mondarth-com/content/post/setup-a-local-foundryvtt/index.md index d3eb9a6..bf70f13 100644 --- a/mondarth-com/content/post/setup-a-local-foundryvtt/index.md +++ b/mondarth-com/content/post/setup-a-local-foundryvtt/index.md @@ -4,7 +4,7 @@ title = 'Set Up a Local FoundryVTT' date = 2024-07-29T09:00:00Z draft = false summary="To start learning Foundry VTT 'inside and out' we create a local development server." -categories = ['Technical', 'Game Master'] +categories = ['Technical', 'Game Master', 'FoundryVTT'] prev = ['/post/do-you-want-to-play-a-game/'] +++