- Joined
- Aug 31, 2017
- Messages
- 2
any idea when the client is going to support the Jagex launcher kinda sucks haven’t been able to do anything since I wasn’t thinking when I set my account up to a Jagex account screwed it all up
By registering with us, you'll be able to discuss, share and private message with other members of our community.
Sign up now!@echo off
setlocal
REM Step 1: Go to the folder %LOCALAPPDATA%\RuneLite
cd /d "%LOCALAPPDATA%\RuneLite"
REM Step 2: Create a backup directory and copy the contents of the current directory into the backup
set BACKUP_DIR="%CD%\backup_%date:/=-%_%time::=-%"
mkdir %BACKUP_DIR%
xcopy /E /I /Y /exclude:%BACKUP_DIR%\*.* *.* %BACKUP_DIR%
REM Step 3: Copy everything from C:\Program Files\RuneMate into the folder from step 1
set RUNEMATE_DIR=C:\Program Files\RuneMate
xcopy /E /I /Y "%RUNEMATE_DIR%\*" "%CD%"
REM Step 4: Rename RuneMate.exe to RuneLite.exe
ren "%CD%\RuneMate.exe" RuneLite.exe
echo "Backup created at %BACKUP_DIR%"
echo "RuneMate files copied to %CD% and RuneMate.exe renamed to RuneLite.exe"
pause
endlocal
Are you also modfying the osrs client launcher? or just RL?We just need to modify the RL launcher a little bit. I'm working on it.
Are you also modfying the osrs client launcher? or just RL?
Not ready to discuss progress on a "real" patch for the launcher, but I've formalized this workaround into the following batch script:
Code:@echo off setlocal REM Step 1: Go to the folder %LOCALAPPDATA%\RuneLite cd /d "%LOCALAPPDATA%\RuneLite" REM Step 2: Create a backup directory and copy the contents of the current directory into the backup set BACKUP_DIR="%CD%\backup_%date:/=-%_%time::=-%" mkdir %BACKUP_DIR% xcopy /E /I /Y /exclude:%BACKUP_DIR%\*.* *.* %BACKUP_DIR% REM Step 3: Copy everything from C:\Program Files\RuneMate into the folder from step 1 set RUNEMATE_DIR=C:\Program Files\RuneMate xcopy /E /I /Y "%RUNEMATE_DIR%\*" "%CD%" REM Step 4: Rename RuneMate.exe to RuneLite.exe ren "%CD%\RuneMate.exe" RuneLite.exe echo "Backup created at %BACKUP_DIR%" echo "RuneMate files copied to %CD% and RuneMate.exe renamed to RuneLite.exe" pause endlocal
Have you got any suggestions?xcopy /E /I /Y /exclude:%BACKUP_DIR%\*.* *.* %BACKUP_DIR%
Can't read file: "C:\Users\Joseph\AppData\Local\RuneLite\backup_20-05-2023_21-58-29.47"\*.*
I'm getting
Have you got any suggestions?
0 File(s) copied
Eh yeah the script isn't working too great. I'll try write up an actual "guide".
That'd be awesome, thank you.
I didn't see the prompts that the launcher was irreversible. Fml
Cheers
It's not fully irreversible, you can just uninstall RuneLite (and clean out the folder in %LOCALAPPDATA%) and re-install it.
It's not fully irreversible, you can just uninstall RuneLite (and clean out the folder in %LOCALAPPDATA%) and re-install it.
i play on windows, but this method still works for me. If you follow each step as noted, you shouldn't have any issues. When either RuneMate or RuneLite have an update, that can get tricky - so just keep your backup folders handy & switch out updated files with the (older) ones as needed.
We use essential cookies to make this site work, and optional cookies to enhance your experience.