1. Hadean Lands
  2. News

Hadean Lands News

Steam Deck not supported (sorry!)

I was able to do some Steam Deck testing this weekend. I'm sorry to say that Steam Deck is not a recommended Hadean Lands experience right now.

The problem is the on-screen keyboard. It wants to pop up and obscure the lower half of the text window -- which makes it hard to play. You could manually open and close the keyboard every turn, but that's no fun. Anyhow, the keyboard tends to get confused; sooner or later it either flickers or gets stuck.

I tried the "Web Browser" controller template, but that doesn't help.

It might be possible to improve the screen layout and lock the keyboard in place. However, you'd then be playing on the top half of the Steam Deck's landscape-oriented screen. It's just not a lot of space for text.

(Bluetooth keyboard? I couldn't get mine to pair. If you succeed, let me know if it works.)

The upshot is that parser-based IF support is not a priority for Steam Deck right now. Apologies! I'll let you know if that changes.

Release 2.2.1: Dark theme, Linux fixes

Update to the UI framework! (No changes to the game content.)

The game now supports OS dark theme. If you have your system OS theme set to "dark", all of the game windows (including the journal, map, preferences, and so on) will use a light-on-dark theme.

The *story* window will still be set to the color theme you last selected (Dark, Light, Sepia, Slate). You can adjust this to match in the preferences.

The preferences menu now has two system-responsive options: "Light/Dark" and "Sepia/Slate". These allow the story window to adjust if you switch your OS theme back and forth. I don't know why you would, but the game allows for it. (New players will see "Light/Dark" as the default preference.)

Other changes:

- The Electron framework has been updated to 8.4.1. This should fix the "harfbuzz" library error that some Linux users were seeing.
- There is a "Display Cover Art" menu option in the View menu, should you wish to bask in that.
- The Mac version is now notarized.

Release 2.1.0: more UI updates

Various things that I've been meaning to clean up in the past year. (No changes to the game content.)

- In the journal window, you can now sort items by name or by date (the order you discovered them in the game).
- Added two new color themes: Sepia and Slate.
- Changed the "Reset" menu item to "Reset Completely" (to match the in-game command for completely starting over).
- Changed the "Close Window" menu item to "Close Game" for the main game window. (Except on Mac, sorry. The Mac's menu bar works poorly with this app framework.)
- Fixed a slight size miscalculation in the status window.
- Updated the Electron app framework to 1.4.16.

Release 2.1.0: more UI updates

Various things that I've been meaning to clean up in the past year. (No changes to the game content.)

- In the journal window, you can now sort items by name or by date (the order you discovered them in the game).
- Added two new color themes: Sepia and Slate.
- Changed the "Reset" menu item to "Reset Completely" (to match the in-game command for completely starting over).
- Changed the "Close Window" menu item to "Close Game" for the main game window. (Except on Mac, sorry. The Mac's menu bar works poorly with this app framework.)
- Fixed a slight size miscalculation in the status window.
- Updated the Electron app framework to 1.4.16.

Release 2.0.5: a small UI update

Added a few UI features. (No changes to the game content.)

- "Full Screen" menu option. (F11 on Win/Linux, cmd-ctrl-F on Mac.)
- "Find..." and "Find Next" menu options (ctrl-F/G or cmd-F/G). These let you do a simple text search in the story window. Note that the scrollback is not infinite -- sorry.
- In the "Preferences" dialog, there is now an option for "Other Font..." This lets you enter the name of any font installed on your system. (Although you have to type it in rather than looking through a list. Enter the name as you would see it in a CSS file -- the game's display engine is HTML, after all.)
- In the Alchemy Journal window, the list of rituals now shows "(*)" to mark rituals that you've learned but not yet tried. (Same as the RECALL RITUALS command in the story window.)
- Fixed a bug where a formula description in the Journal window might not be updated when it should be.