Click or drag to resize

KspPathsPluginDataFolderName Field

A standard name to place the configs that should be ignored by the game's core.

Namespace:  KSPDev.FSUtils
Assembly:  KSPDev_Utils.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public static readonly string PluginDataFolderName
Request Example View Source

Field Value

Type: String
Remarks
The files in this directory will be ignored by the game during the loading process. This is a common palce to put tghe mod's settings. A directory with such name can be placed anywhere within the GameData folder. However, it's usually a subfolder of PluginFolderName.
See Also