VenVen / Stock-Revamp

32 stars 38 forks source link

Provide 'flag' for parts to not get patched #128

Closed Kerbas-ad-astra closed 5 years ago

Kerbas-ad-astra commented 6 years ago

Mod authors who want parts to use Squad models and not Revamp models can add a patch as follows:

@PART[whatever_parts]:BEFORE[zzzVSRPathPatch]
{
    VSRexclude = true
}

Then this patch will skip over them.