Releases: matcool/ReplayBot
[v1.5.0] UI changes, save settings and basic speedhack
The main ui has been changed a bit to hopefully be a bit less confusing
The options in the second image were only ever useful when recording a new replay, so they've been moved into their own ui
Also includes a basic speedhack input, note there is no speedhack audio and it's only active when recording. Using speedhack from something like Mega Hack v6/7 still works and is definitely a better option
The settings are saved to %localappdata%/GeometryDash/replaybot.txt
aka the same place gd stores its save files
[v1.4.3] fix stupid issue
- fix stupid issue
[v1.4.2] Fix song offset on recorder, load ffmpeg from gd folder
- Song offset in recordings now should no longer mess up
- Automatically restart level when playing if mid attempt
- Look for
ffmpeg.exe
in the gd folder instead of just path, hopefully should make install process easier - Extra audio args option in the gui
- Include version number in the gui
[v1.4.1] UTF-8 support, minor fixes
removed the frame queue from the recorder, as it didnt really improve perfomance and could easily make gd run out of memory
also made the song volume always 1
[v1.4.0] Include audio in the renderer
it adds audio after the video is done rendering
also added the ability to record a few seconds past the level complete menu
[v1.3.0] Internal renderer/recorder
this new feature allows you to record a video of a replay entirely within gd, while also providing the smoothest output possible
there might still be some bugs and perfomance issues but hopefully i can fix those in the future
tutorial video explaining how to use it: https://www.youtube.com/watch?v=HMPs47KIMpQ
[v1.2.0] Slightly Better Checkpoints and Showcase Mode
this should allow you to use auto checkpoints (why do people use those), and also recording from a checkpoint from a previous playback in frame mode should actually work now, meaning fixing replays should be much better
also added showcase mode which hides the playing text
[v1.1.0] Real Time Mode
this new method allows you to run gd's physics at any fps, regardless of what fps gd is running at, meaning you can easily play high fps macros in real time and that you dont have to set your fps to the replay fps
you can toggle it in the menu but its enabled by default
[v1.0.0] Complete rewrite
Complete rewrite of the codebase! this includes things such as
[v0.8.1] Fix a few bugs
calculate file size instead of using eof, properly remove actions on death and better stdout