Directory-Mod

A Directory-Mod must be a folder which contain the file tree with sub-folders that mirror the root folder files and sub-folders hierarchy. This folder must be placed in the mods folder, OvGME will take it as the mod contner-folder.

Obviously, a Directory-Mod does not have to include all file tree, folders and sub-folder of the targeted root folder. Only the needed ones to respect the root folder file tree comparison between already existing files and modified files should be added. However, a mod can also include files or folders that does not already exists in the root folder file tree, they will be added as new files or folders (then deleted once the mod is disabled).

For example, if the destination root file tree is the following:

📁 MyGame
   📁 Textures
     📁 Landscape
       📄 picture1.dds
       📄 picture2.dds
     📁 Vehicles
       📄 picture1.dds
       📄 picture2.dds
And if your mod consist of changing some .dds texture files in "MyGame\Textures\Vehicles" your Directory-Mod folder should be structured as follow:
📁 My Texture Mod
   📁 Textures
     📁 Vehicles
       📄 picture1.dds
       📄 picture2.dds
Then, the contner-folder "My Texture Mod" must be copied in the mods folder of this configuration te be recognized as a valid Directory-Mod.

Note: The Directory-Mod root folder should not contain files that are not intented to be copied into the root folder file tree, such as readme.txt file or any other extra file, since OvGME will considering them as part of the mod, then, copying them into the root folder file tree.