==============================
How to Setup BaseMod with D2SE
==============================


D2SE launches in place Game.exe at startup, so you'd need to use that
to load BaseMod.dll instead of the Game.exe loaders.



The Diablo II folder is typically

C:\Program Files\Diablo II        (32 bit OS)
C:\Program Files(x86)\Diablo II   (64 bit OS)


Typical setup would look something like this:


Diablo II folder would have
 
 D2SE.exe


Diablo II\MODS\BaseMod folder would have

 D2SE_SETUP.ini
 BaseMod.bmp
 BaseMod.dll
 BaseMod.ini  
 BaseMod.mpq  (option2*)



*With Option 2, BaseMod uses a custom mpq, a more advanced setup where your 
mod reads the ini options from within your custom mpq.  Info for that is 
found in folder MPQINI README file, and also in the CustomMpq folder.


*CAVEAT*

See KnownIssues.txt for a workaround to fix MPQ.ini loading in D2SE
-known issue is fixed in BaseMod v1.13.8 update #2

