Skip to content

Commit 7d51a8f

Browse files
committed
Release v6.4: conditional Auto Round Step in UI Scale menu
1 parent 2627627 commit 7d51a8f

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v6.4
4+
5+
### Internal menus — UI Scale round-step layout
6+
7+
- **Auto Round Step** moved back to a conditional sub-page (`ui_scale_round_ratio.rmf`) via `cinclude` — shown only when **Auto Round Scale** is on, matching the font/HUD manual-scale pattern.
8+
- **Auto Round Scale** toggle refreshes the UI Scale page so the step list appears or hides immediately.
9+
310
## v6.3
411

512
### Updater — install-version picker & downgrades

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3
1+
6.4

hdr/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
Increment version using: ./increment_version.sh
88
*/
99

10-
#define SOFBUDDY_VERSION "6.3"
10+
#define SOFBUDDY_VERSION "6.4"

src/features/internal_menus/menu_library/sof_buddy/ui_scale_content.rmf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<slider cvar _sofbuddy_console_size min 0.00 max 1.00 step 0.01 tip "Height of the in-game console as a fraction of screen."><br>
5454
<list "Off,On" cvari _sofbuddy_hud_scale_auto atext "Auto HUD Scale : " key mouse1 "sofbuddy_menu sof_buddy/ui_scale" noshade tip "Track HUD scale from resolution (vid_h/480)."><br>
5555
<cninclude _sofbuddy_hud_scale_auto sof_buddy/ui_scale_hud_manual>
56-
<list "Off,On" cvari _sofbuddy_scale_round_auto atext "Auto Round Scale : " noshade tip "When on, auto font/HUD scale snaps to round steps instead of a continuous value."><br>
57-
<list "0.05,0.1,0.125,0.25,0.5,1" match "0.05,0.1,0.125,0.25,0.5,1" cvar _sofbuddy_scale_round_ratio atext "Auto Round Step : " noshade tip "Snap increment for auto font/HUD scale. Only used when Auto Round Scale is on."><br>
56+
<list "Off,On" cvari _sofbuddy_scale_round_auto atext "Auto Round Scale : " key mouse1 "sofbuddy_menu sof_buddy/ui_scale" noshade tip "When on, auto font/HUD scale snaps to round steps instead of a continuous value."><br>
57+
<cinclude _sofbuddy_scale_round_auto sof_buddy/ui_scale_round_ratio>
5858
<list "0.25,0.5,0.75,1,1.25,1.5,1.75,2,2.25,2.5,2.75,3,3.25,3.5,3.75,4,4.25,4.5,4.75,5,5.25,5.5,5.75,6,6.25,6.5,6.75,7,7.25,7.5,7.75,8" match "0.25,0.5,0.75,1,1.25,1.5,1.75,2,2.25,2.5,2.75,3,3.25,3.5,3.75,4,4.25,4.5,4.75,5,5.25,5.5,5.75,6,6.25,6.5,6.75,7,7.25,7.5,7.75,8" cvar _sofbuddy_crossh_scale atext "Crosshair Scale : " noshade tip "Size multiplier for the current crosshair."><br>
5959
<ctext tip_duration atext "Tooltip ms : " noshade><br>
6060
<slider cvar tip_duration min 0 max 8000 step 250 tip "Tooltip lifetime in milliseconds."><br>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<stm>
2+
<list "0.05,0.1,0.125,0.25,0.5,1" match "0.05,0.1,0.125,0.25,0.5,1" cvar _sofbuddy_scale_round_ratio atext "Auto Round Step : " noshade tip "Snap increment for auto font/HUD scale. Only used when Auto Round Scale is on."><br>
3+
</stm>

0 commit comments

Comments
 (0)