Skip to content
/ rxhddt Public
forked from minisbett/rxhddt

An osu replay editor to modify the mods from the command line. Only supports std mode.

License

Notifications You must be signed in to change notification settings

Kuuuube/rxhddt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RXHDDT

An easy-to-use osu replay editor to modify the mods from the command line. Only supports std mode replays.

Thanks to the osu!ftw replay editor for providing code to read and write replays.

Downloads

Downloads are available in Releases.

How it works

  1. Start the program and enter the path to the replay file you want to edit.

  2. Change the mods by pressing the corresponding keys on your keyboard.

  3. Press enter and enter a path to save the edited replay.

Dependencies

.Net Runtime 6.0 x64: https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Building:

Run the following in powershell:

$options= @('--configuration', 'Release', '-p:PublishSingleFile=true', '-p:DebugType=embedded', '--self-contained', 'false')
dotnet publish rxhddt $options --runtime win-x64 --framework net6.0 -o build/win-x64
dotnet publish rxhddt $options --runtime linux-x64 --framework net6.0 -o build/linux-x64

About

An osu replay editor to modify the mods from the command line. Only supports std mode.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%