this post was submitted on 29 Sep 2023
41 points (93.6% liked)

Steam Deck

14856 readers
46 users here now

A place to discuss and support all things Steam Deck.

Replacement for r/steamdeck_linux.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 3 years ago
MODERATORS
 

Probably the easiest way to run it is with Vinegar, a Wine wrapper for Roblox. You can just install it from Flathub (or Discover on Steam Deck in Desktop Mode), make a configuration file in terminal to set it to Vulkan and then you're good to go after that:

mkdir -p ~/.var/app/io.github.vinegarhq.Vinegar/config/vinegar/ && { echo "[player]"; echo "dxvk = false"; echo "renderer = \"Vulkan\""; } >> ~/.var/app/io.github.vinegarhq.Vinegar/config/vinegar/config.toml

I know there's a launcher called Grapejuice that's very popular for running the game as well, but I don't know if there are any additional steps needed to get it to work.

you are viewing a single comment's thread
view the rest of the comments
[–] autotldr@lemmings.world 2 points 1 year ago

This is the best summary I could come up with:


After the recent news that Roblox was playable in Wine again with their special Beta channels, it seems they've now enabled Roblox to run in Wine on the stable version making it really easy to get Roblox on Linux.

There's been no announcement that I can find yet, but testing it myself today after lots of reports came in — yup, Roblox is now working just fine without a Beta.

Probably the easiest way to run it is with Vinegar, a Wine wrapper for Roblox.

You can just install it from Flathub (or Discover on Steam Deck in Desktop Mode), make a configuration file in terminal to set it to Vulkan and then you're good to go after that:

Screenshot showing Blox Fruits, a very popular game based on One Piece that at time of writing has 440,814 active players.

Roblox is easily one of the biggest platform for games around, so it's good to see it working so easily on Linux now.


The original article contains 179 words, the summary contains 161 words. Saved 10%. I'm a bot and I'm open source!