Powerline.io Data Logger

Log game data from Powerline.io with name logging, average score, all of your kill screen stats + unseen stats, option for recording only your top runs, and records all the data into a JSON for in-depth analysis

As of 2025-02-07. See the latest version.

Author
ᴀʏʟɪᴠᴀ ⋆。°·☁
Ratings
0 0 0
Version
1.1
Created
2025-02-07
Updated
2025-02-07
Size
17.8 KB
License
MIT
Applies to

# Powerline.io Data Logger

Tracks your gameplay statistics including scores, kills, survival time, and playstyles. Compare your performance using different names and analyze your gameplay patterns.

## Quick Start
1. Install the script
2. Go to powerline.io
3. Look for the control panel in the top right corner
4. Add in your default name, this is overarching, default in game alias that you most commonly are referred by
5. Play normally - stats are tracked automatically

## Controls
- `` ` `` (Backtick): Toggle stats panel
- `Enter`: Hide panel

## Features
- Score and kill tracking
- Time alive monitoring - you will also be able to tell how long people take scores with and when (with the right data analysis script, i haven't done this because i'm lazy) because there's a timestamp as well
- Death type analysis (5 different types)
- Name usage tracking (see how you perform under different names)
- Export data as JSON
- Option to only keep top scores
-

## Analyzing Your Data
if you don't want to do anything, you can simply look at the control panel for the most basic stats.
### Basic Analysis
1. Click "Export Data" in the control panel
2. Save the JSON file and rename it to something typeable
3. Use this Python script (install the libraries, chatgpt if you need help) to analyze your data:
https://pastebin.com/td2m6aAm
the only thing you'll need to edit are the final lines:

json_paths = {
'your default name': r'C:\Users\youruser\yourpath\yourdata.json'

Just add in your default name in those quotes, and then write in your jsons file (it should be in downloads). Remember, windows is weird, so you can't just copy paste the file path because you need backward slashes. Run it, if you have problems, use Chatgpt.

Repeat this process if you want to compare your stats with your friends.


Reference datasets:
- [Top 25 Scores - largely correct as of 2/6/25](https://pastebin.com/Ky0sfmJQ)
- [Team Events Data](https://pastebin.com/YcUYD6LW)


All data stored locally


ᴀʏʟɪᴠᴀ ⋆。°·☁ ♡