DiceT / starforged

Ironsworn Starforged for Foundry VTT
MIT License
13 stars 11 forks source link

Moves Not Clickable or Expanding? #7

Open discuit opened 2 years ago

discuit commented 2 years ago

Is this just a me problem or are others experiencing it? On the character sheet, when I click the moves tab, no moves are clickable or expand as per the YT video. Any ideas?

likertj commented 2 years ago

Is this just a me problem or are others experiencing it? On the character sheet, when I click the moves tab, no moves are clickable or expand as per the YT video. Any ideas?

Are you on the appropriate build of Foundry? I think the highest supported version is 0.8.8. If you are running a newer version, there are inconsistencies (such as what you're reporting).

discuit commented 2 years ago

Then it's a me problem. 🤣

Sorry I thought it was compatible with v9 based on the version notes. My bad.

discuit commented 2 years ago

Sorry I meant compatibility notes on the fvtt page.

DiceT commented 2 years ago

I am not experiencing this issue, however, there are some newer issues that are surfacing due to some changes in the original raw data that the moves are derived from.

As a manual fix, you could try importing all the Starforged Moves from the compendium. Right-click on Starforged Moves --> Import All Content. This presumes that your Starforged Moves has all the moves in there. You will likely need to create a new character for them to be automatically added to the character sheet.

image

discuit commented 2 years ago

Thank you I'll try that. I also get the attached error when I try install the system from the foundry menu, so I had to install it manually. That could be causing it too I guess? Starforged Error

DiceT commented 2 years ago

There should be a . between v and 0.

https://raw.githubusercontent.com/DiceT/starforged/v.0.8.0/system.json

discuit commented 2 years ago

Cheers!

I wonder why that error comes up when I try use the official foundry system menu to install it? Is it just me getting this then?

Myrkwell commented 2 years ago

No, it's not just you, I get the same zip not found error, even when using the https://raw.githubusercontent.com/DiceT/starforged/v.0.8.0/system.json URL.

DiceT commented 2 years ago

The URL is fixed in 0.8.1 https://raw.githubusercontent.com/dicet/starforged/0.8.1/system.json

It's going to take some work to get the Moves updated, as in a full rewrite of the data importer, as Dataforged has significantly changed.