diff --git a/Games/realtimecorruptor.yml b/Games/realtimecorruptor.yml new file mode 100644 index 0000000..d3dfda1 --- /dev/null +++ b/Games/realtimecorruptor.yml @@ -0,0 +1,27 @@ +Name: Real-Time Corruptor Launcher +Description: The Realtime Corruptor is a modified emulation enviornment for applying corruptions to games and creating glitch art developed by Redscientist Labs. +Arch: win64 +Grade: Bronze + +Dependencies: + - dotnet48 + - dotnet40 + - vcredist2019 + +Executable: + name: RTC Launcher + icon: rtclauncher.png + file: RTC_Launcher.exe + path: Program Files\Redscientist Labs\RTCV\RTC_Launcher.exe + arguments: "" + +Parameters: + dxvk: true + discrete_gpu: true + +Steps: + - action: install_exe + file_name: RTC_Launcher.exe + url: https://redscientist.com/launcher/RTC_Launcher.exe + file_checksum: False + arguments: "" diff --git a/Reviews/realtimecorruptor.md b/Reviews/realtimecorruptor.md new file mode 100644 index 0000000..6bfbcec --- /dev/null +++ b/Reviews/realtimecorruptor.md @@ -0,0 +1,35 @@ +# Real-Time Corruptor +Review for the Real-Time Corruptor Launcher. + +Maintainer: @blrbrb + +**Is the program properly opened?** +Grade: Bronze +Additional notes: n/a + +**Is it showing alerts or other warnings?** +Grade: Platinum +Additional notes: n/a + +**Does it show graphical glitches?** +Grade: Silver +Additional notes: Some UI elements flicker, fonts and text are not rendered properly. + +**Does it require some tweaking in order to work properly? (Out of normal software configuration)** +Grade: Silver +Additional notes: The installation will fail if wine mono is already installed. If the software fails to launch, re-create the bottle and choose "Custom". In the new bottle go to Legacy Wine Tools -> Control Panel and ensure that Wine Mono *isn't* installed. Then go to Dependencies and manually re-install dotnet40 dotnet48, and vcredist2019. See https://github.com/bottlesdevs/Bottles/issues/2887 + +**Did it crash during tests execution?** +Grade: Gold +Additional notes: n/a + +**Is it usable?** +Grade: Silver +Additional notes: Running games will dip and stutter on occasion, but otherwise run fine. Controllers must be manually paired and configured within the emulator instance. Loading custom package files is untested. + +**Final grade? (the lower evaluation from previous questions)** +Grade: Bronze +Additional notes: n/a + +**Additional notes** +Only tested with Dolphin Emulator. (Bizhawk, Citra, melonDS, FileStub, and ProcessStub need testing) diff --git a/data/realtimecorruptor/rtclauncher.png b/data/realtimecorruptor/rtclauncher.png new file mode 100644 index 0000000..9f9b5d4 Binary files /dev/null and b/data/realtimecorruptor/rtclauncher.png differ diff --git a/index.yml b/index.yml index 1b2ec5c..295130f 100644 --- a/index.yml +++ b/index.yml @@ -290,3 +290,12 @@ roon: Category: Software Icon: roon.png Event: RoonInstaller64.exe + +realtimecorruptor: + Arch: win64 + Name: 'Real-Time Corruptor Launcher' + Description: 'Modified emulation enviornment for corrupting games and creating glitch art.' + Grade: Bronze + Category: Games + Icon: realtimecorruptor.png + Event: RTC_Launcher.exe