What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Standalone] D3 Starter - Start multiple D3's from the same folder

Apoc

Well-Known Member
Joined
Jan 16, 2010
Messages
2,790
Reaction score
94
While I do love ISBoxer, I thought it was time to release part of a new tool I've been writing. (A new relogger for all of our bots)

Basically; this will let you start multiple D3 clients, from the same folder (a'la ISBoxer style).

Current version is probably a bit buggy, but should work.

It takes 2 arguments, the path to the game, and a number of instances to open.

From a command line:
Code:
D3Starter.exe "C:\D3\Diablo III.exe" 5
The above will start 5 instances of the game, from the D3 path specified. (Change the path to the correct one for your system) I suggest making a shortcut with the command line arguments defined already.

You MUST run as administrator, or it'll just flat out die on you. (I haven't included a manifest to force admin, yes, I'm lazy)

Let me know if you have any issues.

Enjoy folks.

Download: Removed by Nesox

A simple .bat file you can use to run the starter.
Code:
@echo off

REM the path to the starter. Leave this as it is if this .bat file is in the same folder as the starter.
SET StarterPath=%~dp0
REM SET StarterPath="C:\Starter\"


REM the path to D3
SET D3Path="C:\Games\Diablo III\Diablo III.exe"


REM the number of instances of the game to start up.
SET NumInstances=2


"%StarterPath%D3Starter.exe" %D3Path% %NumInstances%
pause

Code:
10/26/2012
- Added a manifest. Forces admin now.
 
Last edited:
Is it better to run multiple D3 instances from the same folder or run every instance from a different folder ? (speed wise)
 
Awesome, please make it possible to forece region and include a relogger to it and it would be dynamite.. :)
 
Awesome, please make it possible to forece region and include a relogger to it and it would be dynamite.. :)

He said he's in progress of doing a new relogger, definitely he will include everything as relogger should have.
This program is part of new relogger, which mean we only need one diablo3 folder with his relogger.... Expecting.
 
Whenever you release the next version, i hope you hide the method/script of you achieve it for multi windows, or else i'm worried about actions will be taken by "B" after read your script.
 
Whenever you release the next version, i hope you hide the method/script of you achieve it for multi windows, or else i'm worried about actions will be taken by "B" after read your script.

I doubt that Blizzard will be scanning for the patches I do to enable this support. (It's really something they should be doing anyway)
If for some reason they begin scanning for it, I'll definitely change how it works.
 
I have start using this by merged into my relogger, i really worried if this consider exploit and i get banned, that's why i hope function of this part better in low profile.
 
Could you do it this way? I want to start, let's say, 2 instances. Everytime I manually do it, I open 1 instance, then I go to registry and delete the Blizzard Unique ID, then I open the another one. Could you make your program do it. It would be extremely convenient. Thank you, Apoc
 
Could you do it this way? I want to start, let's say, 2 instances. Everytime I manually do it, I open 1 instance, then I go to registry and delete the Blizzard Unique ID, then I open the another one. Could you make your program do it. It would be extremely convenient. Thank you, Apoc
This can be done by batch command but i don't think you'll like it. After delete Unique ID need answer Secret Question.
But to fulfill your request smoothly have no different with a "New Relogger" include "D3starter" "Auto Answer Secret Question" or "Auto import/export reg unique ID"
 
Is it better to run multiple D3 instances from the same folder or run every instance from a different folder ? (speed wise)

This is a good question :)

Looking for the answer aswell
 
Is it better to run multiple D3 instances from the same folder or run every instance from a different folder ? (speed wise)


can someone answer this question?

Running multiple instances from one folder is much better when it comes to updating D3 (don't have to update 7 different folders lol)

But is there a difference in performance? I would rather use 1 instead of 7
 
I think that they stopped this from working with the latest patch. Is it just me?

It's the .bat thats not working. My bad not sure why only started acting up now.
Now i when i run it and manually type in commands it loads all and are all very slow as if i launched it all from same shortcut.
 
Last edited:
Is this still working regularly for everyone. I cant get it to load them up and not have them be super slow.
 
I run it as admin and load up the path and the client pops up and then freezes. Can't get it to go to login screen :(

1rkHx
 
I run it as admin and load up the path and the client pops up and then freezes. Can't get it to go to login screen :(
http://puu.sh/1rkHx

Same problem here, it was working earlier though \:

Edit: If you already have a client open, you cannot launch more, you first have to close the one already open.
 
Last edited:
Back
Top