This file contains hidden or 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
| #!/usr/bin/env bash | |
| curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash | |
| \. "$HOME/.nvm/nvm.sh" | |
| nvm install 24 | |
| sudo pacman -S git | |
| npm install pm2 -g | |
| git clone https://github.com/louislam/uptime-kuma.git | |
| cd uptime-kuma | |
| npm run setup |
This file contains hidden or 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
| #!/usr/bin/env bash | |
| curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash | |
| \. "$HOME/.nvm/nvm.sh" | |
| nvm install 24 | |
| sudo apt install git -y | |
| npm install pm2 -g | |
| git clone https://github.com/louislam/uptime-kuma.git | |
| cd uptime-kuma | |
| npm run setup |
This file contains hidden or 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
| [/AIModifier/Mutators/AIModifier.AIModifier_C] | |
| SightRangeAlert=20000.0 | |
| SightRangeIdle=15000.0 | |
| SightRangeWithinSmokeGrenade=100.0 ; was 300 20250612 jc | |
| SightRangeWithinSmokeGrenadeEye=150.0 | |
| SightRangeSmokeEyeFrac=0.5 | |
| MinLightIntensityToSeeTarget=0.03 | |
| MinLightIntensitytoSeeTargetatNight=0.025 | |
| LightIntensityforFullyVisibleTarget=0.2 | |
| TimetoNoticeVisibilityMultiplier=1.5 |