Config
Config
Config
CONFIGURATION FILE.
The same value defined e.g. as an environment variable will overwrite the default
of a configuration file.
You can use the following syntax to assign the content of one value to another:
NEWVALUE=%{OLDVALUE}
Example:
g_SkipUnitTests=g_debug
g_myPath=g_path1;g_path2
Example:
g_SkipUnitTests=%{inherit} // if this was passed to the command line the value
will be inherited from the environment or configuration file
*/
g_runC4DPlugin=true
g_disableStringAccessCheck=true
g_moduleDiagnostic=true
// g_memoryBacktrace=true
g_disableOpenGLExtensions=GL_NV_command_list;GL_ARB_direct_state_access:amd;GL_ARB_
sampler_objects:amd
g_modulePath = %{g_startupPath}/corelibs;%{g_startupPath}/plugins;%
{g_prefsPath}/plugins
g_enableViewportTypeChooser=true
// g_viewportMode=1 // Note: Uncomment this line to force Cinema 4D to start with
the legacy viewport
// set the memory model, possible values are 'c', 'debug' and 'release'
// g_alloc=c
// override the default module path. it can contain multiple entries. use ';' as
delimiter.
// g_modulePath=[string] (default "%{g_startupPath}")
// list of modules that will exclusively be loaded (do not include path or suffix).
use ';' as delimiter.
// g_modulePositives=[string]
// list of modules that will not be loaded (do not include path or suffix). use ';'
as delimiter.
// g_moduleNegatives=[string]
// disable the real vtune module if not needed by choosing the null implementation
// maxon.PerformanceMonitorInterface=PerformanceMonitorInterfaceNull