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

just activate it in the settings and get the correct version of Apocs D3-Starter. works very well like it always did
 
I've noticed when i use this if i don't have separate game paths, it will freeze.
 
You are doing something wrong, the entire purpose is not needing copied folders. You can run multiple instances without it if you are making copies.
 
I've noticed when i use this if i don't have separate game paths, it will freeze.

This happens intermittently. Sometimes up to 50 copies will open without an issue, sometimes the 2nd one will die on you.

I've made no attempts to make the game "always load" properly, as I feel adding in thread syncing and the like would be overkill for what this program is meant to do.

Also; this program was made so you only need *one* installation of the game. You can run as many copies as you want from that one single folder. (But as I said; it's not *always* going to load another copy without issues. You may have to run it again. But you can open as many as you want. It's just an issue with concurrent loading of the MPQs)
 
This happens intermittently. Sometimes up to 50 copies will open without an issue, sometimes the 2nd one will die on you.

I've made no attempts to make the game "always load" properly, as I feel adding in thread syncing and the like would be overkill for what this program is meant to do.

Also; this program was made so you only need *one* installation of the game. You can run as many copies as you want from that one single folder. (But as I said; it's not *always* going to load another copy without issues. You may have to run it again. But you can open as many as you want. It's just an issue with concurrent loading of the MPQs)

No, it just never works when i use it with YAR, however if i do it manually it works.
 
Is there a way to make it load different language client?. For example I have few English copies and some russian clients, I'm curious if I can manage to load them all from your starter, or it only uses 1 specified path to all clients?
 
Dont know what happen but after patch 'D3 starter' open launcher D3 not game
How to fast fix it?
 
is this work with the key -locale=ruRU for example?
to run directly from the D3starter
 
I have the same problem. Anyone know what to do?

Never used it before the patch but i got it running today. Here is how.

First open D3Starter so Win 7 registers the application as safe. I think you need to click "Run" or something. Then you can close it.
Then open YAR as administrator and enable APOC's D3 started in Relogger -> General settings and point it to where this D3 started.exe is. (ThirdParty)
You must always run YAR as administrator otherwise it will run the launcher... At least that was the case for me today.

If you don't use YAR try running D3 Starter as administrator...
 
Anyway to launch from the same file path without having to type the path every single time?
 
Anyway to launch from the same file path without having to type the path every single time?

1. Open notepad.

2. Paste this and edit it to use your path
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

3. Save as a .bat file

4. Run it by double-clicking whenever you need to launch D3
 
1. Open notepad.

2. Paste this and edit it to use your path
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

3. Save as a .bat file

4. Run it by double-clicking whenever you need to launch D3

thank you very much.
 
Why in gods name is my d3 always updating?!?!?!?! when i use this starter.....
 
ok fuck this shit for real. when i use yar the launcher come up!!=!=!?!?29403790qb489 5 how the fuck do i fucking get this shit to work
 
ok fuck this shit for real. when i use yar the launcher come up!!=!=!?!?29403790qb489 5 how the fuck do i fucking get this shit to work

this made me happy, thanks for posting.

(i would help if i could, but have no idea)
 
Back
Top