Roy
dd41da25f0
Fixed Steamid and Update of .py file
2024-01-18 18:38:02 -08:00
Roy
45c81f81c6
Update NonSteamLaunchers.sh
...
~added space for multiple ids
2024-01-18 16:32:33 -08:00
Roy
03b64c8676
attempted fix on steamid
2024-01-17 20:32:03 -08:00
Roy
d80661d3d1
Update NonSteamLaunchers.sh
...
~reverted back
2024-01-17 16:24:37 -08:00
Roy
faf6ed65e3
Update NonSteamLaunchers.sh
...
~reverted
2024-01-17 16:21:45 -08:00
Roy
5df4da7ea7
Update NonSteamLaunchers.sh
...
~better way to parse the .vdf for login users
2024-01-17 16:17:57 -08:00
Roy
ae6403926a
MAJOR UPDATE
...
~Introducing "NSLGameScanner.service" automatically adds your games for you in correct Steam Deck format and keeps them there permanently until you uninstall that game. HOW TO USE: Install a game from your launcher and then restart steam or go to game mode or restart your deck. (Currently Supports Epic Games and Ubisoft Connect) more to come very soon!
~ARTWORK! ARTWORK! ARTWORK! FOR EVERYONE AND EVERYTHING...Launchers...Games... and Supported Streaming Sites
~NonSteamLaunchers NOW SUPPORTS MULTIPLE STEAM ACCOUNTS...hopefully
~Fixed SD card Path to reflect the path now from 3.5+, the script should dynamically find everyones uuid sd card path.
~fixed maxdepth -1 issue in regard to finding the config file
~removed WINE_COPY Command from battle.net
~iforgot what else i changed
2024-01-17 04:10:45 -08:00
Roy
1eb6b0d9a8
Reverted
2023-12-26 22:20:01 -08:00
Roy
a4bcfd4e0d
version
2023-12-26 22:07:31 -08:00
Roy
e20ed13401
Removed WINE Copy command from battle.net
...
~in the meantime, use Proton Expiremental for Battle.net
2023-12-26 22:07:00 -08:00
Roy
1b63221630
Merge pull request #146 from mertsalovda/add_vk_play_launcher
...
add installation to vk play launcher
2023-12-23 14:33:19 -08:00
Roy
b609be037b
Fixed BattleNet Spinning
...
*Added "WINE_SIMULATE_WRITECOPY=1 %command% to the Launch Options
2023-12-02 18:17:58 -08:00
Dmitriy Mertsalov
de77aac007
add appid vk play
2023-11-27 06:44:36 +00:00
Roy
4dd26ed01d
Fixed Epic Games UI glitch on Steam Deck OLED
...
*added -opengl to the Starting Directory of the Epic Games Shortcut
Thanks to @ayinde6 and @Lopsided_Elephant_24 as well as everyone troubleshooting getting to the bottom of it!
2023-11-25 20:29:30 -08:00
Dmitriy Mertsalov
a265754976
add installation to vk play launcher
2023-11-24 14:52:03 +00:00
Roy
d181f4bcfa
NonSteamLaunchers 3.0
...
~revamped GE-Proton extraction to correctly reflect GloriousEgrolls Konsole instructions
~NSL now deletes old Proton GE folders and only uses the latest
~The "Start Fresh" button now deletes the Shader Cache inside the steamapps/shadercache directory associated with the Launchers you installed.
2023-11-19 23:41:43 -08:00
Roy
ef2a52193e
Updated to GE-Proton8-23
2023-11-08 18:50:00 -08:00
Roy
3feb2db23e
battle.net window fix
2023-11-04 19:48:38 -07:00
Roy
074310bee7
fixed Ubisoft typo
2023-11-04 18:49:19 -07:00
Roy
ff91f65818
fixed Ubisoft Connect
2023-11-04 18:44:02 -07:00
Roy
6cdd627f4a
Updated Proton to latest and added Twitch.tv to Streaming Sites
2023-10-31 02:44:05 -07:00
Roy
1b758e0458
Update NonSteamLaunchers.sh to use GE-Proton8-22
2023-10-31 02:27:54 -07:00
Roy
d2156655cd
Update NonSteamLaunchers.sh to GE-Proton8-20
2023-10-17 22:24:13 -07:00
Roy
fd6742da89
Update NonSteamLaunchers.sh to use GE-Proton8-16
2023-10-02 23:36:44 -07:00
Roy
187c6e7eda
Update NonSteamLaunchers.sh to use BoilR v1.9.4
2023-10-02 23:35:21 -07:00
Roy
bc68f2bbcc
Update NonSteamLaunchers.sh to use BoilR v1.9.3
2023-09-20 17:34:36 -07:00
Roy
3261d58fa3
Update NonSteamLaunchers.sh to use Boilr v.1.9.2
2023-09-19 00:58:38 -07:00
Roy
f04a600257
Update NonSteamLaunchers.sh to GE-Proton8-15
2023-09-16 21:31:00 -07:00
Roy
235f539f77
Updated NonSteamLaunchers.sh to GE-Proton8-14
2023-09-01 18:51:39 -07:00
pythoninthegrass
23eae27fe0
Error handling and shellcheck additions
...
- Handle `logname: no login name` error for `$USER`
- Double quote variables and add curly brackets when concatenated (e.g., directories)
- Replace tilde with `$logged_in_home` var
- Capture return codes from wget command directly (404 throws custom exit code 8)
- Fix code block indentions
- Move SC2155 to .shellcheckrc
- Add SC2164 to exclude `cd` errors
- Breakout SC exclusions to multiple lines to toggle them more easily
- Remove duplicate SC entries
2023-09-01 01:33:08 -05:00
Roy
aa667f1cb8
Updated NonSteamLaunchers.sh to GE-Proton8-13
2023-08-23 01:15:56 -07:00
Roy
0d63c3b24f
Update NonSteamLaunchers.sh to GE-Proton8-12
2023-08-19 22:40:35 -07:00
Roy
21cb96b484
deleted print string
2023-08-15 19:54:44 -07:00
Roy
5a823678e2
Attempted fix on python code
...
~used shutil in tandem with symlinking to move directory
2023-08-13 21:21:37 -07:00
Roy
fdca4f775e
Reverted back a push
...
~shutil wasnt working correctly
2023-08-12 19:50:54 -07:00
Roy
292c57b7dd
~attempted fix using shutil insteaad in python code
...
~removed chmod +x
2023-08-12 19:25:10 -07:00
pythoninthegrass
d69a64462c
Fix duplicate steam_dir vars
...
First one declared is steam_dir, second is steam_dir_root
2023-08-12 15:05:47 -05:00
pythoninthegrass
9ed149e86b
steam_dir variable formatting
...
Curly brackets are delimiters when joined with string/filepath
2023-08-12 15:02:51 -05:00
pythoninthegrass
6452d8ab07
Update todo
...
Clarified todo for boilr subshell
2023-08-12 14:19:01 -05:00
pythoninthegrass
c9612ad469
Remove extra newline
2023-08-12 14:11:43 -05:00
pythoninthegrass
e803e779e7
Add version todo
...
Currently checks string vs. integer comparison. Leads to false positives (e.g., 2.99 is marked as older than 2.98)
2023-08-12 14:09:42 -05:00
pythoninthegrass
4f79dfde6d
Move env vars
...
Move environment variables to get interpolated in the proper order
2023-08-12 14:06:36 -05:00
pythoninthegrass
4950e95538
Rename working dir variable
...
Rename to to match original variable name
2023-08-12 14:02:52 -05:00
pythoninthegrass
f79d204273
Parameterize working directory
...
Forgo hardcoding working directory for 'NonSteamLaunchersInstallation'
2023-08-12 13:54:50 -05:00
pythoninthegrass
afbfc6d2ad
Add TODO
...
Working directory might be better suited for somewhere other than ~/Downloads
2023-08-12 13:47:38 -05:00
pythoninthegrass
e384e85859
Walk back strict execution and decouple pipefail. Add error handling for steam pid
2023-08-12 13:36:43 -05:00
pythoninthegrass
98440d6f2e
wip
...
env vars for actual user calling script, TODOs, more conditional indent formatting
2023-08-12 12:11:01 -05:00
pythoninthegrass
9ff5251bdc
wip
...
Added a bunch of inline TODOs, removed unnecessary newlines, fixed indents on various code blocks, tidied nested python script per pep8, set script as executable (`chmod +x`)
2023-08-12 11:48:06 -05:00
Roy
6264667aff
Add files via upload
2023-08-09 17:32:03 -07:00
Roy
41e2097fe4
Reworked more code for decky plugin
...
~reworked some code to allow for the main functions of the zenity window to be in line with the plugins capabilities. Overtime the script will need to be updated to allow more functionality.
2023-08-09 01:09:45 -07:00