about 2 years ago - /u/ - Direct link
Всякое разное: Больше об этом событии вы узнаете на странице его объявления.
about 2 years ago - Mal - Direct link
Hi everyone, it’s Tia. We’ve released our Steam Deck update 1.3.3300 as a beta branch on Steam.
This update has full support for Steam Deck!

However, for that to work it has to use a new version of the Steamworks API, which will break mods that access Steamworks.

If you’re working on a mod that accesses Steamworks, please prepare to update to its new version to prevent breaking the game.

We are planning to release this version to everyone on Wednesday April 6 at around 5pm EST.

Players who want to use Steam Deck should also use this branch for now. Everything except a few mods should work.

To play this beta on Deck or PC: right-click RimWorld in your Steam library list, click Properties, then select the ‘betas’ tab. Select ‘steam_deck - Steam Deck update’ from the drop-down list. Your game should auto-update - if it doesn’t, restart Steam.

To share any feedback or bug reports from the beta, please join the Official RimWorld Development Discord[discord.gg].

- Tia

Steam Deck Changes In a previous announcement, we said support for the Steam Deck would be delayed until after the console’s release. Since then, our tech lead Piotr Walczak has been working hard to put together this integration update.

The update focuses on Steam Deck changes and improvements. The UI changes make it easier to read on-screen text and type with the Steam Deck keyboard, and menus look a lot better. The controls make more sense now with improved scrolling, zooming, time control, and touch screen navigation. Overall, playing RimWorld on Steam Deck should be a lot smoother with more intuitive controls. There may be more changes on the way to get RimWorld a “Verified” status for Steam Deck.

We also fixed some sources of annoyance in the ideoligion configuration screen.

The full changelog is below.

Ideology Improvements - Fix: Reforming a fluid ideo lists some precepts as "incompatible" when they actually are.
- Fix: Ability gizmos are still available for roles that have been removed via reformation.
- Display incompatible issue and precept names instead of just precept names in reformation confirmation dialog.
UI Improvements
- Show accept key command hotkey on SteamDeck.
- Set new, better SteamDeck menu icons.
- Larger float menu options on SteamDeck.
- Main buttons position change (change height instead of y).
- Keyboard on a SteamDeck now shows automatically when a new text field is focused.
- Show a special window at the top of the screen which shows the typed in text, since SteamDeck keyboard can sometimes block the text field view.
- Increase text input font size.
- Don't show tooltips when the SteamDeck keyboard is open.
- Change quests SteamDeck icon.

Controls - Touch screen scrolling improvements on SteamDeck.
- It's now possible to scroll through lists by dragging your finger on SteamDeck.
- Make zooming faster on SteamDeck.
- Holding a special "middle mouse button" button on SteamDeck, now translates left clicks into right clicks. This makes it possible to give goto orders to drafted pawns by using the touch screen.
- Don't pan the camera if the middle mouse button is held and a colonist is selected on SteamDeck.
- Allow more zoom on SteamDeck for better touch screen support and easier navigation.
- Better time controls on SteamDeck, it's now possible to increase/decrease time speed with back buttons.
- Accept key on a SteamDeck now activates the first command.

Misc Improvements - Tutorial now mentions the correct button names on SteamDeck.
- Added triggered modal ConceptDefs which explain SteamDeck controls.
- Added controller configuration button to options on SteamDeck.
Technical
- Added SteamDeck configuration file.
- Added SteamInput.
- Make ScrollWheelZoomRate a static property.
- Suppress SteamDeck ConceptDef warnings.
- Added UnityGUIBugsFixer calls to LearningReadout since it uses GUI.BeginScrollView directly.
- Ensure FixSteamDeckMousePositionNeverUpdating() works even for non-1 scales.
- Updated steam dlls in root directory.
- Updated Steamworks so that it's possible to show the correct on-screen keyboard on SteamDeck.
- Added "Simulate using Steam Deck" debug setting.
- AllTypes now tries to use all types it could load instead of failing entirely.

Fixes - Fix: Missing EventUp event in MultiPawnGotoController on SteamDeck
- Fix camera movement on SteamDeck. "Middle mouse button" camera movement on SteamDeck now works as well. This also allows using touch screen to move the camera.
- Fix Unity bug with GetMouseButton() returning false.
- Fix: Changing GUI.matrix also breaks mousePosition, added 1 more UnityGUIBugsFixer callback to fix this
- Fix: Main buttons have a 1px gap at the bottom and they can't be clicked there
- Fix: Keyboard instantly hides after appearing
- Fix: Mouse position never updates on a SteamDeck
- Fix: Error after pressing quit to OS button
- Fix: The "absorb clicks area" around gizmos is too large and it makes the left part of every gizmo unusable, even though the gizmo is highlighted.