47 lines
1.0 KiB
Markdown
47 lines
1.0 KiB
Markdown

|
|
|
|

|
|
|
|
Replay Inspector is a beatmap/replay analyzer and editor for [osu!](https://osu.ppy.sh/) and is currently in development phase.
|
|
|
|
> Inspector is NOT a fork of abstrakt8's rewind, and it has been developed from ground up using same utilites. This project was developed with simplicity in mind using beginner friendly frameworks and easy structure.
|
|
|
|
## Geting started
|
|
|
|
To use the public version of Replay Inspector, you can follow [click](https://edit.assist.games).
|
|
|
|
If you wanna clone and use it locally, proceed by
|
|
|
|
```
|
|
git clone https://github.com/cunev/replay-inspector
|
|
```
|
|
|
|
then install packages
|
|
|
|
```
|
|
bun install
|
|
```
|
|
|
|
and run the editor
|
|
|
|
|
|
```
|
|
bun run dev
|
|
```
|
|
|
|
## Features
|
|
- View replay path and beatmap
|
|
- Seek through replay
|
|
- View clicks
|
|
- Enable/disable hardrock
|
|
- Modify map metadata
|
|
- Analyze clicks, frametimes and release times
|
|
|
|
## In development
|
|
- Export replays
|
|
- Modify path
|
|
- Modify keypresses
|
|
- Music playback
|
|
- Shortcuts
|
|
|