🤒
- https://trocador.app/anonpay/?ticker_to=xmr&network_to=Mainnet&address=4AWS3TCo6LBVtZiejV8pg3V1iZ65dGLsD38ZCj2macFnBvxWY3YXEpieKg3crktmGoYnpg2ZKHEP7hmAcc6YTKyoBHmcKgu&name=begin-theadventure
- https://aur.archlinux.org/packages?K=begin-theadventu&SeB=m
- https://northstar.thunderstore.io/package/adventure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shopt -s globstar nullglob | |
for f in *.wav **/*.wav | |
do | |
ffmpeg -i "$f" -acodec pcm_s16le -ar 48000 "${f%.wav}.new.wav" | |
mv -f "${f%.wav}.new.wav" "$f" | |
done |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0,1_second_fadeout | |
1,2_second_fadeout | |
2,3_second_fadeout | |
3,3p_zipline_attach | |
4,3p_zipline_attach_enemy | |
5,3p_zipline_detach | |
6,3p_zipline_detach_enemy | |
7,3p_zipline_loop | |
8,3p_zipline_loop_enemy | |
9,40mm_lowammo_shot1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Excellent. Just in time. | |
BT: I am engaging a hostile Titan. | |
BT: Excessive damage. Warning. Warning. | |
BT: Warning, detecting hull damage. | |
BT: Core activated. | |
BT: Burst Core activated. | |
BT: Burst Core ready. | |
BT: Dash Core activated. | |
BT: Dash Core ready. | |
BT: Flame Core activated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shopt -s globstar nullglob | |
for f in *.mp3 | |
do | |
ffmpeg -i "${f}" -vn -c:a pcm_s16le -ar 48000 "${f%.*}.wav" | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
R5Reloaded: https://github.com/begin-theadventure/lutris-scripts/tree/main/lutris-scripts/R5Reloaded) | |
Titanfall 1: https://github.com/begin-theadventure/lutris-scripts/tree/main/lutris-scripts/Titanfall) | |
Titanfall 2: https://github.com/begin-theadventure/lutris-scripts/tree/main/lutris-scripts/Titanfall%202) | |
Northstar client: https://github.com/begin-theadventure/lutris-scripts/tree/main/lutris-scripts/Northstar) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Factions: | |
05 - Apex Predators - Kuben Blisk | |
06 - Vinson Dynamics - Ashleigh Reid "Ash" | |
07 - Angel City Elite (ACEs) - Robert Taube "Barker" | |
10 & 12 - The Last Resort - Davis & Droz | |
11 - ARES Division - General Elias Marder | |
13 - The 6-4 - Gates | |
20 - Marauder Corps (M-COR) - Sarah Briggs | |
36 - Marvin's Finest Hour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tutorial | |
https://gist.github.com/begin-theadventure/b74370800fcf6b12ee55c7d2487eb6e8?permalink_comment_id=4634027#gistcomment-4634027 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tutorial | |
https://gist.github.com/begin-theadventure/b0d53e7a560cebb637d9744587126126?permalink_comment_id=4635349#gistcomment-4635349 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "# Start." | |
echo "# Legion+ Nightly updater/installer. Place in the application folder and run (only if you have already installed the stable version)" | |
sleep 4 | |
echo "# Download Legion+Nightly.zip" | |
curl https://github.com/r-ex/LegionPlus/releases/download/nightly/Legion+Nightly.zip -Lo Legion+Nightly.zip | |
echo "# Unzip Legion+Nightly.zip and replace the executable.." | |
unzip -o Legion+Nightly.zip |