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
6e075d7c11
Update FUNDING.yml
2023-12-06 23:53:52 -08:00
Roy
0f9cc0c44b
Update FUNDING.yml
...
~Added Patreon Link
2023-12-02 18:35:31 -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
9198951aca
Added Twitch to Readme
2023-11-02 14:53:55 -07:00
Roy
e33ed28b91
Ubisoft Connect Typo fix
2023-11-02 14:53:13 -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
Roy
d77e013426
Merge pull request #125 from pythoninthegrass/main
...
Error handling and shellcheck additions
2023-09-01 18:27:00 -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
Roy
f96f9b8a52
Merge pull request #116 from pythoninthegrass/refactor-nonsteamlaunchers
...
Initial cleanup of core shell script
2023-08-12 19:03:26 -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
b5ab5d691a
Merge pull request #115 from pythoninthegrass/tooling
...
Add tooling
2023-08-11 14:08:12 -07:00
pythoninthegrass
8ccf3f1443
Update README.md
...
Fix some formatting/grammar. Add dev environment section
2023-08-11 15:29:04 -05:00
pythoninthegrass
a786689fcd
Add tooling
2023-08-11 15:14:23 -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
Roy
5084a90d94
Updated to Proton GE-8-11
2023-08-03 19:13:52 -07:00