// Buldozer Tools by Lappihuan // [texts] roadReloadKey = roadReload select 1; weatherTimeSetKey = weatherTimeSet select 1; roadDiagKey = roadDiag select 1; helpKey = help select 1; NVG_IRKey = NVG_IR select 1; debugKey = debug select 1; visionModeIndex = 1; saveNotificationTitle = "Save Notification"; saveNotificationText = "Please save your project in TB before you continue to work"; buldozerToolsHelpText = format["Press %4 to show this help

Controlls Help:
Press %1 to reload roads
Press %2 to reset weather and time
Press %3 to toggle road diagnostic mode
Press %6 to toggle IR and NVG mode
Press %5 to execute debug.sqf

Only move/rotate your camera while road diagnostic is enabled, other actions can crash buldozer!", roadReloadKey, weatherTimeSetKey, roadDiagKey, helpKey, debugKey, NVG_IRKey]; buldozerToolsHelpTitle = "Buldozer Tools Help v0.2";