Mezryss / FVTT-Genesys

Foundry VTT: Unoffocial implementation of the Genesys RPG
MIT License
26 stars 9 forks source link

Failed to activate modified skill compendium #121

Closed andreihu closed 8 months ago

andreihu commented 8 months ago

I have tried to update the skill compendium as written in https://github.com/Mezryss/FVTT-Genesys/discussions/50 .

I have duplicated the core skill compendium and saved it under a new name.

compendium

I have modified the configuration to point to the new file.

config

When i try to create a new Character i got the following message:

problem

I am pretty sure that i have made a mistake, but i don't know how to debug this.

Assembling-Kings commented 8 months ago

The string you use for the skill compendium should be world.cxskills. Notice that I used "world" and not the world name.

andreihu commented 8 months ago

Ahh, i see. That's a stupid mistake from my side!

Thanks for the help, the problem is solved!