Index | Inline Function |
---|---|
0 | None |
12 | Bloodhound |
12 | Movement revealed |
13 | Bloodhound clone |
75 | Menu mode reveal |
76 | Menu mode reveal AA |
101 | Custom color |
103 | Sonar |
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
------------------------------ | |
-- FlappyRifk lua for Rifk7 -- | |
-- by Quadruple -- | |
-- --------------------------- | |
math.clamp = function(x, min, max) | |
if(x < min) then return min end | |
if(x > max) then return max end | |
return x | |
end |
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
-------------------------------- | |
-- Animated Hitlogs for Rifk7 -- | |
-- By: Quadruple -- | |
-------------------------------- | |
-------------------------------------------------- | |
-- IF YOU ENCOUNTER A LOT OF UNKNOWN MISSES -- | |
-- THAT ACTUALLY LAND, INCREASE THE VALUE BELOW -- | |
-------------------------------------------------- | |
local ABANDON_LOG_UNKOWN_TIMEOUT = 0.3 |
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
$Global:WorkingDir = $null | |
clear | |
function Create-WorkingDir { | |
mkdir ytdlp | Out-Null | |
cd ytdlp | Out-Null | |
} |
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
replaced=false | |
new_link=https://github.com/r1delta/r1delta_installer/releases |
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
replaced=true | |
new_link=https://github.com/r1delta/r1delta/releases/latest |
This guide provides basic instructions for setting up your R1Delta Dedicated Server using Docker.
- Images are downloaded from online repositories (
docker pull
). - Containers are created from these images, providing isolated environments.
- Ports from containers are exposed to your host machine using
-p OutsidePort:InsidePort/protocol
. - Directories on your host can be mounted within containers using
-v /host/directory:/container/directory
.
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
#!/bin/bash | |
set -e | |
# fish | |
wget -x -nH --cut-dirs=1 -i ./r1_files.txt -q --show-progress --progress=dot:giga |
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
https://but.nobody-ca.me/r1/bin/dxsupport.cfg | |
https://but.nobody-ca.me/r1/bin/x64_retail/AdminServer.dll | |
https://but.nobody-ca.me/r1/bin/x64_retail/bink2w64.dll | |
https://but.nobody-ca.me/r1/bin/x64_retail/bsppack.dll | |
https://but.nobody-ca.me/r1/bin/x64_retail/datacache.dll | |
https://but.nobody-ca.me/r1/bin/x64_retail/dedicated.dll | |
https://but.nobody-ca.me/r1/bin/x64_retail/engine.dll | |
https://but.nobody-ca.me/r1/bin/x64_retail/filesystem_stdio.dll | |
https://but.nobody-ca.me/r1/bin/x64_retail/inputsystem.dll | |
https://but.nobody-ca.me/r1/bin/x64_retail/launcher.dll |
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
https://but.nobody-ca.me/r1/bin/dxsupport.cfg |
OlderNewer