Skip to content

Commit

Permalink
skel
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Jun 22, 2024
1 parent 2d51012 commit e2323a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v14.0.20240621-1"
PROGVERS="v14.0.20240622-1 (mo2-silent-mode-custom-executable)"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -20010,7 +20010,9 @@ function prepMO2 {
notiShow "$(strFix "$NOTY_NOMO" "$GN" "$AID")"
MO2MODE="gui"
else
RUNCMD=("${RUNCMD[@]}" "$MO2EXE" "moshortcut://:$MO2GAMINI")
# TODO make this configurable in case user wants to use custom executable name (i.e. SKSE)
MO2SILENTMODESHORTCUT="$MO2GAMINI"
RUNCMD=("${RUNCMD[@]}" "$MO2EXE" "moshortcut://:$MO2SILENTMODESHORTCUT")

writelog "INFO" "${FUNCNAME[0]} - Starting '$SGNAID' with $MO enabled mods with command '${RUNCMD[*]}'"
notiShow "$(strFix "$NOTY_STARTSIMO" "$GN" "$AID")"
Expand Down

0 comments on commit e2323a3

Please sign in to comment.