7D2DSDX / SDX

SDX 0.7.x
0 stars 0 forks source link

PatchScript Feature Request: Linking Required SDX Mods in Launcher #4

Open SphereII opened 7 years ago

SphereII commented 7 years ago

It'd be a nice feature to have an extra tag in the mod.xml that states a required dependency on another SDX mod.

<Dependencies>
   <Dependency>HalHelperMod</Dependency>
</Dependencies>

This would auto-check HelpHelperMod in the SDX Launcher for any mod that is Enabled. If Dependency is not listed in launcher, disable Enabled checkbox

HAL-NINE-THOUSAND commented 7 years ago

Should be sorted in 0.7.2

Define the XML in the mod.xml file

Hal's DLL Fixes
SphereII commented 7 years ago

Can i get an example of this?