PDA

View Full Version : Extension Dependency



Weltenbrand
April 30th, 2021, 09:22
Hi,
I want an extension (B) to depent on an other extension (A).
In A extension.xml

<root version = "3.0" release = "1.2" logo = "logo.png">
<properties>
<name>Blut und Eiter</name>
</properties>
...
</root>
In B extension.xml


<root version = "3.0" release = "1.0" logo = "logo.png">
<properties>
...
<dependency>
<name>Blut und Eiter</name>
<minversion>1.2</minversion>
</dependency>
</properties/>
...
</root>

But B loads happily if A is not selected. Did I get the syntax wrong?

damned
April 30th, 2021, 12:27
It looks like it is not supported in FGU

https://www.fantasygrounds.com/forums/showthread.php?60856-Can-An-Extension-Be-Stopped-From-Loading

Weltenbrand
April 30th, 2021, 12:34
Ah, thank you, I had not found this.