Mike Serfass
February 29th, 2024, 19:39
I have two extensions. One depends on the other loading first.
I set loadorder on both, but no matter what values I set them to, the load in the same order.
I want setting maker tweaks to load first, then quar dai.
In the setting maker tweaks extension.xml I have this
<properties>
<name>Feature: Setting Maker Tweaks</name>
<version>1.09</version>
<loadorder>20</loadorder>
</properties>
In the quar dai extension.xml I have this
<properties>
<name>Setting: Quar Dai</name>
<version>1.10</version>
<loadorder>40</loadorder>
</properties>
Quar dai always loads before tweaker. I tried setting the values to 20 and 30, 30 and 20, 1 and 100, 100 and 1.
What am I doing wrong? Does this property no longer work?
Thanks in advance.
I set loadorder on both, but no matter what values I set them to, the load in the same order.
I want setting maker tweaks to load first, then quar dai.
In the setting maker tweaks extension.xml I have this
<properties>
<name>Feature: Setting Maker Tweaks</name>
<version>1.09</version>
<loadorder>20</loadorder>
</properties>
In the quar dai extension.xml I have this
<properties>
<name>Setting: Quar Dai</name>
<version>1.10</version>
<loadorder>40</loadorder>
</properties>
Quar dai always loads before tweaker. I tried setting the values to 20 and 30, 30 and 20, 1 and 100, 100 and 1.
What am I doing wrong? Does this property no longer work?
Thanks in advance.