summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-11 13:11:42 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-11 13:11:42 -0400
commitd1990a2b630f7161342a9c854bce0fcf7a967a8d (patch)
tree8fd60cc1b0f456192c94119ffb1b5027542c4494
parent4d14bc1086a1ba05acd01d7466749ff3cffba75f (diff)
downloaddecky-lsfg-vk-d1990a2b630f7161342a9c854bce0fcf7a967a8d.tar.gz
decky-lsfg-vk-d1990a2b630f7161342a9c854bce0fcf7a967a8d.zip
readme updates and version bump
-rw-r--r--README.md11
-rw-r--r--package.json4
2 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 13918fd..31e2ad8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
# Decky LSFG-VK
-> **Note:**
> This is an **unofficial community plugin**. It is independently developed and **not officially supported** by the creators of Lossless Scaling or lsfg-vk. For support, please use the [decky-lsfg-vk Discord Channel](https://discord.gg/TwvHdVucC3).
@@ -14,26 +13,26 @@
</p>
-## What is this?
-
-A Decky plugin that streamlines the installation of **lsfg-vk** ([Lossless Scaling Frame Generation Vulkan layer](https://lsfg-vk.dev/)) on Steam Deck, allowing you to use the Lossless Scaling frame generation features on Linux with a controller friendly UI in SteamOS, Bazzite, or any other Linux platform compatible with Decky Loader.
+Decky LSFG-VK is a Decky plugin that streamlines the installation of **lsfg-vk** ([Lossless Scaling Frame Generation Vulkan layer](https://lsfg-vk.dev/)) on Steam Deck, allowing you to use the Lossless Scaling frame generation features on Linux with a controller friendly UI in SteamOS, Bazzite, or any other Linux platform compatible with Decky Loader.
## Installation
1. **Download the plugin** from the [releases tab](https://github.com/xXJSONDeruloXx/decky-lsfg-vk/releases)
- - Download the "decky-lsfg-vk.zip" file to your Steam Deck
+ - Download the "Decky LSFG-VK.zip" file to your Steam Deck
2. **Install manually through Decky**:
- In Game Mode, go to the settings cog in the top right of the Decky Loader tab
- Enable "Developer Mode"
- Go to "Developer" tab and select "Install Plugin from Zip"
- - Select the downloaded "decky-lsfg-vk.zip" file
+ - Select the downloaded "Decky LSFG-VK.zip" file
## How to Use
1. **Purchase and install** [Lossless Scaling](https://store.steampowered.com/app/993090/Lossless_Scaling/) from Steam
+2. **Switch Branch** In the Lossless Scaling Steam app, go to Properties > Game Versions & Betas > select "lsfg-vk" branch, and let Steam download the new version
2. **Open the plugin** from the Decky menu
3. **Click "Install lsfg-vk"** to automatically set up the lsfg-vk vulkan layer
4. **Configure settings** using the plugin's UI - select Default or a running/configured game and adjust the upstream lsfg-vk settings
+5. **Configure Flatpak apps** in the Flatpak tab individually or with **Enable all** and **Remove all profiles**
6. **Launch your game** - frame generation activates when the game's Steam AppID matches an assigned upstream profile
### Core Settings
diff --git a/package.json b/package.json
index f1bcda0..59a8aa5 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
"name": "decky-lsfg-vk",
- "version": "0.12.8",
+ "version": "0.14.0",
"description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer",
"type": "module",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
- "test": "node --experimental-strip-types --test tests/steamLaunchOptions.test.ts tests/nowPlaying.test.ts && python3 -m unittest discover -s tests -p 'test_*.py'"
+ "test": "node --experimental-strip-types --test tests/steamLaunchOptions.test.ts tests/nowPlaying.test.ts && python3.12 -m unittest discover -s tests -p 'test_*.py'"
},
"repository": {
"type": "git",