Installing in Multiple Directories

Post anything else Diablo II legacy related here but remember this ISN'T a hack site. All posts directly related to battle.net hacking will be deleted.
User avatar
Kraj
Retired staff
Angel
Posts: 955
Joined: Tue May 28, 2002 8:57 pm
Location: Chicago, IL, USA

Installing in Multiple Directories

Post by Kraj » Wed May 04, 2005 5:35 pm

I don't know if this can be done or if it requires the involvement of banned topics, but I'm wondering if it is possible to force a D2 install into a new directory when it already exists on the machine. I don't need to run multiple copies at once, I just want to get a clean install and preserve the setup I have now.

I've tried simply creating a new mod folder to start in but it's not working. I've used the method before just fine, but this time it seems to ignore the files in my "Start In" folder and I think it's because of dll changes in the root D2 folder for the mod I'm betatesting.

In any case, are there any ideas or will I have to do a completely clean install? Thanks!

User avatar
Volf
Retired Admin
Dominion
Posts: 5396
Joined: Thu Jul 31, 2003 8:19 am
Finland

Hand-picked

Post by Volf » Wed May 04, 2005 5:40 pm

You can just copy your entire d2 directory and make a new shortcut point to the copy.

User avatar
Kraj
Retired staff
Angel
Posts: 955
Joined: Tue May 28, 2002 8:57 pm
Location: Chicago, IL, USA

Post by Kraj » Wed May 04, 2005 6:13 pm

Thanks, I'll give that a try.

User avatar
marhawkman
Retired staff
Angel
Posts: 698
Joined: Thu May 13, 2004 2:21 am
Location: CO

Re: Installing in Multiple Directories

Post by marhawkman » Thu May 05, 2005 1:40 am

Yeah that's what I do. I take the folder with Vanilla 1.10 installed copy it and name it something slightly different, for example Diablo2-HU2.8 then I install the mod in that folder.
Last edited by marhawkman on Thu May 05, 2005 1:55 am, edited 1 time in total.
Currently working on making an Andariel Player character.
Status of my Mod: Assimilated

User avatar
Kraj
Retired staff
Angel
Posts: 955
Joined: Tue May 28, 2002 8:57 pm
Location: Chicago, IL, USA

Post by Kraj » Thu May 05, 2005 4:09 am

Yeah, it worked pretty well for me. Thanks for the help. I feel kinda dumb for overlooking a rather obvious answer...

User avatar
SVR
Retired staff
Arch-Angel
Posts: 1449
Joined: Sat Nov 02, 2002 11:04 pm
Location: Texas
United States of America

Hand-picked

Post by SVR » Thu May 05, 2005 1:33 pm

Just a side note -

Start In folders work for the 'non-executable' files like the mpqs,data\*.
But Windows always looks in the exe's folder first when loading the dlls.

That's why it's a good idea to keep the D2 folder clean and use a script to swap the dlls in & out from the mod folder.

D2mod forces the plugin dlls to load from the 'Start In' folder first to avoid that problem.

User avatar
Kraj
Retired staff
Angel
Posts: 955
Joined: Tue May 28, 2002 8:57 pm
Location: Chicago, IL, USA

Post by Kraj » Thu May 05, 2005 5:27 pm

Yeah, I wouldn't have had a problem if I didnt let my D2 folder get all muddled in the first place. I just wanted to avoid nuking it since I new what was in there was working. Bad, bad Kraj!

User avatar
TrueMage
Hosted Forum Moderator
Principality
Posts: 2072
Joined: Thu Jun 24, 2004 7:58 am
Location: Elemental Conflux
Russia

Re: Installing in Multiple Directories

Post by TrueMage » Fri May 06, 2005 6:50 am

Just interesting. If we copy entire D2 folder, then what about Windows registry keys?

User avatar
Volf
Retired Admin
Dominion
Posts: 5396
Joined: Thu Jul 31, 2003 8:19 am
Finland

Hand-picked

Post by Volf » Fri May 06, 2005 2:30 pm

Starting from a different folder has no effect on registry, same keys are used

User avatar
Kraj
Retired staff
Angel
Posts: 955
Joined: Tue May 28, 2002 8:57 pm
Location: Chicago, IL, USA

Post by Kraj » Fri May 06, 2005 6:56 pm

That's what I had been concerned about as well. Since I did not have a clean D2 install to work from, I zipped up my D2 directory, uninstalled it, then reinstalled vanilla and unzipped the original folder into a new location. Works like a charm except that the character save files broke. Didn't really bother me, though, since the only ones I care about were beta test chars so starting from scratch is what I should be doing anyway. :mrgreen: I'm guessing a simple copy and past of the vanilla files would not cause this problem, though.

User avatar
marhawkman
Retired staff
Angel
Posts: 698
Joined: Thu May 13, 2004 2:21 am
Location: CO

Re: Installing in Multiple Directories

Post by marhawkman » Sat May 07, 2005 4:20 am

It shouldn't, I've done it a dozen times without problems.

I have noticed one issue. I know of a registry key that effects the way the game looks for save files. Basically it always looks in the directory where you initially installed D2. Is there a way to fix this so the path is relative to the directory D2 runs from?
Currently working on making an Andariel Player character.
Status of my Mod: Assimilated

User avatar
SVR
Retired staff
Arch-Angel
Posts: 1449
Joined: Sat Nov 02, 2002 11:04 pm
Location: Texas
United States of America

Hand-picked

Post by SVR » Sat May 07, 2005 8:07 pm

if you set the reg key SavePath = Save\ then D2 will save your characters in the 'Start In:' folder\Save.

The folder must exist or D2 will reset the savepath to D2Folder\Save.

User avatar
marhawkman
Retired staff
Angel
Posts: 698
Joined: Thu May 13, 2004 2:21 am
Location: CO

Re: Installing in Multiple Directories

Post by marhawkman » Tue May 10, 2005 9:06 am

Would it be possible to package that? So that you can just open a registry package to make that change to the registry?
Currently working on making an Andariel Player character.
Status of my Mod: Assimilated

User avatar
SVR
Retired staff
Arch-Angel
Posts: 1449
Joined: Sat Nov 02, 2002 11:04 pm
Location: Texas
United States of America

Hand-picked

Post by SVR » Wed May 11, 2005 9:46 am

Here ya go ...

Code: Select all

REGEDIT4

[HKEY_CURRENT_USER\SOFTWARE\Blizzard Entertainment\Diablo II]
"Save Path"="Save\\"

Copy/paste those into notepad and save as D2SaveFix.reg or such.

EDIT: Had the wrong key section HKEY_CURRENT_USER not HKEY_LOCAL_MACHINE
Last edited by SVR on Thu May 12, 2005 2:17 pm, edited 1 time in total.

User avatar
marhawkman
Retired staff
Angel
Posts: 698
Joined: Thu May 13, 2004 2:21 am
Location: CO

Re: Installing in Multiple Directories

Post by marhawkman » Thu May 12, 2005 1:27 am

Cool! thank you very much. this will save me a lot of effort trying to keep characters seperate.
Currently working on making an Andariel Player character.
Status of my Mod: Assimilated

User avatar
beastieboy
Posts: 86
Joined: Wed Dec 11, 2002 1:14 am
Location: Flint, Michigan, USA

Re: Installing in Multiple Directories

Post by beastieboy » Sat May 28, 2005 10:14 pm

PH graciously :D pointed me to this thread to answer the question I aked in viewtopic.php?p=226623#226623 - which he decided to lock . . . maybe cuz I don't get it? Can anyone answer or is anyone willing to answer my questions . . . so that I can understand how to do this? Feel free to PM or email it as I really do not wish this thread to get locked too.

Signed,

Old guy . . . who loves D2LOD and most all the mods and modders.

User avatar
marhawkman
Retired staff
Angel
Posts: 698
Joined: Thu May 13, 2004 2:21 am
Location: CO

Re: Installing in Multiple Directories

Post by marhawkman » Sun May 29, 2005 9:18 pm

Which part do you not understand?
Currently working on making an Andariel Player character.
Status of my Mod: Assimilated

User avatar
Myhrginoc
Retired Admin
Cherub
Posts: 12100
Joined: Sat May 25, 2002 7:28 am
Location: Percussion U
United States of America

Hand-picked

Re: Installing in Multiple Directories

Post by Myhrginoc » Mon May 30, 2005 3:43 pm

Your other thread was locked because it duplicates this one, not because of content.
Do the right thing. It will gratify some people and astonish the rest.
~ Mark Twain
Run Diablo II in any version for mods: tutorial
The Terms of Service!! Know them, abide by them, and enjoy the forums at peace.
The Beginner's Guide v1.4: (MS Word | PDF) || Mod Running Scripts || TFW: Awakening

User avatar
Mankey
Posts: 1
Joined: Sun Sep 25, 2005 6:39 am

Re: Installing in Multiple Directories

Post by Mankey » Sun Sep 25, 2005 6:42 am

Alright I'm upto here now...

"Copy/paste those into notepad and save as D2SaveFix.reg or such. "

And then? Yes yes I'm the nub prince FEAR!

Edit: issue resloved. Just double click on the new file and let it do it's thing.

I feel nubbier than normal now :/
Last edited by Mankey on Sun Sep 25, 2005 7:28 am, edited 1 time in total.

User avatar
the_bogan
Junior Member
Champion of the Light
Posts: 494
Joined: Sun Dec 12, 2004 6:00 am
Location: Otaki, New Zealand
New Zealand

Re: Installing in Multiple Directories

Post by the_bogan » Tue Feb 28, 2006 7:38 am

I had a problem when I copied my D2 folder from an old computer, then 'officially' installed D2 on another drive.

I had the Nezeromontias mod installed on the copy, and Valhalla on the official. When trying to run the Nez game, it kept throwing up an error (that I can't remember exactly, sorry), which I deduced came from the Valhalla DLL files you replace to run the game. (as when I replaced them with clean DLL's it ran fine)

So does the copy actually run on its own, or does it use the 'official' files?

The way I got around your problem with the Save files was to use PlugY and save them to different folders in the official D2 folder.

User avatar
PancakeMan
Posts: 4
Joined: Wed May 16, 2007 10:00 pm

Post by PancakeMan » Wed May 16, 2007 10:36 pm

Ok, I have come seeking aid from the knowledgeable.

I followed the steps taken here, except in a slightly mixed-up order, and now I have the following:

3 Diablo shortcuts - 1 LoD, 1 Classic, and 1 1.07.
The 1.07 works, but the Classic and LoD do not.

When I try to start up either Classic or LoD, I get a "No Disk in Drive" error message.

Can anyone help?

EDIT: Well, nevermind about that stuff, I did a clean install and am now having another problem. I'll post a thread about that.
Last edited by PancakeMan on Thu May 17, 2007 3:27 am, edited 1 time in total.

User avatar
SilentGhost
Posts: 2
Joined: Wed Jun 27, 2007 9:53 pm

Copiando el registro

Post by SilentGhost » Thu Jun 28, 2007 12:37 am

Copiar la informacion del registro de Windows es facil. Solo hay que hacer lo siguiente:
1. Abrir el menu de inicio
2. Seleccionar la opcion ejecutar
3. Escribir regedit
4. Abrir el menu de edicion y seleccionar la opcion buscar
5. Escribir "blizzard"
6. Al momento de encontrarlo, marcarlo.
7. Seleccionar el menu de archivo y luego exportar
8. Escribir el nombre y guardar
9. Copiar el archivo a la nueva maquina y hacer un doble click
10. Confirmar la operacion y listo :twisted:

User avatar
Myhrginoc
Retired Admin
Cherub
Posts: 12100
Joined: Sat May 25, 2002 7:28 am
Location: Percussion U
United States of America

Hand-picked

Re: Installing in Multiple Directories

Post by Myhrginoc » Thu Jun 28, 2007 2:51 am

We have many members from all over the globe, with a lot of them in the USA. From the beginning we have asked our members to post in English, which, whether everybody is happy about it or not, has become the default "trade language" of international dealings.
Do the right thing. It will gratify some people and astonish the rest.
~ Mark Twain
Run Diablo II in any version for mods: tutorial
The Terms of Service!! Know them, abide by them, and enjoy the forums at peace.
The Beginner's Guide v1.4: (MS Word | PDF) || Mod Running Scripts || TFW: Awakening

Return to “Diablo II Chatter”