Compare commits
12 Commits
91d1e29092
...
master
Author | SHA1 | Date | |
---|---|---|---|
6fcfdeca09 | |||
6a4d73ba1e | |||
15a348f6d0 | |||
fb65c927b2 | |||
0e9b8df949 | |||
f61ec51c5e | |||
247f0079c4 | |||
c164895e22 | |||
700a0274e8 | |||
61d9c0f177 | |||
6e3188d86a | |||
e00c16a5cc |
@ -1,5 +1,3 @@
|
|||||||
game="${0##*/}"
|
|
||||||
game="${game%.sh}"
|
|
||||||
check_dependencies git sox tt++
|
check_dependencies git sox tt++
|
||||||
git -C "${installPath}/" clone --recurse-submodules https://github.com/lilmike/tintin-alteraeon.git | \
|
git -C "${installPath}/" clone --recurse-submodules https://github.com/lilmike/tintin-alteraeon.git | \
|
||||||
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
|
version=1.3.5
|
||||||
check_architecture x86_64
|
check_architecture x86_64
|
||||||
download "https://files.sooslandia.ru/BallBouncer/1.2.1/BallBouncer-linux-1.2.1.zip"
|
download "https://files.sooslandia.ru/BallBouncer/${version}/BallBouncer-linux-${version}.zip"
|
||||||
unzip -d "${installPath}/" "${cache}/BallBouncer-linux-1.2.1.zip"
|
unzip -d "${installPath}/" "${cache}/BallBouncer-linux-${version}.zip"
|
||||||
chmod +x "${installPath}/BallBouncer/BallBouncer"
|
chmod +x "${installPath}/BallBouncer/BallBouncer"
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
game="${0##*/}"
|
|
||||||
game="${game%.sh}"
|
|
||||||
check_dependencies git sox tt++
|
check_dependencies git sox tt++
|
||||||
git -C "${installPath}/" clone --recurse-submodules https://github.com/lilmike/tintin-empiremud.git | \
|
git -C "${installPath}/" clone --recurse-submodules https://github.com/lilmike/tintin-empiremud.git | \
|
||||||
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
game="${0##*/}"
|
|
||||||
game="${game%.sh}"
|
|
||||||
check_dependencies git opusdec sox tt++
|
check_dependencies git opusdec sox tt++
|
||||||
git -C "${installPath}/" clone https://git.2mb.codes/~stormdragon2976/tintin-endoftime | \
|
git -C "${installPath}/" clone https://git.2mb.codes/~stormdragon2976/tintin-endoftime | \
|
||||||
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
||||||
|
@ -37,7 +37,7 @@ dialog --backtitle "Linux Game manager" \
|
|||||||
fi
|
fi
|
||||||
# The url breaks the normal download function
|
# The url breaks the normal download function
|
||||||
download_named "keyshare-universal.pk3" "https://forum.zdoom.org/download/file.php?id=42262"
|
download_named "keyshare-universal.pk3" "https://forum.zdoom.org/download/file.php?id=42262"
|
||||||
download "${ipfsGateway}/ipfs/QmT6FEqeGTkf3Uv1dYqQ4LGYeRSjLk1R1FeyaFJwRFBocF?filename=TobyAccessibilityMod_V${tobyVersion}.zip"
|
download "${ipfsGateway}/ipfs/QmRSyAGQPaRtWwH9aT87Q8rKini9GYXac92B9EkBZJtbJ1?filename=TobyAccessibilityMod_V${tobyVersion}.zip"
|
||||||
[[ -e "${cache}/DoomMetalVol6.wad" ]] && mv "${cache}/DoomMetalVol6.wad" "${installPath}/doom"
|
[[ -e "${cache}/DoomMetalVol6.wad" ]] && mv "${cache}/DoomMetalVol6.wad" "${installPath}/doom"
|
||||||
[[ -e "${cache}/DoomMetalVol7.wad" ]] && mv "${cache}/DoomMetalVol7.wad" "${installPath}/doom"
|
[[ -e "${cache}/DoomMetalVol7.wad" ]] && mv "${cache}/DoomMetalVol7.wad" "${installPath}/doom"
|
||||||
unzip -n -d "${installPath}/doom" "${cache}/TobyAccessibilityMod_V${tobyVersion}.zip"
|
unzip -n -d "${installPath}/doom" "${cache}/TobyAccessibilityMod_V${tobyVersion}.zip"
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
game="${0##*/}"
|
|
||||||
game="${game%.sh}"
|
|
||||||
check_dependencies git sox tt++
|
check_dependencies git sox tt++
|
||||||
git -C "${installPath}/" clone --recurse-submodules https://github.com:hjozwiak/tintin-kallisti-pack | \
|
git -C "${installPath}/" clone --recurse-submodules https://github.com:hjozwiak/tintin-kallisti-pack | \
|
||||||
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
check_architecture x86_64
|
check_architecture x86_64
|
||||||
check_dependencies steamcmd
|
|
||||||
alert
|
alert
|
||||||
dialog --backtitle "Linux Game manager" \
|
dialog --backtitle "Linux Game manager" \
|
||||||
--msgbox \
|
--msgbox \
|
||||||
@ -13,6 +12,7 @@ appId="646570"
|
|||||||
gogFileName="slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh"
|
gogFileName="slay_the_spire_2020_12_15_8735c9fe3cc2280b76aa3ec47c953352a7df1f65_43444.sh"
|
||||||
if [[ $installMethod -eq 1 ]]; then
|
if [[ $installMethod -eq 1 ]]; then
|
||||||
# Steam Installation
|
# Steam Installation
|
||||||
|
check_dependencies steamcmd
|
||||||
echo "Please enter Steam user name:"
|
echo "Please enter Steam user name:"
|
||||||
read -er steamUser
|
read -er steamUser
|
||||||
steamcmd +@sSteamCmdForcePlatformType linux +force_install_dir "${HOME}/.local/games/SlayTheSpire" +login "$steamUser" +app_update "$appId" +quit
|
steamcmd +@sSteamCmdForcePlatformType linux +force_install_dir "${HOME}/.local/games/SlayTheSpire" +login "$steamUser" +app_update "$appId" +quit
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
game="${0##*/}"
|
|
||||||
game="${game%.sh}"
|
|
||||||
check_dependencies git sox tt++
|
check_dependencies git sox tt++
|
||||||
git -C "${installPath}/" clone --recurse-submodules https://github.com/stormdragon2976/tintin-stickmud.git | \
|
git -C "${installPath}/" clone --recurse-submodules https://github.com/stormdragon2976/tintin-stickmud.git | \
|
||||||
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
dialog --progressbox "Installing \"${game}\", please wait..." -1 -1
|
||||||
|
8
.install/Wheels of Prio.sh
Normal file
8
.install/Wheels of Prio.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
check_architecture x86_64
|
||||||
|
get_installer "Wp v3.0 linux.zip" "https://psyra-productions.itch.io/wheels-of-prio"
|
||||||
|
unzip -d "${installPath}/Wheels of Prio" "${cache}/Wp v3.0 linux.zip"
|
||||||
|
chmod +x "${installPath}/Wheels of Prio/Wp"
|
||||||
|
echo "Note: When the game first starts it will be playing very loud music with the built in suboptimal voice."
|
||||||
|
echo "You are recommended to press page down several times to turn down the music, then go to settings and enable speech with screen reader, using speech dispatcher."
|
||||||
|
echo "You may then press page up to set the music to your liking."
|
||||||
|
alert
|
1
.launch/Echo Commander.sh
Normal file
1
.launch/Echo Commander.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
open_url "https://echo-commander.vercel.app/"
|
@ -5,5 +5,5 @@ dialog --progressbox "Checking for updates, please wait..." -1 -1
|
|||||||
if [[ -n "${COLORTERM}" ]]; then
|
if [[ -n "${COLORTERM}" ]]; then
|
||||||
terminal_emulator "${mudPath%/*}" "tt++" "${mudPath##*/}"
|
terminal_emulator "${mudPath%/*}" "tt++" "${mudPath##*/}"
|
||||||
else
|
else
|
||||||
tt++ "${mudPath%/*}" "${mudPath##*/}"
|
tt++ "${mudPath##*/}"
|
||||||
fi
|
fi
|
||||||
|
3
.launch/Wheels of Prio.game
Normal file
3
.launch/Wheels of Prio.game
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
check_architecture x86_64
|
||||||
|
pushd "${installPath}/Wheels of Prio"
|
||||||
|
${fex}./Wp
|
@ -33,3 +33,7 @@ LGM moves games into place when installing them. So the game can be found in ~/.
|
|||||||
## What are the differences in linux-game-manager and audiogame-manager?
|
## What are the differences in linux-game-manager and audiogame-manager?
|
||||||
|
|
||||||
The difference in [audiogame-manager](https://git.stormux.org/storm/audiogame-manager) and linux-game-manager is, linux-game-manager focuses on setting up games that are native to Linux while audiogame-manager focuses on getting Windows based games working in wine. Although the end result looks the same to the end user, lots of things are different under the hood.
|
The difference in [audiogame-manager](https://git.stormux.org/storm/audiogame-manager) and linux-game-manager is, linux-game-manager focuses on setting up games that are native to Linux while audiogame-manager focuses on getting Windows based games working in wine. Although the end result looks the same to the end user, lots of things are different under the hood.
|
||||||
|
|
||||||
|
## Supporting the Project
|
||||||
|
|
||||||
|
If you want to support this and other Stormux projects, please check out the [Patreon](https://patreon.com/stormux).
|
||||||
|
Reference in New Issue
Block a user