Skip to content

nek5s/spyreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple tool for reading and parsing Warframe Logs.

Disclaimers

  1. The times in parentheses show the predicted time assuming perfect cipher use
  2. While this tools is not officially supported by DE, similar tools have been confirmed to not be bannable
  3. This tool only reads the log file from the default location, which is %LOCALAPPDATA%\Warframe\EE.log
  4. Mission statistics are grouped based on the mission name
  5. Mission statistics are not stored anywhere, so restarting the game will reset them

Usage

Open spyreader.exe or run $node app.js to start the tool.

Example output

[START] Started mission ARVAL 2427.85s into session.
[SPY] Hacked vault 21.90s (17.85s) into mission.
[SPY] Hacked vault 44.22s (36.33s) into mission.
[SPY] Hacked vault 67.14s (55.27s) into mission.
[END] Finished mission ARVAL in 77.89s (66.02s).
[STATS] Runs: 7
[STATS] Best: 66.72s (55.12s)
[STATS] Average: 73.28s (61.23s)
[STATS] Median: 73.91s (59.61s).

Building from source

  • Run $npm install to install dependencies
  • Run $npm build to build the executable
  • Run $build/spyreader.exe

About

A simple utility for reading spy times from warframe game logs.

Topics

Resources

Stars

Watchers

Forks