Skip to content

Commit

Permalink
Update to stl-6.8-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
frostworx committed May 11, 2021
1 parent cce267b commit 5ea4723
Show file tree
Hide file tree
Showing 131 changed files with 3,163 additions and 3,069 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
install -Dm755 stl -t "$(PREFIX)/bin"

install -d "$(PREFIX)/share/stl"
cp -r categories lang misc regs reshadepresets tweaks "$(PREFIX)/share/stl"
cp -r categories eval guicfgs lang misc regs reshadepresets "$(PREFIX)/share/stl"

install -Dm644 README.md -t "$(PREFIX)/share/doc/steamtinkerlaunch"

141 changes: 65 additions & 76 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions categories/ReShade.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
USERESHADE="1"
2 changes: 1 addition & 1 deletion categories/Vortex.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VORTEXMODE="normal"
USEVORTEX="1"
26 changes: 26 additions & 0 deletions eval/packages/dotnet46
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"uninstall" "0"
"compat_installscript"
{
"run process"
{
"4.6"
{
"hasrunkey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\CommonRedist\\.NET\\4.6"
"process 1" "%INSTALLDIR%\\_CommonRedist\\DotNet\\4.6\\noop.cmd"
"nocleanup" "1"
"requirement_os"
{
"ostype" "Windows XP"
}
}
"4.6"
{
"hasrunkey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\CommonRedist\\.NET\\4.6"
"process 1" "%INSTALLDIR%\\_CommonRedist\\DotNet\\4.6\\Microsoft .NET Framework 4.6.2.cmd"
"nocleanup" "1"
}
}
}
"foreign_install_path" ""
}
20 changes: 20 additions & 0 deletions eval/sets/evaluatorscript_mo2.vdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
"evaluatorscript"
{
"0"
{
"uninstall" "0"
"compat_installscript"
{
"run process"
{
"MO2VERS"
{
"process 1" "%INSTALLDIR%\\mo2\\Mod.Organizer-MO2VERS.exe"
"command 1" "/VERYSILENT"
"nocleanup" "1"
}
}
}
"foreign_install_path" ""
}
}
20 changes: 20 additions & 0 deletions eval/sets/evaluatorscript_vortex.vdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
"evaluatorscript"
{
"0"
{
"uninstall" "0"
"compat_installscript"
{
"run process"
{
"VORTEXVERS"
{
"process 1" "%INSTALLDIR%\\Vortex\\vortex-setup-VORTEXVERS.exe"
"command 1" "/S"
"nocleanup" "1"
}
}
}
"foreign_install_path" ""
}
}
Empty file removed eval/sets/not-implemented
Empty file.
16 changes: 16 additions & 0 deletions eval/stlpackages/mo2
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"uninstall" "0"
"compat_installscript"
{
"run process"
{
"MO2VERS"
{
"process 1" "%INSTALLDIR%\\mo2\\Mod.Organizer-MO2VERS.exe"
"command 1" "/VERYSILENT"
"nocleanup" "1"
}
}
}
"foreign_install_path" ""
}
16 changes: 16 additions & 0 deletions eval/stlpackages/vortex
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"uninstall" "0"
"compat_installscript"
{
"run process"
{
"VORTEXVERS"
{
"process 1" "%INSTALLDIR%\\Vortex\\vortex-setup-VORTEXVERS.exe"
"command 1" "/S"
"nocleanup" "1"
}
}
}
"foreign_install_path" ""
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="891"
WINY="392"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1189"
WINY="401"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1486"
WINY="334"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1401"
WINY="725"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1024"
WINY="954"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="874"
WINY="246"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="735"
WINY="279"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Editor.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1071"
WINY="642"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="665"
WINY="772"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Favorites.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1403"
WINY="830"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1035"
WINY="930"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1098"
WINY="632"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Gui.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1481"
WINY="779"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-HelpUrlMenu.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1047"
WINY="455"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-MainMenu.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1692"
WINY="687"
COLCOUNT="4"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Misc.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1521"
WINY="871"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1011"
WINY="502"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1361"
WINY="503"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Proton.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1549"
WINY="824"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1125"
WINY="658"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Shader.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1308"
WINY="792"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="690"
WINY="793"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-SteamGridDB.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1488"
WINY="830"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Stl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1519"
WINY="717"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Tools.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1479"
WINY="719"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Urls.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1533"
WINY="820"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-VR.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1568"
WINY="744"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Vortex.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1242"
WINY="796"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="674"
WINY="418"
COLCOUNT="4"
3 changes: 3 additions & 0 deletions guicfgs/1920x1080/template/SteamTinkerLaunch-Wine.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1231"
WINY="657"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1323"
WINY="705"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1215"
WINY="729"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="945"
WINY="647"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="723"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1121"
WINY="703"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1220"
WINY="705"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="962"
WINY="911"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1041"
WINY="529"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1247"
WINY="401"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1026"
WINY="334"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1052"
WINY="960"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="898"
WINY="233"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="639"
WINY="275"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Editor.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1882"
WINY="881"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="623"
WINY="783"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Favorites.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1461"
WINY="1475"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1055"
WINY="960"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1045"
WINY="632"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Gui.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1171"
WINY="1101"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-HelpUrlMenu.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1177"
WINY="480"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-MainMenu.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1692"
WINY="691"
COLCOUNT="4"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Misc.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="1259"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="980"
WINY="863"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="498"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Proton.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="809"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1194"
WINY="1161"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Shader.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="1006"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="503"
WINY="765"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="943"
WINY="1112"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-SteamGridDB.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="883"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Stl.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1470"
WINY="1048"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Tools.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="976"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Urls.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="1009"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-VR.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="848"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1211"
WINY="924"
COLCOUNT="1"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Vortex.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="947"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="618"
WINY="388"
COLCOUNT="4"
3 changes: 3 additions & 0 deletions guicfgs/3840x2160/template/SteamTinkerLaunch-Wine.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1114"
WINY="1324"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1531"
WINY="852"
COLCOUNT="1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
WINX="1217"
WINY="706"
COLCOUNT="1"

0 comments on commit 5ea4723

Please sign in to comment.