From b75db1cc4cc354b199014264d200c88db65a38b1 Mon Sep 17 00:00:00 2001 From: Adam Kostandy <75499553+diabeatz96@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:41:25 -0400 Subject: [PATCH] Update README.md --- README.md | 92 ++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 1f711eb..dfef43b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ last-commit repo-top-language repo-language-count + Static Badge

@@ -43,10 +44,65 @@ ## Overview -Cain is an open-source project designed to streamline CAIN RPG system management within FoundryVTT. Cain enhances user experiences through customizable actors, items, and effects. The projects core functionalities, encapsulated in the `cain` module, facilitate dynamic talisman management, item roll logic, and interactive character sheet customization. Cains value proposition lies in its ability to empower game masters with a comprehensive system that ensures efficient data organization and seamless gameplay customization. +Cain is an open-source project designed to streamline CAIN RPG system management within FoundryVTT. Cain enhances user experiences through customizable actors, items, and effects. The projects core functionalities, encapsulated in the `cain` module, facilitate dynamic talisman management, item roll logic, and interactive character sheet customization. --- +# Read here if you plan on installing Cain + +## Downloading and Installing the Cain System for Foundry VTT + +The Cain system is setup through a manifest file that is downloaded and put onto your foundry. + +### Obtaining the Manifest URL + +Head over to the Cain system.json GitHub repository: [Cain System Module](https://github.com/diabeatz96/cain/blob/main/system.json) + + +**Here's how to find the manifest URL:** + +On the top right corner of the code, there is a RAW button. + +image + +Then, proceed to copy the link at the top. + +image + + +### Installing the Cain System in Foundry VTT + +* Launch your Foundry VTT instance. +* Navigate to the "Game Systems" menu (gear icon in the top right corner). +* Click install system +* Copy paste the link into manifest url + + +https://github.com/user-attachments/assets/035fbb43-5e0c-4ed6-970d-b3dd6f9d6909 + +* **Creating a World** + 1. Click the "Game Worlds" button and then click "Create World". + 2. Fill in info. + 3. Click Create World + + + +https://github.com/user-attachments/assets/88cb39a3-a235-4c6b-9f56-ebfbcff463fa + + +* **Importing Compendium Information** + +* Go to Compendium tab (Book with world looking icon). +* Right click on each pack and click import content, then click yes. +* Items are in items tab, Rollable tables are in Rollable tables tab. + + + +https://github.com/user-attachments/assets/f8bb07fc-d305-42a3-97b3-d1dedd0cbfb2 + + + +# Developers ## Features | | Feature | Description | @@ -273,9 +329,6 @@ Cain is an open-source project designed to streamline CAIN RPG system management ## Getting Started -**System Requirements:** - -* **None**: `version x.y.z` ### Installation @@ -291,37 +344,6 @@ Cain is an open-source project designed to streamline CAIN RPG system management > ```console > $ cd cain > ``` -> -> 3. Install the dependencies: -> ```console -> $ > INSERT-INSTALL-COMMANDS -> ``` - -### Usage - -

From source

- -> Run cain using the command below: -> ```console -> $ > INSERT-RUN-COMMANDS -> ``` - -### Tests - -> Run the test suite using the command below: -> ```console -> $ > INSERT-TEST-COMMANDS -> ``` - ---- - -## Project Roadmap - -- [X] `► INSERT-TASK-1` -- [ ] `► INSERT-TASK-2` -- [ ] `► ...` - ---- ## Contributing