Hi GiGs,
I had no intention of replacing the current Fate Core sheet. I built mine in a different folder with a different name so that it would live along side the existing ones. but when I went to get that screenshot I realised that the Roll20 admins have decided to have my sheet replace the existing one, or at least I can't find the other version. I will need to do some extra work then to allow the sheet to upgrade from the previous, unless we can convince the Roll20 Gods to separate the sheets. Seeing you are a Sheet Author yourself, you can check it out under: "Fate Core V2" folder.
In terms of the settings, My understanding is that what you have in the sheet.json is the game settings that can be set for any new character sheet that gets created. The link between setting the value in the settings and then creating a new sheet is there, but the default value that I set in the sheet.json does not show up on the game settings page, and I don't own the html for that.
Anyway, where it is used in the sheet is a single checkbox:
<input type="checkbox" value="1" name="attr_run_firstTime_setup" checked="checked" />
but it is used in the worker:
on('sheet:opened', function () {
getAttrs(["run_firstTime_setup", "default_stressSkills", "default_consequences"], function (values) {
if (Number(values["run_firstTime_setup"]) == 1) {
Like I said, this part works fine, it is the Game Settings in the GM controls that isn't working.
Regards,
MagooChris