Multi launcher and auto game follow?

11/16/2022 09:04 rag222#1
I’m looking for something that will load multiple instances of Diablo and will follow me the leader to the next game
11/18/2022 06:45 spiderweb1967#2
Muti launcher no problem [Only registered and activated users can see links. Click Here To Register...]

D2RML by Sunblood
11/24/2022 18:07 evil777#3
You can do it also with ProcessExplorer or Handle which are microsoft tools and free ofc...
If you want an automated version, i can give you a batch script or you use the D2RML above... thats up to you :D
11/25/2022 02:29 rag222#4
Quote:
Originally Posted by evil777 View Post
You can do it also with ProcessExplorer or Handle which are microsoft tools and free ofc...
If you want an automated version, i can give you a batch script or you use the D2RML above... thats up to you :D
Yes please but don’t hack or keylog me aha
11/25/2022 08:43 evil777#5
Quote:
Originally Posted by rag222 View Post
Yes please but don’t hack or keylog me aha
nah.. :)

official link to microsoft handle:
[Only registered and activated users can see links. Click Here To Register...]

Download it and put it in a folder like "C:\program files\handle" or so...
Make sure to check out the settings for handle.exe to "always run as admin".

Now create a new textfile and open up with notepad.
put into the following code and save as a batch file like "d2r-killprocess.bat" or so.

Code:
@echo off
set HANDLE_DIRECTORY="C:\Program Files\Handle"
%HANDLE_DIRECTORY%\handle -p D2R.exe -a "BaseNamedObjects\DiabloII Check For Other Instances"
cd %HANDLE_DIRECTORY%
FOR /f "tokens=2,3 delims=:" %%A in ('handle -p D2R.exe -a "DiabloII Check For Other Instances"') do (
    set pid=%%A
    set hex=%%B
)
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FOR /f "tokens=1" %%X in ("%pid%") do (
    set pid=%%X
)
echo PID:%pid%

FOR /f "tokens=2" %%X in ("%hex%") do (
    set hex=%%X
)
echo HEX:%hex%
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%HANDLE_DIRECTORY%\handle -p %pid% -c %hex% -y
Make sure the path of the handle directory is correct - edit if you need to..

Create a shortcut on the desktop or so of the batch file and make sure the settings are set to "always run as admin".

Usage:

Start D2R, login to bnet (char-select screen, lobby or ingame...)
now run the batch and the background process "DiabloII Check For Other Instances" is killed :D
now you can fire up the 2nd/next D2R, enjoy !

May the MF be with you...
If you need more stuff to reduce hardware usage there are some mods like blockhd or tiny which are blocking the hd graphics.