Nexus-Mods / game-starfield

Vortex Extension for Starfield
GNU General Public License v3.0
6 stars 3 forks source link

Vortex doesn't support FOMOD dependencyType? #32

Open RandomGuy28 opened 11 months ago

RandomGuy28 commented 11 months ago
<typeDescriptor> 
    <dependencyType> 
        <defaultType name="Recommended"/> 
        <patterns> 
            <pattern> 
                <dependencies operator="And"> 
                    <fileDependency file="Random.esm" state="Missing"/> 
                </dependencies> 
                <type name="NotUsable"/> 
            </pattern> 
        </patterns> 
    </dependencyType> 
</typeDescriptor> 

The above FOMOD code is not supported by Vortex(?), making it unable to check optional components even if the file is present in the Data folder.