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
#!/bin/bash | |
# Define color codes | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
YELLOW='\033[0;33m' | |
NC='\033[0m' # No Color | |
# Define directories | |
OLD_DIR="$HOME/.local/share/2009scape/singleplayer" |
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
# Ensure PowerShell can use Net.WebClient for downloading files | |
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 | |
# Function to download a file | |
Function Download-File([string]$url, [string]$path) { | |
$webClient = New-Object System.Net.WebClient | |
$webClient.DownloadFile($url, $path) | |
} | |
# File URLs and paths |
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
Whether it's coding or life, people often run into problems and seek support. | |
Maybe you know someone who's an "expert", so you ask them. | |
DO NOT DO THIS. | |
Post your question publicly. | |
Then link it to the "expert". |
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
AllHealthBars = yes | |
MusicVolume = 60.000000 | |
AmbientVolume = 70.000000 | |
SFXVolume = 100.000000 | |
VoiceVolume = 80.000000 | |
MovieVolume = 80.000000 | |
AudioLOD = High | |
UseEAX3 = no | |
Brightness = 50 | |
HasGotOnline = yes |
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
<injector> | |
<interfaces> | |
<add> | |
<classname>Node</classname> | |
<interface>Node</interface> | |
</add> | |
<add> | |
<classname>CollisionMap</classname> | |
<interface>CollisionMap</interface> | |
</add> |
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
<injector> | |
<interfaces> | |
<add> | |
<classname>Node</classname> | |
<interface>Node</interface> | |
</add> | |
<add> | |
<classname>Class11</classname> | |
<interface>CollisionMap</interface> | |
</add> |
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
042aee68fafacdb08869b3a64d84e037802307d93b7209c1c8c8832d81f4a705e612bc91e3367453ebb1c4afbb17dbc290ebe4771c3e19aa8ef88115f40cdd12df;nortss |