Featured Replies
Recently Browsing 0
- No registered users viewing this page.
By using this site, you agree to our Guidelines. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. - Privacy Policy
TLDR: The code is in the spoiler at the end.
If, like me, you always use RSASIO with Reaper when you play RS2014, you will find this script really useful. I've been using it myself for as long as I can remember using RSASIO with REAROUTE and REASTREAM.
Note that it only works on Windows. You will have to replace some paths and file names in it with a text editor.
A quick word on what it does: 1st, if Reaper is not already running, it starts it then waits 5 seconds. 2nd, it starts RS2014. 3rd, it periodically checks if no RS process is running (which means RS has been closed) and if so Reaper is gracefuly shut down and the script ends. (the script does not shut Reaper down, instead it sends to the process the same signal as if you closed Reaper's main window with the X button, which Reaper handles by itself as usual)
Useful tip: To start the script when launching the game through Steam you can do the following; Go in your Steam library, right-click on RS2014 and hit "Properties", in the General tab there is a text field called "Launch options" where you paste this :
"C:\Wherever\you\like\autostart_reaper.bat" %command%(adapt the path and keep the quotation marks!)How to create a bash script for newbies: Right-click anywhere on your desktop where there is nothing under your cursor, then hit New -> Text Document. Open the document, paste in it the code, save and close. Then rename the document from Whatever.txt to Whatever.bat. If you can't see/change file extensions (.txt, .bat, etc....) there are guides for this, google it.
So before you read the code let me tell you this for good measure. I'm a stranger on the internet giving you code so you can run it on your metal. If you're not confortable with reading and understanding the code, or don't have complete trust in me, do this : (you should always do this btw) once you have the .bat file with the code in it saved on your disk, BEFORE RUNNING IT, go on Virustotal and put it to the test. I always do that.
Anyway here is the code.
Spoiler