DirectoriesXXX Settings in Revit.ini

The Revit.ini file contains one [DirectoriesXXX] section for each supported language of the software, where XXX represents the 3-letter language code, such as [DirectoriesENU] for U.S. English, and [DirectoriesFRA] for French.

These settings specify files and locations used during various Revit functions when you use the software in the corresponding language. Some of these settings correspond to settings on the File Locations tab of the Options dialog.

Note:

DataLibraryLocations

Defines the locations of Revit data libraries.

Type = string

Example:

DataLibraryLocations=Imperial Library=C:\ProgramData\Autodesk\RVT 2019\Libraries\US Imperial\,Imperial Detail Library=C:\ProgramData\Autodesk\RVT 2019\Libraries\US Imperial\Detail Items 

DefaultTemplate

Defines default template files corresponding to those specified in the Project templates table on the File Locations tab of the Options dialog. These templates appear in the drop-down list of the New Project dialog, making it easy to select a template when creating a new model.

In addition to the standard template names, such as Construction Template, you can add your own values to the DefaultTemplate setting or to the Project templates table. For example, in the following example, My Metric Template has been added to the standard template list.

Type = string

Example:

DefaultTemplate=
Construction Template=..\..\..\..\ProgramData\Autodesk\RVT 2019\Templates\US Imperial\Construction-Default.rte 
Architectural Template=..\..\..\..\ProgramData\Autodesk\RVT 2019\Templates\US Imperial\default.rte 
Structural Template=..\..\..\..\ProgramData\Autodesk\RVT 2019\Templates\US Imperial\Structural Analysis-Default.rte
Mechanical Template=..\..\..\..\ProgramData\Autodesk\RVT 2019\Templates\US Imperial\Mechanical-Default.rte
My Metric Template=..\..\..\..\ProgramData\Autodesk\RVT 2019\Templates\US Metric\DefaultMetric.rte 

FamilyTemplatePath

Corresponds to the Default path for family template files option on the File Locations tab of the Options dialog.

Type = string

Example:

FamilyTemplatePath=C:\ProgramData\Autodesk\RVT 2019\Family Templates\English_I\

Example

[DirectoriesENU]
FamilyTemplatePath=C:\ProgramData\Autodesk\RVT 2019\Family Templates\English_I\
DataLibraryLocations=Imperial Library=C:\ProgramData\Autodesk\RVT 2019\Libraries\US Imperial\,Imperial Detail Library=C:\ProgramData\Autodesk\RVT 2019\Libraries\US Imperial\Detail Items
DefaultTemplate=Construction Template=C:\ProgramData\Autodesk\RVT 2019\Templates\US Imperial\Construction-Default.rte, Architectural Template=C:\ProgramData\Autodesk\RVT 2019\Templates\US Imperial\default.rte, Structural Template=C:\ProgramData\Autodesk\RVT 2019\Templates\US Imperial\Structural Analysis-Default.rte, Mechanical Template=C:\ProgramData\Autodesk\RVT 2019\Templates\US Imperial\Mechanical-Default.rte