Skip to content

Commit

Permalink
[feature]
Browse files Browse the repository at this point in the history
* added a second page, can be toggled with the new button keybind
* added a toggle key bind, and some more settings for it
* added support more page settings (for now only 2 is enough)
  • Loading branch information
mlthelama committed Jan 11, 2023
1 parent 5b02f85 commit 7182341
Show file tree
Hide file tree
Showing 22 changed files with 1,765 additions and 194 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)

set(NAME "LamasTinyHUD" CACHE STRING "")
set(VERSION 1.0.0.8 CACHE STRING "")
set(VERSION 1.0.0.9 CACHE STRING "")

# ---- Options ----

Expand Down
1,150 changes: 1,037 additions & 113 deletions mcm/Config/LamasTinyHUD/config.json

Large diffs are not rendered by default.

66 changes: 61 additions & 5 deletions mcm/Config/LamasTinyHUD/settings.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[Controls]
uTopActionKey = 45
uRightActionKey = 46
uBottomActionKey = 47
uLeftActionKey = 48
uTopActionKey = 10
uRightActionKey = 11
uBottomActionKey = 12
uLeftActionKey = 13
uToggleKey = 27
uControllerSet = 0

[TopPage]
Expand Down Expand Up @@ -57,6 +58,58 @@ sSelectedItemFormLeft = 0
uSelectedItemLeft = 0
uSlotActionLeft = 0

[TopPageSetOne]
uType = 0
uHandSelection = 1
sRefreshItems =
sSelectedItemForm = 0
uSelectedItem = 0
uSlotAction = 0
uTypeLeft = 0
sRefreshItemsLeft =
sSelectedItemFormLeft = 0
uSelectedItemLeft = 0
uSlotActionLeft = 0

[RightPageSetOne]
uType = 0
uHandSelection = 1
sRefreshItems =
sSelectedItemForm = 0
uSelectedItem = 0
uSlotAction = 0
uTypeLeft = 0
sRefreshItemsLeft =
sSelectedItemFormLeft = 0
uSelectedItemLeft = 0
uSlotActionLeft = 0

[BottomPageSetOne]
uType = 0
uHandSelection = 1
sRefreshItems =
sSelectedItemForm = 0
uSelectedItem = 0
uSlotAction = 0
uTypeLeft = 0
sRefreshItemsLeft =
sSelectedItemFormLeft = 0
uSelectedItemLeft = 0
uSlotActionLeft = 0

[LeftPageSetOne]
uType = 0
uHandSelection = 1
sRefreshItems =
sSelectedItemForm = 0
uSelectedItem = 0
uSlotAction = 0
uTypeLeft = 0
sRefreshItemsLeft =
sSelectedItemFormLeft = 0
uSelectedItemLeft = 0
uSlotActionLeft = 0

[HudSetting]
sDisplayResolutionWidth =
sDisplayResolutionHeight =
Expand All @@ -73,4 +126,7 @@ fIconScaleWidth = 0.110000
fIconScaleHeight = 0.110000
uSlotButtonFeedback = 200
fSlotCountTextOffset = 10
fSlotCountTextFontSize = 20
fSlotCountTextFontSize = 20
bDrawToggleButton = 1
fToggleKeyOffsetX = 90
fToggleKeyOffsetY = 90
Binary file modified mcm/Interface/Translations/LamasTinyHUD_english.txt
Binary file not shown.
Binary file modified mcm/scripts/LamasTinyHUD_MCM.pex
Binary file not shown.
Loading

0 comments on commit 7182341

Please sign in to comment.