You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
12
+
- Add scaling algorithm selector to interactive mode.
13
+
- Add `[RECOMMENDED]` tags to recommended options in interactive mode (maps to the default CLI options). The recommended option can be selected either by using its number (as usual) or by pressing ENTER (as a shorthand).
14
+
10
15
### Changed
11
16
12
17
- Improve warning displayed when unable to patch custom resolution in `ProfileX.json` by making it more explicit it can usually be ignored.
18
+
- Auto-determine default HUD resizing mode when using the CLI: `expand` for for 16:10, 21:9, and 32:9 / `center` for 48:9 and wider.
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,8 +282,9 @@ Hephaistos supports the following HUD resizing modes: **(Click on items to show
282
282
<details>
283
283
<summary><code>expand</code> (default)</summary>
284
284
285
-
Expand the HUD horizontally and vertically, i.e. HUD will scale with screen size.
285
+
Expand the HUD horizontally and vertically.
286
286
Static HUD elements will be repositioned to their intended location for the new screen size, e.g. health indicator will be in the bottom left, resource indicator will be in the bottom right.
287
+
This is the default HUD resizing mode used by Hephaistos for 16:10, 21:9, and 32:9, but note that you may want to try out `--hud=center` for 32:9 to see what you prefer.
You might want to use `--hud=center` for 32:9 or wider resolutions.
304
-
305
306
### Scaling
306
307
307
308
Hephaistos supports the following scaling algorithms: **(Click on items to show details)**
@@ -338,8 +339,6 @@ This scaling is not recommended for general usage as it effectively "zooms out"
338
339
339
340
</details>
340
341
341
-
Use `--scaling=pixel` if you wish to use pixel-based scaling.
342
-
343
342
### Custom resolution
344
343
345
344
By default, Hephaistos patches a custom resolution in the [`ProfileX.sjson` configuration file](https://www.pcgamingwiki.com/wiki/Hades#Configuration_file.28s.29_location) by updating its `WindowWidth`/`WindowHeight` and `X`/`Y` values.
msg=f"""Hi! This interactive wizard will help you to set up Hephaistos.
112
-
Note: while Hephaistos can be used in interactive mode for basic usage, you will need to switch to non-interactive mode for any advanced usage. See the README for more details.
msg=f"""Hi! This interactive wizard will help you to set up Hephaistos.
153
+
Note: while Hephaistos can be used in interactive mode for basic usage, you will need to switch to non-interactive mode for any advanced usage. See the README for more details.
0 commit comments