PDA

View Full Version : Extension question



Weepdrag
September 18th, 2022, 19:59
Hello, I'm trying to change the NOTES tab on the character sheet in 5e to "PERSONAL". So, I put together what I thought should be a simple extension to do this. All of the changes work EXCEPT the tab itself. I did a search in the 5E ruleset strings file for NOTES to find the variables and found nothing but the ones listed below.
Any thoughts would be greatly appreciated.


<?xml version="1.0" encoding="iso-8859-1"?>

<!--
Please see the license.html file included with this distribution for
attribution and copyright information.
-->

<root>
<!-- Character - Notes -->
<string name="char_notes_title">PERSONAL</string>
<string name="char_label_notes">PERSONAL</string>
<string name="char_button_notes">PERSONAL</string>
<string name="char_tooltip_notes">Click to open Personal</string>
</root>

Moon Wizard
September 18th, 2022, 21:14
The notes "tab" is actually an icon that contains the text rotated at 90 degrees.

From CoreRPG:


<icon name="tab_notes" file="graphics/tabs/tab_notes.png" />


Regards,
JPG

Weepdrag
September 18th, 2022, 21:36
Well crap! no wonder I couldn't find the definition for it in the 5e ruleset.

Thanks, Moon Wizard