View Single Post
dungeonguru
Senior Member
 
Join Date: May 2016
Posts: 608

Old March 18th, 2020, 03:27 PM
I did something similar to those with a configurable that looked for some generic Ability things, which is what I think you're going to do, but instead of an Adjustment I bootstrapped the configurable to every character, but hid it with a source.

What you have to do is create your configurable and give it a source under Sources.

For the community files you would then want to edit "COM_5ePack - Helper Things.user" and bootstrap the configurable inside the meh5C thing right under the other configurable things.

<!-- Configurable Tabs -->
<bootstrap thing="cfg5CFeatB"></bootstrap>
<bootstrap thing="cfg5CProf"></bootstrap>
<bootstrap thing="cfg5CNEWTHING"></bootstrap>


This would in effect add the configurable to all characters, but unless the source is selected the tab for it stays invisible or hidden.
dungeonguru is offline   #2 Reply With Quote