| 1 | // Version information |
|---|
| 2 | cortUIVersionString = "CortUI v1.76 dev"; |
|---|
| 3 | |
|---|
| 4 | // Parameter: Number of chat lines in the lobby. Keep between 1 and 10. |
|---|
| 5 | NumChatLinesLobby = 10; |
|---|
| 6 | |
|---|
| 7 | // Parameter: Number of chat lines. Keep between 1 and 10. |
|---|
| 8 | NumChatLinesGlobal = 10; |
|---|
| 9 | |
|---|
| 10 | // Parameter: Number of chat lines. Keep between 1 and 10. Six is optimum. |
|---|
| 11 | NumChatLinesLoadout = 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) |
|---|
| 14 | AlwaysShowLoadoutWindow = 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 |
|---|
| 17 | ShowMinimapAtLoadoutScreen = 1; |
|---|
| 18 | |
|---|
| 19 | // Parameter: 1 if the last accepted and last queued order should be shown, 0 if not |
|---|
| 20 | ShowLastOrders = 1; |
|---|
| 21 | |
|---|
| 22 | // Parameter: 1 if the in-game chat display shall have a scrollbar, 0 if not |
|---|
| 23 | ShowScrollbarOnCockpitChat = 1; |
|---|
| 24 | |
|---|
| 25 | // Parameter: 0 if classic CortUI normal HUD is used, 1 for lessHUD by FlingPu, 2 for JelloShot by FlingPu |
|---|
| 26 | NormalHUDMode = 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' |
|---|
| 30 | SoftwareHUDMode = 3; |
|---|