Warframe Acolytes Tracker is a command-line application for tracking the appearance of the Stalker's acolytes.
This app DOES NOT use Warframe game files. You are perfectly safe.
Enjoy!
Download the ZIP file for your operating system, unzip it anywhere you like, run the binary.
OS | executable | zip file |
---|---|---|
Windows (64 bit) | acolytes.exe | acolytes-windows.zip |
Linux | acolytes | acolytes-linux.zip |
macOS | acolytes | acolytes-darwin.zip |
cd path/to/warframe/acolytes/folder
# Windows
acolytes.exe track -n
# Linux
$ ./acolytes track -n
# MacOS
$ ./acolytes track -n
track
command without arguments will run the tracker without notifications and sound
acolytes.exe track
- the tracker can send operating system notifications when the acolyte is discovered.
This option is off by default. To enable notifications, run with
-n
flag
acolytes.exe track -n
- if notifications are enabled, a beep sound will play. To disable sound run with
-s
(silent) flag
acolytes.exe track -ns
You can use the --refresh
or -r
flag to set the seconds for
world-state check, if you feel that 30s default is too frequent. Ex:
acolytes.exe track -n -r 60
will scan the world state every 60 seconds, You cannot set it below 30.
- checkout the source code
- run
./build.sh
- the binaries are in the
./releases
folder