File size: 901 Bytes
24b81cb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
// Buldozer Tools by Lappihuan
// [general settings]
// roadpath: is the path to your roads directory in your project.
roadpath = "/myTag/myProject/data/roads/";
// saveNotificationIntervall: intervall in minutes to show the save notification
saveNotificationIntervall = 30; //min
// showHelpOnStartup: true or false, set to false if you don't want the help dialog appear after the startup
showHelpOnStartup = true;
// dateArray: https://community.bistudio.com/wiki/setDate
dateArray = [2001, 06, 22, 12, 0];
// tiMode: https://community.bistudio.com/wiki/setCamUseTi
tiMode = 1;
// [key settings]
// https://resources.bisimulations.com/wiki/DIK_KeyCodes
// [DIK,Keyboard Key]
help = [11,"0"]; // 0 on keyboard
roadReload = [2,"1"]; // 1 on keybord
weatherTimeSet = [3,"2"]; // 2 on keyboard
roadDiag = [4,"3"]; // 3 on keyboard
debug = [5,"4"]; // 4 on keyboard
NVG_IR = [6,"5"]; // 5 on keyboard |