From 4dee7d5d8494611e546c05b7358dc1694b598da0 Mon Sep 17 00:00:00 2001 From: acid <97063750+thisisignitedoreo@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:30:41 +0300 Subject: [PATCH] Update README.md --- README.md | 63 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 44 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 78c9fc4..877c651 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,46 @@ -# Note +## Important Note ReplayEngine is currently in beta development, and half of the features may not be available compared to DashReplay To make Internal Recorder work, you need to download and place [ffmpeg.exe](https://github.com/AnimMouse/ffmpeg-autobuild) file into Geometry Dash folder -To make clickbot work, you need to download and place [clicks.exe](https://github.com/TobyAdd/clicks/releases) file into Geometry Dash folder -# About -ReplayEngine is a redesigned and improved project that offers more accurate macro recording and a more flexible interface than DashReplay -# Download -https://github.com/TobyAdd/ReplayEngine/releases -# How to install -You need to inject a DLL into Geometry Dash. You can use [Cheat Engine](https://www.cheatengine.org/index.php) or [another injector](https://www.google.com/search?q=dll+injector). You can use [GDDLLLoader](https://github.com/adafcaefc/GDDllLoader) to install it or Mega Hack extensions -# Screenshot -![image](https://github.com/TobyAdd/ReplayEngine/assets/66429886/041a44ea-6fd9-4b20-90d4-2dd42d85000c) -# Keybinds -K - Toggle UI -C - Enable Frame Advance + Next Frame -V - Disable Frame Advance -P - Toggle Playback -# Features -- Fresh Desing +To make clickbot work, you need to download and place [clicks.exe](https://github.com/TobyAdd/clicks/releases/latest/download/clicks.exe) file into Geometry Dash folder + +## About +ReplayEngine is a redesigned and improved project that offers more accurate macro recording and a more flexible interface than DashReplay. + +## Installation +Firstly, you need to download DLL [here](https://github.com/TobyAdd/ReplayEngine/releases). + +Then, you need to inject a DLL into Geometry Dash. + +There are quite a few methods for this: + +- MegaHack v6+: place DLL to `extensions` in Geometry Dash folder. +- GDHM: place DLL to `GDHM/dll` in Geometry Dash folder. + +- no mod menu: + + - ProxyDLLLoader: + - download [XInput9\_1\_0.dll](https://github.com/adafcaefc/ProxyDllLoader/releases/download/v1.0/xinput9_1_0.dll), and put it in GD folder; + - create `adaf-dll` folder in GD folder, and put RE DLL into it; + - done. + + - quickloader: + - download [quickldr](https://cdn.discordapp.com/attachments/837026406282035300/859008315413626920/quickldr-v1.1.zip), and extract zip to GD folder, replacing `libcurl.dll`; + - create `quickldr` folder in GD folder; + - create `settings.txt` file in new `quickldr` folder, and add to it RE DLL name (e.g. `ReplayEngine.dll`); + - move RE DLL to `quickldr` folder; + - done. + +## Gallery +![screenshot](https://github.com/TobyAdd/ReplayEngine/assets/66429886/041a44ea-6fd9-4b20-90d4-2dd42d85000c) + +## Keybinds +`[K]` - Toggle UI +`[C]` - Enable Frame Advance + Next Frame +`[V]` - Disable Frame Advance +`[P]` - Toggle Playback + +## Features +- Fresh Design - Accurate replay recording - Continue Mode - Intergrated FPS Bypass and Speedhack @@ -34,9 +58,10 @@ P - Toggle Playback - Converter - Sequence - Clickbot (Non live) -# Special Thanks + +## Special Thanks [@FireMario211](https://github.com/FireMario211) - For the development of the GD Mod example. [@HJfod](https://github.com/HJfod) - Help with some coding stuff [@matcool](https://github.com/matcool) - Internal Recorder [@absoIute](https://github.com/absoIute) - Hacks -[@thisisignitedoreo](https://github.com/thisisignitedoreo) - Clickbot +[@thisisignitedoreo](https://github.com/thisisignitedoreo) - Clickbot & README help