Skip to content

A Foundry VTT module for the Starfinder Field Test playtest for Pathfinder 2nd edition.

License

Notifications You must be signed in to change notification settings

nikolaj-a/starfinder-field-test

 
 

Repository files navigation

Starfinder 2nd Edition Playtest

The official Foundry module for the Starfinder 2nd edition playtest!

Come discuss this module and Pathfinder 2nd edition on our discord.

Issues and Contributions

Please report any issues or data discrepancies on the issue tracker, the module will be updated to support contributions through the use of Foundry CLI soon.

Having a problem with compendiums not appearing correctly?

If you previously had this module enabled in a world during the Field Test Foundry stored the folder configuration for the module. This can be cleared by running this script from console (F12 on most browsers).

const cc = game.settings.get('core', 'compendiumConfiguration');
const myModule = game.modules.get("starfinder-field-test-for-pf2e");

for (const pack of myModule.packs) {
  cc[pack.id] = null;
}
game.settings.set('core', 'compendiumConfiguration', cc)

This will put all the module's compendiums out of their current folders, but nothing will be deleted. After running the script close Foundry fully (stop the server), then relaunch Foundry. This will let the module use its new folder configuration. If you are using a new world you should not encounter this problem.

About

A Foundry VTT module for the Starfinder Field Test playtest for Pathfinder 2nd edition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 69.1%
  • JavaScript 30.9%