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

Neceros Pathfinder Sheet

Hi, I'm trying to do a minor personal update to the Pathfinder Neceros sheet post .51 update. Unfortunately, the sheet code is only available in raw and something seems to be broken in translation. While I am searching for what, I am curious if anyone has a solid copy of the html for it that I could snag so I can be on my way? :) Conversely, if someone knows where to fix the "whole sheet is written in red macro text and nothing works on it" problem, it would be equally appreciated. :)
1464631550

Edited 1464631674
vÍnce
Pro
Sheet Author
Hi Seth. &nbsp;You can always get the latest public version from the github repository.(you can go back in time as well) <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/Pathfinder-Neceros" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/Pathfinder-Neceros</a> You need the html, css, and translation file. or the latest beta(could be caustic): html: <a href="https://gist.github.com/vince-roll20/970ca00916f0c20c407f" rel="nofollow">https://gist.github.com/vince-roll20/970ca00916f0c20c407f</a> css: <a href="https://gist.github.com/vince-roll20/e3f9b71ada5f7a5312a8" rel="nofollow">https://gist.github.com/vince-roll20/e3f9b71ada5f7a5312a8</a> trans: <a href="https://gist.github.com/vince-roll20/f88503fff13e7c6358af9022c332f255" rel="nofollow">https://gist.github.com/vince-roll20/f88503fff13e7c6358af9022c332f255</a> The red text is an issue with the translation.json file, or more particularity a change on how the server is currently processing it. &nbsp;Make sure to make a new translation json. &nbsp; <a href="https://wiki.roll20.net/Character_Sheet_i18n#Step_Two.2C_Generating_the_Translation_File" rel="nofollow">https://wiki.roll20.net/Character_Sheet_i18n#Step_Two.2C_Generating_the_Translation_File</a> Last week, the Dev server seems to have reverted back to handling the trans json file that now requires values: &nbsp;ie {"values": { "background": "Background", "race": "Race", "alignment": "Alignment } }
1464631597
chris b.
Pro
Sheet Author
API Scripter
PMed the links
Thanks guys :)