Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Pathfinder code from GitHub not working correctly. Help needed with editing a character sheet.

I'm trying to make some really small changes to the Pathfinder Roll20 character sheet, mainly adding in a new tab under "Feats" for Talents for Spheres of Power/Might.This is the most major change I'm trying to do (other than changing the DCs in spells and changing spell level names). I tried using the html code from Github and it is broken, creating a improperly formatted character sheet. I tried the css code and the character sheet was completely blank. I tried doing with both the custom character sheet option and the sandbox, both are doing the same thing.
1625169285
Kraynic
Pro
Sheet Author
When you got the code from github, did you also grab the translations?  For sheets that are set up for translations, you need that as well, or you will end up with a lot of red text in brackets.
1625175731
vÍnce
Pro
Sheet Author
Also, you might need to enable legacy mode  since I don't believe the official sheet has been updated for CSE .
1625235536
Andreas J.
Forum Champion
Sheet Author
Translator
vÍnce said: Also, you might need to enable legacy mode  since I don't believe the official sheet has been updated for CSE . And even if they are, the outdated code for them in the community repo is not updated.
Kraynic said: When you got the code from github, did you also grab the translations?  For sheets that are set up for translations, you need that as well, or you will end up with a lot of red text in brackets. No. Do I just paste the translation under the html code? Andreas J. said: vÍnce said: Also, you might need to enable legacy mode  since I don't believe the official sheet has been updated for CSE . And even if they are, the outdated code for them in the community repo is not updated. So is there any way to edit the current roll20 official pathfinder sheet?
1625603247
Kraynic
Pro
Sheet Author
Brandon S. said: Kraynic said: When you got the code from github, did you also grab the translations?  For sheets that are set up for translations, you need that as well, or you will end up with a lot of red text in brackets. No. Do I just paste the translation under the html code? No, the translation.json goes on the translation tab of the editor. All (or most?) of the "by Roll20" sheets have gone proprietary and current code is no longer on the public github.  However, I don't think there have been many changes to the Pathfinder 1E sheet for quite some time, so there shouldn't be much (if any) difference.
1625604021
Andreas J.
Forum Champion
Sheet Author
Translator
<a href="https://wiki.roll20.net/Sheet_Editor#Editor_Tabs" rel="nofollow">https://wiki.roll20.net/Sheet_Editor#Editor_Tabs</a> translations have their own tabs However, I don't think there have been many changes to the Pathfinder 1E sheet for quite some time, so there shouldn't be much (if any) difference. Yeah, if OP is talking about the PF 1E "by Roll20" sheet, it should be among the sheet that haven't changed since they stopped updating the public versions of the code. So is there any way to edit the current roll20 official pathfinder sheet? No, but PF 1E by Roll20 sheet code should be very close to the "current" sheet. If you talk about the PF 2E sheet, you're out of luck.