Ticket #7: cortui_settings.mdl

File cortui_settings.mdl, 1.2 KB (added by Henrik Heimbuerger, 17 years ago)

Settings file, crashing in R5DX9a, maybe working in FAZR5Dev@242

Line 
1// Version information
2cortUIVersionString = "CortUI v1.76 dev";
3
4// Parameter: Number of chat lines in the lobby. Keep between 1 and 10.
5NumChatLinesLobby = 10;
6
7// Parameter: Number of chat lines. Keep between 1 and 10.
8NumChatLinesGlobal = 10;
9
10// Parameter: Number of chat lines. Keep between 1 and 10. Six is optimum.
11NumChatLinesLoadout = 6;
12
13// Parameter: 1 if the loadout window should always be shown in cockpit (non-removable), 0 if it should be toggled (off by default)
14AlwaysShowLoadoutWindow = 1;
15
16// Parameter: 1 if the minimap should always be shown at the loadout screen (non-removable), 0 if it should be never shown
17ShowMinimapAtLoadoutScreen = 1;
18
19// Parameter: 1 if the last accepted and last queued order should be shown, 0 if not
20ShowLastOrders = 1;
21
22// Parameter: 1 if the in-game chat display shall have a scrollbar, 0 if not
23ShowScrollbarOnCockpitChat = 1;
24
25// Parameter: 0 if classic CortUI normal HUD is used, 1 for lessHUD by FlingPu, 2 for JelloShot by FlingPu
26NormalHUDMode = 1;
27
28// Parameter: 0 if the default software HUD is used, 1 for the software HUD with targeting view,
29// 2 for the modified software HUD 'Raveen-style', 3 for the modified software HUD 'Parci-style'
30SoftwareHUDMode = 3;