Greasy Fork is available in English.

Powerline.io Data Logger

Track and analyze your Powerline.io gameplay with real time statistics, name performance, and exportable data for deep insights

Δημιουργός
ᴀʏʟɪᴠᴀ ⋆。°·☁
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
3
Βαθμολογίες
0 0 0
Έκδοση
1.1
Δημιουργήθηκε την
07/02/2025
Ενημερώθηκε την
07/02/2025
Μέγεθος
20 KB
Άδεια
MIT
Εφαρμόζεται σε

# 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 your overarching, default in game alias that you most commonly are referred by
5. Play normally - stats are tracked automatically
6. (Optional) Set a score limit if you only want to keep your top games
## 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
- Real-time stats display
- Customizable score limit for storage
- Clear data option with confirmation

## 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)

## Troubleshooting
- If the panel disappears, press ` to bring it back
- If stats aren't updating, try refreshing the page
- For data analysis issues, make sure all required Python libraries are installed:
- pandas
- matplotlib
- seaborn
- numpy
- Use chatgpt, claude, deepseek, or perplexity

All data stored locally


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