|
1 | | -### Geometry Dash's Most accurate Replay bot. |
2 | | -- Replay any level regardless of RNG or FPS at a frame perfect level! |
| 1 | +### Geometry Dash's most accurate replay bot. |
| 2 | +Record, playback, edit, and render frame-perfect macros with 100% accuracy. |
3 | 3 |
|
4 | | -Key Mechanics |
| 4 | +Features |
5 | 5 | -- |
6 | | -**Replay Menu** |
7 | | -* Replay any level that is recorded using the gdr and other macro formats. |
| 6 | +**Recording & Playback** |
| 7 | +* Frame-perfect macro recording at any TPS |
| 8 | +* Two formats: **TTR** (compact binary) and **GDR** (legacy) |
| 9 | +* Full two-player and platformer support |
| 10 | +* Practice mode recording with checkpoint snapshots |
| 11 | +* Start position support with tick offset |
8 | 12 |
|
9 | | -* Access to **Frame Replacements** which records the exact physics of every frame in the recording. This is able to create 100% accurate replays. |
| 13 | +**Accuracy Modes** |
| 14 | +* **Vanilla** - standard frame-by-frame |
| 15 | +* **CBS** (Click Between Steps) - native sub-step timing |
| 16 | +* **CBF** (Click Between Frames) - microsecond precision for syzzi's mod |
| 17 | +* Playback anchors that correct physics drift every second |
10 | 18 |
|
11 | | -**Noclip (with accuracy)** |
| 19 | +**Frame Editor** |
| 20 | +* Visual timeline with drag-to-edit input segments |
| 21 | +* Per-player input lanes, zoom/scroll, overview bar |
| 22 | +* Full undo/redo stack |
| 23 | +* Drag edges to resize holds, move segments to retime inputs |
12 | 24 |
|
13 | | -* Noclip accuracy now has limits and decimals! Very easy to use. |
| 25 | +**Video Rendering** |
| 26 | +* FFmpeg export (720p to 4K, any FPS) |
| 27 | +* Configurable codec, bitrate, and pixel format |
| 28 | +* Mix in game audio, click sounds, or both |
| 29 | +* Hide end screen / level complete popup |
14 | 30 |
|
15 | | -**Show Hitboxes** |
| 31 | +**Click Sounds** |
| 32 | +* Custom click packs with hard/soft clicks and releases |
| 33 | +* Separate packs for Player 1 and Player 2 |
| 34 | +* Softness slider, click delay randomization, background noise |
| 35 | +* Auto-mixed into video renders |
16 | 36 |
|
17 | | -* Ability to view hitbox trail, on death, and normal hitboxes. |
| 37 | +**Hacks & Tools** |
| 38 | +* **Noclip** with accuracy %, collision limits, and death flash |
| 39 | +* **Hitboxes** (always-on, on-death, or trail mode) |
| 40 | +* **Trajectory** preview (312 frames ahead) |
| 41 | +* **Safe Mode**, **Layout Mode**, **No Mirror** |
| 42 | +* **Autoclicker** with per-player config |
| 43 | +* **RNG Lock** for deterministic random triggers |
| 44 | +* **Speed Control** with audio pitch sync |
| 45 | +* **Frame Advance** (tick-by-tick stepping) |
18 | 46 |
|
19 | | -**Keybind and settngs** |
| 47 | +**Online** |
| 48 | +* Discord login with macro uploading |
| 49 | +* Bug report submission from in-game |
20 | 50 |
|
21 | | -* Changeable animations, speeds, colors, and keybinds! |
| 51 | +**Customization** |
| 52 | +* 5+ built-in themes with full custom colors |
| 53 | +* Rebindable hotkeys for every feature |
| 54 | +* Glow cycle animation, text scaling |
| 55 | +* Animated menu transitions with easing |
22 | 56 |
|
23 | | -Extended information |
| 57 | +Credits |
24 | 58 | -- |
25 | | - |
26 | | -credits go to: |
27 | | - |
28 | 59 | - [Figment](https://github.com/FigmentBoy) for permission to use some of [zBot's](https://github.com/FigmentBoy/zBot) features like trajectory and replay features. |
29 | 60 | - [Zilko](https://github.com/Zilko) for inspiring me (from [xdBot](https://github.com/Zilko/xdBot)) |
30 | 61 | - [Jarvisdevil](https://github.com/thejarvisdevil) for helping me put my braincells together. |
31 | 62 | - [NinXout](https://github.com/ninXout) for inspiration similar to Eclipse Menu. (Received help for my hitbox implementation) |
32 | | -- And of course, [Geode](https://github.com/geode-sdk) for the amazing framework this is built upon. |
| 63 | +- [C++ and C++ Together Discords](https://discord.gg/WeBHv6b4WS) for helping me learn C++ and their amazing guides. |
| 64 | +- [GDH by Toby](https://github.com/TobyAdd/GDH/blob/main/LICENSE) for being an amazing open source reference to fix up trajectory, hitboxes, and other bugs. |
| 65 | +- And of course, [Geode](https://github.com/geode-sdk) for the amazing framework this is built on. |
33 | 66 |
|
34 | | -* Monthly updates will be added to inprove customization, add features, and most inportantly squash bugs! If you find any bugs please report them in my discord. or in my issues page on the ToastyReplay Repository. |
| 67 | +Updates are added monthly. If you find bugs, report them on Discord or open an issue. |
35 | 68 |
|
36 | 69 | https://discord.gg/JWkVm7cUhH |
37 | 70 | https://github.com/ToastexGD/ToastyReplay/issues |
|
0 commit comments