Skip to content

Latest commit

 

History

History
129 lines (76 loc) · 5.65 KB

README.md

File metadata and controls

129 lines (76 loc) · 5.65 KB

Go to or pull player

Latest Release Download Count

Forge Installs

Foundry Core Compatible Version

Latest Version

Foundry Hub Endorsements

GitHub all releases

Translation status

If you want to buy me a coffee alt-text

A simple module for help gm to understand where the players are or should be pulled.

The module originated as a combination of two abandoned modules Go To Player and Pull players to scene , which given the similarity of functions made sense to put them in the same module.

Below are the features provided by this module:

  • Feature: To get the GM to a specific player (go to it's viewed scene and pan the camera to their token)
  • Feature: Make pulling multiple players to a scene easier.

Installation

It's always easiest to install modules from the in game add-on browser.

To install this module manually:

  1. Inside the Foundry "Configuration and Setup" screen, click "Add-on Modules"
  2. Click "Install Module"
  3. In the "Manifest URL" field, paste the following url: https://raw.githubusercontent.com/p4535992/foundryvtt-go-to-or-pull-player/master/src/module.json
  4. Click 'Install' and wait for installation to complete
  5. Don't forget to enable the module in game using the "Manage Module" button

socketLib

This module uses the socketLib library like a dependency. It is a hard dependency and it is recommended for the best experience and compatibility with other modules.

Known Issue\Limitation

Feature

Go To Player

To get the GM to a specific player (go to it's viewed scene and pan the camera to their token)

img

Pull PLayers

Make pulling multiple players to a scene easier.

Api

TODO...

Build

Install all packages

npm install

dev

dev will let you develop you own code with hot reloading on the browser

npm run dev

npm build scripts

build

build will build and set up a symlink between dist and your dataPath.

npm run build

build-watch

build-watch will build and watch for changes, rebuilding automatically.

npm run build-watch

prettier-format

prettier-format launch the prettier plugin based on the configuration here

npm run-script prettier-format

Issues

Any issues, bugs, or feature requests are always welcome to be reported directly to the Issue Tracker, or using the Bug Reporter Module.

License

This package is under an MIT license and the Foundry Virtual Tabletop Limited License Agreement for module development.

Acknowledgements

Bootstrapped with League of Extraordinary FoundryVTT Developers foundry-vtt-types.

Credit

Thanks to anyone who helps me with this code! I appreciate the user community's feedback on this project!