-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Usual modcache treatment: recorded in cache file 'mods.cache', viewable/searchable in SelectorUI, can have preview image. For an example, see file 'default.dashboard' added to 'dashboards.zip'. A new cvar was added: 'ui_default_dashboard' (string) - stores the name of default dashboard, you can change it via Settings (tab UI).
- Loading branch information
Showing
15 changed files
with
272 additions
and
84 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// A dashboard mod MUST contain a '.dashboard' file, even if just empty. | ||
// All layout files must start the same as the .dashboard file. | ||
// For example: foo.dashboard -> foo_dashboard3500.layout. | ||
// Supported names: | ||
// foo_dashboard_boat.layout | ||
// foo_dashboard3500.layout <---- fallback | ||
// foo_dashboard3500_analog.layout | ||
// foo_dashboard3500_analog_mph.layout | ||
// foo_dashboard3500_mph.layout | ||
// foo_dashboard7000.layout | ||
// foo_dashboard7000_analog.layout | ||
// foo_dashboard7000_analog_mph.layout | ||
// foo_dashboard7000_mph.layout | ||
// ------------------------------------------------------------ | ||
|
||
dashboard_name "Default" | ||
dashboard_description "Default Dashboard" | ||
dashboard_supports_7000rpm true | ||
dashboard_supports_mph true | ||
dashboard_supports_analog true | ||
dashboard_supports_boat true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.