Add start of FVTT GroundUp

This commit is contained in:
Mark Bools 2024-08-21 12:08:45 +01:00
parent d37798b21c
commit 505e573d60
3 changed files with 25 additions and 2 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@ title = 'Investigating a FoundryVTT Install'
date = 2024-07-30T09:00:00Z date = 2024-07-30T09:00:00Z
draft = false draft = false
summary="Layout of a new Foundry Install" summary="Layout of a new Foundry Install"
categories = ['Technical', 'Game Master'] categories = ['Technical', 'Game Master', 'FoundryVTT']
prev = ['/post/setup-a-local-foundryvtt/'] prev = ['/post/setup-a-local-foundryvtt/']
+++ +++

View File

@ -4,7 +4,7 @@ title = 'Set Up a Local FoundryVTT'
date = 2024-07-29T09:00:00Z date = 2024-07-29T09:00:00Z
draft = false draft = false
summary="To start learning Foundry VTT 'inside and out' we create a local development server." 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/'] prev = ['/post/do-you-want-to-play-a-game/']
+++ +++